Class TrustStatusListValidityType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.TrustStatusListValidityType
Java class for TrustStatusListValidityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrustStatusListValidityType">
<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 name="SignatureOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignatureValidityType"/>
</sequence>
<attribute name="TSLTag" use="required" type="{http://uri.etsi.org/02231/v2#}TSLTagType" />
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected TSLSchemeInformationTypeprotected SignatureValidityTypeprotected TrustServiceProviderListTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the schemeInformation property.Gets the value of the signatureOK 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.voidSets the value of the signatureOK property.voidSets the value of the trustServiceProviderList property.voidSets the value of the tslTag property.
-
Field Details
-
schemeInformation
-
trustServiceProviderList
-
signatureOK
-
tslTag
-
id
-
-
Constructor Details
-
TrustStatusListValidityType
public TrustStatusListValidityType()
-
-
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
-
getSignatureOK
Gets the value of the signatureOK property.- Returns:
- possible object is
SignatureValidityType
-
setSignatureOK
Sets the value of the signatureOK property.- Parameters:
value- allowed object isSignatureValidityType
-
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
-