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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected TSLSchemeInformationTypeschemeInformationprotected SignatureTypesignatureprotected TrustServiceProviderListTypetrustServiceProviderListprotected StringtslTag -
Constructor Summary
Constructors Constructor Description TrustStatusListType() -
Method Summary
Modifier and Type Method Description StringgetId()Gets the value of the id property.TSLSchemeInformationTypegetSchemeInformation()Gets the value of the schemeInformation property.SignatureTypegetSignature()Gets the value of the signature property.TrustServiceProviderListTypegetTrustServiceProviderList()Gets the value of the trustServiceProviderList property.StringgetTSLTag()Gets the value of the tslTag property.voidsetId(String value)Sets the value of the id property.voidsetSchemeInformation(TSLSchemeInformationType value)Sets the value of the schemeInformation property.voidsetSignature(SignatureType value)Sets the value of the signature property.voidsetTrustServiceProviderList(TrustServiceProviderListType value)Sets the value of the trustServiceProviderList property.voidsetTSLTag(String value)Sets the value of the tslTag property.
-
Field Details
-
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
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
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
-