Package uk.org.siri.siri13
Class TerminateSubscriptionResponseStructure.TerminationResponseStatus.ErrorCondition
- java.lang.Object
-
- uk.org.siri.siri13.TerminateSubscriptionResponseStructure.TerminationResponseStatus.ErrorCondition
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TerminateSubscriptionResponseStructure.TerminationResponseStatus
public static class TerminateSubscriptionResponseStructure.TerminationResponseStatus.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}CapabilityNotSupportedError"/> <element ref="{http://www.siri.org.uk/siri}UnknownSubscriberError"/> <element ref="{http://www.siri.org.uk/siri}UnknownSubscriptionError"/> <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 CapabilityNotSupportedErrorStructurecapabilityNotSupportedErrorprotected ErrorDescriptionStructuredescriptionprotected OtherErrorStructureotherErrorprotected UnknownSubscriberErrorStructureunknownSubscriberErrorprotected UnknownSubscriptionErrorStructureunknownSubscriptionError
-
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.UnknownSubscriberErrorStructuregetUnknownSubscriberError()Gets the value of the unknownSubscriberError property.UnknownSubscriptionErrorStructuregetUnknownSubscriptionError()Gets the value of the unknownSubscriptionError 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.voidsetUnknownSubscriberError(UnknownSubscriberErrorStructure value)Sets the value of the unknownSubscriberError property.voidsetUnknownSubscriptionError(UnknownSubscriptionErrorStructure value)Sets the value of the unknownSubscriptionError property.
-
-
-
Field Detail
-
otherError
protected OtherErrorStructure otherError
-
unknownSubscriptionError
protected UnknownSubscriptionErrorStructure unknownSubscriptionError
-
unknownSubscriberError
protected UnknownSubscriberErrorStructure unknownSubscriberError
-
capabilityNotSupportedError
protected CapabilityNotSupportedErrorStructure capabilityNotSupportedError
-
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
-
getUnknownSubscriptionError
public UnknownSubscriptionErrorStructure getUnknownSubscriptionError()
Gets the value of the unknownSubscriptionError property.- Returns:
- possible object is
UnknownSubscriptionErrorStructure
-
setUnknownSubscriptionError
public void setUnknownSubscriptionError(UnknownSubscriptionErrorStructure value)
Sets the value of the unknownSubscriptionError property.- Parameters:
value- allowed object isUnknownSubscriptionErrorStructure
-
getUnknownSubscriberError
public UnknownSubscriberErrorStructure getUnknownSubscriberError()
Gets the value of the unknownSubscriberError property.- Returns:
- possible object is
UnknownSubscriberErrorStructure
-
setUnknownSubscriberError
public void setUnknownSubscriberError(UnknownSubscriberErrorStructure value)
Sets the value of the unknownSubscriberError property.- Parameters:
value- allowed object isUnknownSubscriberErrorStructure
-
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
-
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
-
-