Class AdditionalServiceInformationType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.AdditionalServiceInformationType
- All Implemented Interfaces:
Serializable
public class AdditionalServiceInformationType extends Object implements Serializable
Java class for AdditionalServiceInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalServiceInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="URI" type="{http://uri.etsi.org/02231/v2#}NonEmptyMultiLangURIType"/>
<element name="InformationValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherInformation" type="{http://uri.etsi.org/02231/v2#}AnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected StringinformationValueprotected AnyTypeotherInformationprotected NonEmptyMultiLangURITypeuri -
Constructor Summary
Constructors Constructor Description AdditionalServiceInformationType() -
Method Summary
Modifier and Type Method Description StringgetInformationValue()Gets the value of the informationValue property.AnyTypegetOtherInformation()Gets the value of the otherInformation property.NonEmptyMultiLangURITypegetURI()Gets the value of the uri property.voidsetInformationValue(String value)Sets the value of the informationValue property.voidsetOtherInformation(AnyType value)Sets the value of the otherInformation property.voidsetURI(NonEmptyMultiLangURIType value)Sets the value of the uri property.
-
Field Details
-
Constructor Details
-
AdditionalServiceInformationType
public AdditionalServiceInformationType()
-
-
Method Details
-
getURI
Gets the value of the uri property.- Returns:
- possible object is
NonEmptyMultiLangURIType
-
setURI
Sets the value of the uri property.- Parameters:
value- allowed object isNonEmptyMultiLangURIType
-
getInformationValue
Gets the value of the informationValue property.- Returns:
- possible object is
String
-
setInformationValue
Sets the value of the informationValue property.- Parameters:
value- allowed object isString
-
getOtherInformation
Gets the value of the otherInformation property.- Returns:
- possible object is
AnyType
-
setOtherInformation
Sets the value of the otherInformation property.- Parameters:
value- allowed object isAnyType
-