Module jpms_dss_specs_trusted_list
Class AdditionalServiceInformationType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.AdditionalServiceInformationType
- All Implemented Interfaces:
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected AnyTypeprotected NonEmptyMultiLangURIType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the informationValue property.Gets the value of the otherInformation property.getURI()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
-
uri
-
informationValue
-
otherInformation
-
-
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
-