Package uk.org.siri.siri13
Class CheckStatusResponseBodyStructure.ErrorCondition
- java.lang.Object
-
- uk.org.siri.siri13.CheckStatusResponseBodyStructure.ErrorCondition
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CheckStatusResponseBodyStructure
public static class CheckStatusResponseBodyStructure.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/siri}ServiceNotAvailableError"/> <element ref="{http://www.siri.org.uk/siri}OtherError"/> </choice> <element name="Description" type="{http://www.siri.org.uk/siri}ErrorDescriptionStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ErrorDescriptionStructuredescriptionprotected OtherErrorStructureotherErrorprotected ServiceNotAvailableErrorStructureserviceNotAvailableError
-
Constructor Summary
Constructors Constructor Description ErrorCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorDescriptionStructuregetDescription()Gets the value of the description property.OtherErrorStructuregetOtherError()Gets the value of the otherError property.ServiceNotAvailableErrorStructuregetServiceNotAvailableError()Gets the value of the serviceNotAvailableError property.voidsetDescription(ErrorDescriptionStructure value)Sets the value of the description property.voidsetOtherError(OtherErrorStructure value)Sets the value of the otherError property.voidsetServiceNotAvailableError(ServiceNotAvailableErrorStructure value)Sets the value of the serviceNotAvailableError property.
-
-
-
Field Detail
-
otherError
protected OtherErrorStructure otherError
-
serviceNotAvailableError
protected ServiceNotAvailableErrorStructure serviceNotAvailableError
-
description
protected ErrorDescriptionStructure description
-
-
Method Detail
-
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
-
getServiceNotAvailableError
public ServiceNotAvailableErrorStructure getServiceNotAvailableError()
Gets the value of the serviceNotAvailableError property.- Returns:
- possible object is
ServiceNotAvailableErrorStructure
-
setServiceNotAvailableError
public void setServiceNotAvailableError(ServiceNotAvailableErrorStructure value)
Sets the value of the serviceNotAvailableError property.- Parameters:
value- allowed object isServiceNotAvailableErrorStructure
-
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
-
-