Package uk.org.siri.siri21
Class KeyValueStructure
- java.lang.Object
-
- uk.org.siri.siri21.KeyValueStructure
-
- All Implemented Interfaces:
Serializable
public class KeyValueStructure extends Object implements Serializable
Type for a Key List. +SIRI v2.1Java 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 Summary
Constructors Constructor Description KeyValueStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Gets the value of the key property.StringgetTypeOfKey()Gets the value of the typeOfKey property.StringgetValue()Gets the value of the value property.voidsetKey(String value)Sets the value of the key property.voidsetTypeOfKey(String value)Sets the value of the typeOfKey property.voidsetValue(String value)Sets the value of the value property.
-
-
-
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 isString
-
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 isString
-
getTypeOfKey
public String getTypeOfKey()
Gets the value of the typeOfKey property.- Returns:
- possible object is
String
-
-