public class CapabilityNotSupportedErrorStructure extends ErrorCodeStructure
Java class for CapabilityNotSupportedErrorStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilityNotSupportedErrorStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}ErrorCodeStructure">
<sequence>
<element name="CapabilityRef" type="{http://www.siri.org.uk/siri}CapabilityCodeType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
capabilityRef |
errorText, number| Constructor and Description |
|---|
CapabilityNotSupportedErrorStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCapabilityRef()
Gets the value of the capabilityRef property.
|
void |
setCapabilityRef(String value)
Sets the value of the capabilityRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
CapabilityNotSupportedErrorStructure |
withCapabilityRef(String value) |
CapabilityNotSupportedErrorStructure |
withErrorText(String value) |
CapabilityNotSupportedErrorStructure |
withNumber(BigInteger value) |
getErrorText, getNumber, setErrorText, setNumberprotected String capabilityRef
public CapabilityNotSupportedErrorStructure()
public String getCapabilityRef()
Stringpublic void setCapabilityRef(String value)
value - allowed object is
Stringpublic CapabilityNotSupportedErrorStructure withCapabilityRef(String value)
public CapabilityNotSupportedErrorStructure withErrorText(String value)
withErrorText in class ErrorCodeStructurepublic CapabilityNotSupportedErrorStructure withNumber(BigInteger value)
withNumber in class ErrorCodeStructurepublic String toString()
toString in class ErrorCodeStructureCopyright © 2018 Entur AS. All rights reserved.