public class UnapprovedKeyAccessStructure extends ErrorCodeStructure
Java 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
errorText, number| Constructor and Description |
|---|
UnapprovedKeyAccessStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
void |
setKey(String value)
Sets the value of the key property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
UnapprovedKeyAccessStructure |
withErrorText(String value) |
UnapprovedKeyAccessStructure |
withKey(String value) |
UnapprovedKeyAccessStructure |
withNumber(BigInteger value) |
getErrorText, getNumber, setErrorText, setNumberprotected String key
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic UnapprovedKeyAccessStructure withKey(String value)
public UnapprovedKeyAccessStructure withErrorText(String value)
withErrorText in class ErrorCodeStructurepublic UnapprovedKeyAccessStructure withNumber(BigInteger value)
withNumber in class ErrorCodeStructurepublic String toString()
toString in class ErrorCodeStructureCopyright © 2018 Entur AS. All rights reserved.