Module jpms_dss_specs_trusted_list
Class OtherTSLPointerType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointerType
- All Implemented Interfaces:
Serializable
Java class for OtherTSLPointerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherTSLPointerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://uri.etsi.org/02231/v2#}ServiceDigitalIdentities" minOccurs="0"/>
<element name="TSLLocation" type="{http://uri.etsi.org/02231/v2#}NonEmptyURIType"/>
<element ref="{http://uri.etsi.org/02231/v2#}AdditionalInformation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdditionalInformationTypeprotected ServiceDigitalIdentityListTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the additionalInformation property.Gets the value of the serviceDigitalIdentities property.Gets the value of the tslLocation property.voidSets the value of the additionalInformation property.voidSets the value of the serviceDigitalIdentities property.voidsetTSLLocation(String value) Sets the value of the tslLocation property.
-
Field Details
-
serviceDigitalIdentities
-
tslLocation
-
additionalInformation
-
-
Constructor Details
-
OtherTSLPointerType
public OtherTSLPointerType()
-
-
Method Details
-
getServiceDigitalIdentities
Gets the value of the serviceDigitalIdentities property.- Returns:
- possible object is
ServiceDigitalIdentityListType
-
setServiceDigitalIdentities
Sets the value of the serviceDigitalIdentities property.- Parameters:
value- allowed object isServiceDigitalIdentityListType
-
getTSLLocation
Gets the value of the tslLocation property.- Returns:
- possible object is
String
-
setTSLLocation
Sets the value of the tslLocation property.- Parameters:
value- allowed object isString
-
getAdditionalInformation
Gets the value of the additionalInformation property.- Returns:
- possible object is
AdditionalInformationType
-
setAdditionalInformation
Sets the value of the additionalInformation property.- Parameters:
value- allowed object isAdditionalInformationType
-