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"/> <element name="TrustServiceProviderRegistrationId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TrustServiceName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> </sequence> <attribute name="countryCode" use="required" 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
Gets the value of the tslType property.- Returns:
- possible object is
String
-
setTSLType
Sets the value of the tslType 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.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 JAXB 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
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
-