Class XmlTrustAnchor
java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlTrustAnchor
- All Implemented Interfaces:
 Serializable
public class XmlTrustAnchor extends Object implements Serializable
Java class for TrustAnchor complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="TrustAnchor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="countryCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="trustServiceProvider" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="trustServiceProviderRegistrationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="trustServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - See Also:
 - Serialized Form
 
- 
Field Summary
Fields Modifier and Type Field Description protected StringcountryCodeprotected StringtrustServiceNameprotected StringtrustServiceProviderprotected StringtrustServiceProviderRegistrationId - 
Constructor Summary
Constructors Constructor Description XmlTrustAnchor() - 
Method Summary
Modifier and Type Method Description StringgetCountryCode()Gets the value of the countryCode property.StringgetTrustServiceName()Gets the value of the trustServiceName property.StringgetTrustServiceProvider()Gets the value of the trustServiceProvider property.StringgetTrustServiceProviderRegistrationId()Gets the value of the trustServiceProviderRegistrationId property.voidsetCountryCode(String value)Sets the value of the countryCode property.voidsetTrustServiceName(String value)Sets the value of the trustServiceName property.voidsetTrustServiceProvider(String value)Sets the value of the trustServiceProvider property.voidsetTrustServiceProviderRegistrationId(String value)Sets the value of the trustServiceProviderRegistrationId property. 
- 
Field Details
 - 
Constructor Details
- 
XmlTrustAnchor
public XmlTrustAnchor() 
 - 
 - 
Method Details
- 
getCountryCode
Gets the value of the countryCode property.- Returns:
 - possible object is
     
String 
 - 
setCountryCode
Sets the value of the countryCode property.- Parameters:
 value- allowed object isString
 - 
getTrustServiceProvider
Gets the value of the trustServiceProvider property.- Returns:
 - possible object is
     
String 
 - 
setTrustServiceProvider
Sets the value of the trustServiceProvider property.- Parameters:
 value- allowed object isString
 - 
getTrustServiceProviderRegistrationId
Gets the value of the trustServiceProviderRegistrationId property.- Returns:
 - possible object is
     
String 
 - 
setTrustServiceProviderRegistrationId
Sets the value of the trustServiceProviderRegistrationId property.- Parameters:
 value- allowed object isString
 - 
getTrustServiceName
Gets the value of the trustServiceName property.- Returns:
 - possible object is
     
String 
 - 
setTrustServiceName
Sets the value of the trustServiceName property.- Parameters:
 value- allowed object isString
 
 -