Class XmlTrustAnchor
java.lang.Object
eu.europa.esig.dss.simplereport.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="TSLType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TrustServiceProvider" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TrustServiceProviderRegistrationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TrustServiceName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="countryCode" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
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.void
setCountryCode
(String value) Sets the value of the countryCode property.void
setTrustServiceProvider
(String value) Sets the value of the trustServiceProvider property.void
Sets the value of the trustServiceProviderRegistrationId property.void
setTSLType
(String value) Sets the value of the tslType property.
-
Field Details
-
tslType
-
trustServiceProvider
-
trustServiceProviderRegistrationId
-
trustServiceName
-
countryCode
-
-
Constructor Details
-
XmlTrustAnchor
public XmlTrustAnchor()
-
-
Method Details
-
getTSLType
-
setTSLType
-
getTrustServiceProvider
-
setTrustServiceProvider
-
getTrustServiceProviderRegistrationId
-
setTrustServiceProviderRegistrationId
-
getTrustServiceName
Gets the value of the trustServiceName property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the trustServiceName property.For example, to add a new item, do as follows:
getTrustServiceName().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getCountryCode
-
setCountryCode
-