Package uk.org.siri.siri21
Class UnapprovedKeyAccessStructure
- java.lang.Object
-
- uk.org.siri.siri21.ErrorCodeStructure
-
- uk.org.siri.siri21.UnapprovedKeyAccessStructure
-
- All Implemented Interfaces:
Serializable
public class UnapprovedKeyAccessStructure extends ErrorCodeStructure implements Serializable
Type for Error: UnapprovedKey +SIRI v2.0Java class for UnapprovedKeyAccessStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnapprovedKeyAccessStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}ErrorCodeStructure"> <sequence> <element name="Key" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringkey-
Fields inherited from class uk.org.siri.siri21.ErrorCodeStructure
errorText, number
-
-
Constructor Summary
Constructors Constructor Description UnapprovedKeyAccessStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Gets the value of the key property.voidsetKey(String value)Sets the value of the key property.-
Methods inherited from class uk.org.siri.siri21.ErrorCodeStructure
getErrorText, getNumber, setErrorText, setNumber
-
-
-
-
Field Detail
-
key
protected String key
-
-