Package uk.org.siri.siri14
Class CapabilityNotSupportedErrorStructure
- java.lang.Object
-
- uk.org.siri.siri14.ErrorCodeStructure
-
- uk.org.siri.siri14.CapabilityNotSupportedErrorStructure
-
- All Implemented Interfaces:
Serializable
public class CapabilityNotSupportedErrorStructure extends ErrorCodeStructure implements Serializable
Type for Error: Service does not support requested capability.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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcapabilityRef-
Fields inherited from class uk.org.siri.siri14.ErrorCodeStructure
errorText
-
-
Constructor Summary
Constructors Constructor Description CapabilityNotSupportedErrorStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCapabilityRef()Gets the value of the capabilityRef property.voidsetCapabilityRef(String value)Sets the value of the capabilityRef property.-
Methods inherited from class uk.org.siri.siri14.ErrorCodeStructure
getErrorText, setErrorText
-
-
-
-
Field Detail
-
capabilityRef
protected String capabilityRef
-
-