Module jpms_dss_specs_trusted_list
Class TrustStatusListType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.TrustStatusListType
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected TSLSchemeInformationTypeprotected eu.europa.esig.xmldsig.jaxb.SignatureTypeprotected TrustServiceProviderListTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the schemeInformation property.eu.europa.esig.xmldsig.jaxb.SignatureTypeGets the value of the signature property.Gets the value of the trustServiceProviderList property.Gets the value of the tslTag property.voidSets the value of the id property.voidSets the value of the schemeInformation property.voidsetSignature(eu.europa.esig.xmldsig.jaxb.SignatureType value) Sets the value of the signature property.voidSets the value of the trustServiceProviderList property.voidSets the value of the tslTag property.
-
Field Details
-
schemeInformation
-
trustServiceProviderList
-
signature
protected eu.europa.esig.xmldsig.jaxb.SignatureType signature -
tslTag
-
id
-
-
Constructor Details
-
TrustStatusListType
public TrustStatusListType()
-
-
Method Details
-
getSchemeInformation
Gets the value of the schemeInformation property.- Returns:
- possible object is
TSLSchemeInformationType
-
setSchemeInformation
Sets the value of the schemeInformation property.- Parameters:
value- allowed object isTSLSchemeInformationType
-
getTrustServiceProviderList
Gets the value of the trustServiceProviderList property.- Returns:
- possible object is
TrustServiceProviderListType
-
setTrustServiceProviderList
Sets the value of the trustServiceProviderList property.- Parameters:
value- allowed object isTrustServiceProviderListType
-
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 isSignatureType
-
getTSLTag
Gets the value of the tslTag property.- Returns:
- possible object is
String
-
setTSLTag
Sets the value of the tslTag property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-