Class OtherLoTEPointerType
java.lang.Object
eu.europa.esig.lote.jaxb.OtherLoTEPointerType
Java class for OtherLoTEPointerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherLoTEPointerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://uri.etsi.org/019602/v1#}ServiceDigitalIdentities" minOccurs="0"/>
<element name="LoTELocation" type="{http://uri.etsi.org/019602/v1#}NonEmptyURIType"/>
<element ref="{http://uri.etsi.org/019602/v1#}AdditionalInformation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdditionalInformationTypeprotected Stringprotected ServiceDigitalIdentityListType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the additionalInformation property.Gets the value of the loTELocation property.Gets the value of the serviceDigitalIdentities property.voidSets the value of the additionalInformation property.voidsetLoTELocation(String value) Sets the value of the loTELocation property.voidSets the value of the serviceDigitalIdentities property.
-
Field Details
-
serviceDigitalIdentities
-
loTELocation
-
additionalInformation
-
-
Constructor Details
-
OtherLoTEPointerType
public OtherLoTEPointerType()
-
-
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
-
getLoTELocation
-
setLoTELocation
-
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
-