Package uk.org.siri.siri10
Class ServiceDeliveryStructure.ErrorCondition
- java.lang.Object
-
- uk.org.siri.siri10.ServiceDeliveryStructure.ErrorCondition
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ServiceDeliveryStructure
public static class ServiceDeliveryStructure.ErrorCondition extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://www.siri.org.uk/}CapabilityNotSupportedError"/> <element ref="{http://www.siri.org.uk/}OtherError"/> </choice> <element name="Description" type="{http://www.siri.org.uk/}ErrorDescriptionStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CapabilityNotSupportedErrorStructurecapabilityNotSupportedErrorprotected ErrorDescriptionStructuredescriptionprotected OtherErrorStructureotherError
-
Constructor Summary
Constructors Constructor Description ErrorCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CapabilityNotSupportedErrorStructuregetCapabilityNotSupportedError()Gets the value of the capabilityNotSupportedError property.ErrorDescriptionStructuregetDescription()Gets the value of the description property.OtherErrorStructuregetOtherError()Gets the value of the otherError property.voidsetCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure value)Sets the value of the capabilityNotSupportedError property.voidsetDescription(ErrorDescriptionStructure value)Sets the value of the description property.voidsetOtherError(OtherErrorStructure value)Sets the value of the otherError property.
-
-
-
Field Detail
-
capabilityNotSupportedError
protected CapabilityNotSupportedErrorStructure capabilityNotSupportedError
-
otherError
protected OtherErrorStructure otherError
-
description
protected ErrorDescriptionStructure description
-
-
Method Detail
-
getCapabilityNotSupportedError
public CapabilityNotSupportedErrorStructure getCapabilityNotSupportedError()
Gets the value of the capabilityNotSupportedError property.- Returns:
- possible object is
CapabilityNotSupportedErrorStructure
-
setCapabilityNotSupportedError
public void setCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure value)
Sets the value of the capabilityNotSupportedError property.- Parameters:
value- allowed object isCapabilityNotSupportedErrorStructure
-
getOtherError
public OtherErrorStructure getOtherError()
Gets the value of the otherError property.- Returns:
- possible object is
OtherErrorStructure
-
setOtherError
public void setOtherError(OtherErrorStructure value)
Sets the value of the otherError property.- Parameters:
value- allowed object isOtherErrorStructure
-
getDescription
public ErrorDescriptionStructure getDescription()
Gets the value of the description property.- Returns:
- possible object is
ErrorDescriptionStructure
-
setDescription
public void setDescription(ErrorDescriptionStructure value)
Sets the value of the description property.- Parameters:
value- allowed object isErrorDescriptionStructure
-
-