Class XmlTrustAnchor
java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlTrustAnchor
- All Implemented Interfaces:
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="tslType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the countryCode property.Gets the value of the trustServiceName property.Gets the value of the trustServiceProvider property.Gets the value of the trustServiceProviderRegistrationId property.Gets the value of the tslType 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.voidSets the value of the trustServiceProviderRegistrationId property.voidsetTslType(String value) Sets the value of the tslType property.
-
Field Details
-
countryCode
-
tslType
-
trustServiceProvider
-
trustServiceProviderRegistrationId
-
trustServiceName
-
-
Constructor Details
-
XmlTrustAnchor
public XmlTrustAnchor()
-
-
Method Details
-
getCountryCode
-
setCountryCode
-
getTslType
-
setTslType
-
getTrustServiceProvider
-
setTrustServiceProvider
-
getTrustServiceProviderRegistrationId
-
setTrustServiceProviderRegistrationId
-
getTrustServiceName
-
setTrustServiceName
-