Package uk.org.siri.siri10
Class CapabilityNotSupportedErrorStructure
- java.lang.Object
-
- uk.org.siri.siri10.CapabilityNotSupportedErrorStructure
-
- All Implemented Interfaces:
Serializable
public class CapabilityNotSupportedErrorStructure extends Object 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> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CapabilityRef" type="{http://www.siri.org.uk/}CapabilityRefStructure"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CapabilityRefStructurecapabilityRef
-
Constructor Summary
Constructors Constructor Description CapabilityNotSupportedErrorStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CapabilityRefStructuregetCapabilityRef()Gets the value of the capabilityRef property.voidsetCapabilityRef(CapabilityRefStructure value)Sets the value of the capabilityRef property.
-
-
-
Field Detail
-
capabilityRef
protected CapabilityRefStructure capabilityRef
-
-
Method Detail
-
getCapabilityRef
public CapabilityRefStructure getCapabilityRef()
Gets the value of the capabilityRef property.- Returns:
- possible object is
CapabilityRefStructure
-
setCapabilityRef
public void setCapabilityRef(CapabilityRefStructure value)
Sets the value of the capabilityRef property.- Parameters:
value- allowed object isCapabilityRefStructure
-
-