Package uk.org.siri.siri13
Class CapabilityNotSupportedErrorStructure
- java.lang.Object
-
- uk.org.siri.siri13.ErrorCodeStructure
-
- uk.org.siri.siri13.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"> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class uk.org.siri.siri13.ErrorCodeStructure
errorText
-
-
Constructor Summary
Constructors Constructor Description CapabilityNotSupportedErrorStructure()
-
Method Summary
-
Methods inherited from class uk.org.siri.siri13.ErrorCodeStructure
getErrorText, setErrorText
-
-