Class XmlTrustAnchor

java.lang.Object
eu.europa.esig.dss.simplereport.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="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 Details

    • tslType

      protected String tslType
    • trustServiceProvider

      protected String trustServiceProvider
    • trustServiceProviderRegistrationId

      protected String trustServiceProviderRegistrationId
    • trustServiceName

      protected List<String> trustServiceName
    • countryCode

      protected String countryCode
  • Constructor Details

    • XmlTrustAnchor

      public XmlTrustAnchor()
  • Method Details

    • getTSLType

      public String getTSLType()
      Gets the value of the tslType property.
      Returns:
      possible object is String
    • setTSLType

      public void setTSLType(String value)
      Sets the value of the tslType property.
      Parameters:
      value - allowed object is String
    • getTrustServiceProvider

      public String getTrustServiceProvider()
      Gets the value of the trustServiceProvider property.
      Returns:
      possible object is String
    • setTrustServiceProvider

      public void setTrustServiceProvider(String value)
      Sets the value of the trustServiceProvider property.
      Parameters:
      value - allowed object is String
    • getTrustServiceProviderRegistrationId

      public String getTrustServiceProviderRegistrationId()
      Gets the value of the trustServiceProviderRegistrationId property.
      Returns:
      possible object is String
    • setTrustServiceProviderRegistrationId

      public void setTrustServiceProviderRegistrationId(String value)
      Sets the value of the trustServiceProviderRegistrationId property.
      Parameters:
      value - allowed object is String
    • getTrustServiceName

      public List<String> 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

      public String getCountryCode()
      Gets the value of the countryCode property.
      Returns:
      possible object is String
    • setCountryCode

      public void setCountryCode(String value)
      Sets the value of the countryCode property.
      Parameters:
      value - allowed object is String