Class TrustStatusListType

java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.TrustStatusListType
All Implemented Interfaces:
Serializable

public class TrustStatusListType extends Object implements Serializable

Java class for TrustStatusListType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrustStatusListType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://uri.etsi.org/02231/v2#}SchemeInformation"/>
         <element ref="{http://uri.etsi.org/02231/v2#}TrustServiceProviderList" minOccurs="0"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
       </sequence>
       <attribute name="TSLTag" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • TrustStatusListType

      public TrustStatusListType()
  • Method Details

    • getSchemeInformation

      public TSLSchemeInformationType getSchemeInformation()
      Gets the value of the schemeInformation property.
      Returns:
      possible object is TSLSchemeInformationType
    • setSchemeInformation

      public void setSchemeInformation(TSLSchemeInformationType value)
      Sets the value of the schemeInformation property.
      Parameters:
      value - allowed object is TSLSchemeInformationType
    • getTrustServiceProviderList

      public TrustServiceProviderListType getTrustServiceProviderList()
      Gets the value of the trustServiceProviderList property.
      Returns:
      possible object is TrustServiceProviderListType
    • setTrustServiceProviderList

      public void setTrustServiceProviderList(TrustServiceProviderListType value)
      Sets the value of the trustServiceProviderList property.
      Parameters:
      value - allowed object is TrustServiceProviderListType
    • getSignature

      public eu.europa.esig.xmldsig.jaxb.SignatureType getSignature()
      Gets the value of the signature property.
      Returns:
      possible object is SignatureType
    • setSignature

      public void setSignature(eu.europa.esig.xmldsig.jaxb.SignatureType value)
      Sets the value of the signature property.
      Parameters:
      value - allowed object is SignatureType
    • getTSLTag

      public String getTSLTag()
      Gets the value of the tslTag property.
      Returns:
      possible object is String
    • setTSLTag

      public void setTSLTag(String value)
      Sets the value of the tslTag property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

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