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:
  • Field Details

  • Constructor Details

    • AdditionalServiceInformationType

      public AdditionalServiceInformationType()
  • Method Details

    • getURI

      public NonEmptyMultiLangURIType getURI()
      Gets the value of the uri property.
      Returns:
      possible object is NonEmptyMultiLangURIType
    • setURI

      public void setURI(NonEmptyMultiLangURIType value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is NonEmptyMultiLangURIType
    • getInformationValue

      public String getInformationValue()
      Gets the value of the informationValue property.
      Returns:
      possible object is String
    • setInformationValue

      public void setInformationValue(String value)
      Sets the value of the informationValue property.
      Parameters:
      value - allowed object is String
    • getOtherInformation

      public AnyType getOtherInformation()
      Gets the value of the otherInformation property.
      Returns:
      possible object is AnyType
    • setOtherInformation

      public void setOtherInformation(AnyType value)
      Sets the value of the otherInformation property.
      Parameters:
      value - allowed object is AnyType