Class KeyValueStructure

  • All Implemented Interfaces:
    Serializable

    public class KeyValueStructure
    extends Object
    implements Serializable
    Type for a Key List. +SIRI v2.1

    Java class for KeyValueStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="KeyValueStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Key" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
             <element name="Value" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
             <element name="TypeOfKey" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • KeyValueStructure

        public KeyValueStructure()
    • Method Detail

      • getKey

        public String getKey()
        Gets the value of the key property.
        Returns:
        possible object is String
      • setKey

        public void setKey​(String value)
        Sets the value of the key property.
        Parameters:
        value - allowed object is String
      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getTypeOfKey

        public String getTypeOfKey()
        Gets the value of the typeOfKey property.
        Returns:
        possible object is String
      • setTypeOfKey

        public void setTypeOfKey​(String value)
        Sets the value of the typeOfKey property.
        Parameters:
        value - allowed object is String