Class TSLSchemeInformationType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.TSLSchemeInformationType
- All Implemented Interfaces:
Serializable
public class TSLSchemeInformationType extends Object implements Serializable
Java class for TSLSchemeInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TSLSchemeInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TSLVersionIdentifier" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="TSLSequenceNumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
<element ref="{http://uri.etsi.org/02231/v2#}TSLType"/>
<element ref="{http://uri.etsi.org/02231/v2#}SchemeOperatorName"/>
<element name="SchemeOperatorAddress" type="{http://uri.etsi.org/02231/v2#}AddressType"/>
<element ref="{http://uri.etsi.org/02231/v2#}SchemeName"/>
<element ref="{http://uri.etsi.org/02231/v2#}SchemeInformationURI"/>
<element name="StatusDeterminationApproach" type="{http://uri.etsi.org/02231/v2#}NonEmptyURIType"/>
<element ref="{http://uri.etsi.org/02231/v2#}SchemeTypeCommunityRules" minOccurs="0"/>
<element ref="{http://uri.etsi.org/02231/v2#}SchemeTerritory" minOccurs="0"/>
<element ref="{http://uri.etsi.org/02231/v2#}PolicyOrLegalNotice" minOccurs="0"/>
<element name="HistoricalInformationPeriod" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element ref="{http://uri.etsi.org/02231/v2#}PointersToOtherTSL" minOccurs="0"/>
<element name="ListIssueDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element ref="{http://uri.etsi.org/02231/v2#}NextUpdate"/>
<element ref="{http://uri.etsi.org/02231/v2#}DistributionPoints" minOccurs="0"/>
<element name="SchemeExtensions" type="{http://uri.etsi.org/02231/v2#}ExtensionsListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected NonEmptyURIListTypedistributionPointsprotected BigIntegerhistoricalInformationPeriodprotected XMLGregorianCalendarlistIssueDateTimeprotected NextUpdateTypenextUpdateprotected OtherTSLPointersTypepointersToOtherTSLprotected PolicyOrLegalnoticeTypepolicyOrLegalNoticeprotected ExtensionsListTypeschemeExtensionsprotected NonEmptyMultiLangURIListTypeschemeInformationURIprotected InternationalNamesTypeschemeNameprotected AddressTypeschemeOperatorAddressprotected InternationalNamesTypeschemeOperatorNameprotected StringschemeTerritoryprotected NonEmptyMultiLangURIListTypeschemeTypeCommunityRulesprotected StringstatusDeterminationApproachprotected BigIntegertslSequenceNumberprotected StringtslTypeprotected BigIntegertslVersionIdentifier -
Constructor Summary
Constructors Constructor Description TSLSchemeInformationType() -
Method Summary
Modifier and Type Method Description NonEmptyURIListTypegetDistributionPoints()Gets the value of the distributionPoints property.BigIntegergetHistoricalInformationPeriod()Gets the value of the historicalInformationPeriod property.XMLGregorianCalendargetListIssueDateTime()Gets the value of the listIssueDateTime property.NextUpdateTypegetNextUpdate()Gets the value of the nextUpdate property.OtherTSLPointersTypegetPointersToOtherTSL()Gets the value of the pointersToOtherTSL property.PolicyOrLegalnoticeTypegetPolicyOrLegalNotice()Gets the value of the policyOrLegalNotice property.ExtensionsListTypegetSchemeExtensions()Gets the value of the schemeExtensions property.NonEmptyMultiLangURIListTypegetSchemeInformationURI()Gets the value of the schemeInformationURI property.InternationalNamesTypegetSchemeName()Gets the value of the schemeName property.AddressTypegetSchemeOperatorAddress()Gets the value of the schemeOperatorAddress property.InternationalNamesTypegetSchemeOperatorName()Gets the value of the schemeOperatorName property.StringgetSchemeTerritory()Gets the value of the schemeTerritory property.NonEmptyMultiLangURIListTypegetSchemeTypeCommunityRules()Gets the value of the schemeTypeCommunityRules property.StringgetStatusDeterminationApproach()Gets the value of the statusDeterminationApproach property.BigIntegergetTSLSequenceNumber()Gets the value of the tslSequenceNumber property.StringgetTSLType()Gets the value of the tslType property.BigIntegergetTSLVersionIdentifier()Gets the value of the tslVersionIdentifier property.voidsetDistributionPoints(NonEmptyURIListType value)Sets the value of the distributionPoints property.voidsetHistoricalInformationPeriod(BigInteger value)Sets the value of the historicalInformationPeriod property.voidsetListIssueDateTime(XMLGregorianCalendar value)Sets the value of the listIssueDateTime property.voidsetNextUpdate(NextUpdateType value)Sets the value of the nextUpdate property.voidsetPointersToOtherTSL(OtherTSLPointersType value)Sets the value of the pointersToOtherTSL property.voidsetPolicyOrLegalNotice(PolicyOrLegalnoticeType value)Sets the value of the policyOrLegalNotice property.voidsetSchemeExtensions(ExtensionsListType value)Sets the value of the schemeExtensions property.voidsetSchemeInformationURI(NonEmptyMultiLangURIListType value)Sets the value of the schemeInformationURI property.voidsetSchemeName(InternationalNamesType value)Sets the value of the schemeName property.voidsetSchemeOperatorAddress(AddressType value)Sets the value of the schemeOperatorAddress property.voidsetSchemeOperatorName(InternationalNamesType value)Sets the value of the schemeOperatorName property.voidsetSchemeTerritory(String value)Sets the value of the schemeTerritory property.voidsetSchemeTypeCommunityRules(NonEmptyMultiLangURIListType value)Sets the value of the schemeTypeCommunityRules property.voidsetStatusDeterminationApproach(String value)Sets the value of the statusDeterminationApproach property.voidsetTSLSequenceNumber(BigInteger value)Sets the value of the tslSequenceNumber property.voidsetTSLType(String value)Sets the value of the tslType property.voidsetTSLVersionIdentifier(BigInteger value)Sets the value of the tslVersionIdentifier property.
-
Field Details
-
tslVersionIdentifier
-
tslSequenceNumber
-
tslType
-
schemeOperatorName
-
schemeOperatorAddress
-
schemeName
-
schemeInformationURI
-
statusDeterminationApproach
-
schemeTypeCommunityRules
-
schemeTerritory
-
policyOrLegalNotice
-
historicalInformationPeriod
-
pointersToOtherTSL
-
listIssueDateTime
-
nextUpdate
-
distributionPoints
-
schemeExtensions
-
-
Constructor Details
-
TSLSchemeInformationType
public TSLSchemeInformationType()
-
-
Method Details
-
getTSLVersionIdentifier
Gets the value of the tslVersionIdentifier property.- Returns:
- possible object is
BigInteger
-
setTSLVersionIdentifier
Sets the value of the tslVersionIdentifier property.- Parameters:
value- allowed object isBigInteger
-
getTSLSequenceNumber
Gets the value of the tslSequenceNumber property.- Returns:
- possible object is
BigInteger
-
setTSLSequenceNumber
Sets the value of the tslSequenceNumber property.- Parameters:
value- allowed object isBigInteger
-
getTSLType
Gets the value of the tslType property.- Returns:
- possible object is
String
-
setTSLType
Sets the value of the tslType property.- Parameters:
value- allowed object isString
-
getSchemeOperatorName
Gets the value of the schemeOperatorName property.- Returns:
- possible object is
InternationalNamesType
-
setSchemeOperatorName
Sets the value of the schemeOperatorName property.- Parameters:
value- allowed object isInternationalNamesType
-
getSchemeOperatorAddress
Gets the value of the schemeOperatorAddress property.- Returns:
- possible object is
AddressType
-
setSchemeOperatorAddress
Sets the value of the schemeOperatorAddress property.- Parameters:
value- allowed object isAddressType
-
getSchemeName
Gets the value of the schemeName property.- Returns:
- possible object is
InternationalNamesType
-
setSchemeName
Sets the value of the schemeName property.- Parameters:
value- allowed object isInternationalNamesType
-
getSchemeInformationURI
Gets the value of the schemeInformationURI property.- Returns:
- possible object is
NonEmptyMultiLangURIListType
-
setSchemeInformationURI
Sets the value of the schemeInformationURI property.- Parameters:
value- allowed object isNonEmptyMultiLangURIListType
-
getStatusDeterminationApproach
Gets the value of the statusDeterminationApproach property.- Returns:
- possible object is
String
-
setStatusDeterminationApproach
Sets the value of the statusDeterminationApproach property.- Parameters:
value- allowed object isString
-
getSchemeTypeCommunityRules
Gets the value of the schemeTypeCommunityRules property.- Returns:
- possible object is
NonEmptyMultiLangURIListType
-
setSchemeTypeCommunityRules
Sets the value of the schemeTypeCommunityRules property.- Parameters:
value- allowed object isNonEmptyMultiLangURIListType
-
getSchemeTerritory
Gets the value of the schemeTerritory property.- Returns:
- possible object is
String
-
setSchemeTerritory
Sets the value of the schemeTerritory property.- Parameters:
value- allowed object isString
-
getPolicyOrLegalNotice
Gets the value of the policyOrLegalNotice property.- Returns:
- possible object is
PolicyOrLegalnoticeType
-
setPolicyOrLegalNotice
Sets the value of the policyOrLegalNotice property.- Parameters:
value- allowed object isPolicyOrLegalnoticeType
-
getHistoricalInformationPeriod
Gets the value of the historicalInformationPeriod property.- Returns:
- possible object is
BigInteger
-
setHistoricalInformationPeriod
Sets the value of the historicalInformationPeriod property.- Parameters:
value- allowed object isBigInteger
-
getPointersToOtherTSL
Gets the value of the pointersToOtherTSL property.- Returns:
- possible object is
OtherTSLPointersType
-
setPointersToOtherTSL
Sets the value of the pointersToOtherTSL property.- Parameters:
value- allowed object isOtherTSLPointersType
-
getListIssueDateTime
Gets the value of the listIssueDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setListIssueDateTime
Sets the value of the listIssueDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getNextUpdate
Gets the value of the nextUpdate property.- Returns:
- possible object is
NextUpdateType
-
setNextUpdate
Sets the value of the nextUpdate property.- Parameters:
value- allowed object isNextUpdateType
-
getDistributionPoints
Gets the value of the distributionPoints property.- Returns:
- possible object is
NonEmptyURIListType
-
setDistributionPoints
Sets the value of the distributionPoints property.- Parameters:
value- allowed object isNonEmptyURIListType
-
getSchemeExtensions
Gets the value of the schemeExtensions property.- Returns:
- possible object is
ExtensionsListType
-
setSchemeExtensions
Sets the value of the schemeExtensions property.- Parameters:
value- allowed object isExtensionsListType
-