Class OtherTSLPointerType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointerType
- All Implemented Interfaces:
Serializable
public class OtherTSLPointerType extends Object implements 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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected AdditionalInformationTypeadditionalInformationprotected ServiceDigitalIdentityListTypeserviceDigitalIdentitiesprotected StringtslLocation -
Constructor Summary
Constructors Constructor Description OtherTSLPointerType() -
Method Summary
Modifier and Type Method Description AdditionalInformationTypegetAdditionalInformation()Gets the value of the additionalInformation property.ServiceDigitalIdentityListTypegetServiceDigitalIdentities()Gets the value of the serviceDigitalIdentities property.StringgetTSLLocation()Gets the value of the tslLocation property.voidsetAdditionalInformation(AdditionalInformationType value)Sets the value of the additionalInformation property.voidsetServiceDigitalIdentities(ServiceDigitalIdentityListType value)Sets the value of the serviceDigitalIdentities property.voidsetTSLLocation(String value)Sets the value of the tslLocation property.
-
Field Details
-
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
-