Package uk.org.siri.siri13
Class ErrorConditionElement
- java.lang.Object
-
- uk.org.siri.siri13.ErrorConditionElement
-
- All Implemented Interfaces:
Serializable
public abstract class ErrorConditionElement extends Object implements Serializable
Type for Standard ErrorConditions for Service requestJava class for ErrorConditionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorConditionStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <group ref="{http://www.siri.org.uk/siri}ServiceRequestErrorGroup"/> <element ref="{http://www.siri.org.uk/siri}UnknownSubscriptionError"/> </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 AccessNotAllowedErrorStructureaccessNotAllowedErrorprotected AllowedResourceUsageExceededErrorStructureallowedResourceUsageExceededErrorprotected CapabilityNotSupportedErrorStructurecapabilityNotSupportedErrorprotected ErrorDescriptionStructuredescriptionprotected NoInfoForTopicErrorStructurenoInfoForTopicErrorprotected OtherErrorStructureotherErrorprotected UnknownSubscriptionErrorStructureunknownSubscriptionError
-
Constructor Summary
Constructors Constructor Description ErrorConditionElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessNotAllowedErrorStructuregetAccessNotAllowedError()Gets the value of the accessNotAllowedError property.AllowedResourceUsageExceededErrorStructuregetAllowedResourceUsageExceededError()Gets the value of the allowedResourceUsageExceededError property.CapabilityNotSupportedErrorStructuregetCapabilityNotSupportedError()Gets the value of the capabilityNotSupportedError property.ErrorDescriptionStructuregetDescription()Gets the value of the description property.NoInfoForTopicErrorStructuregetNoInfoForTopicError()Gets the value of the noInfoForTopicError property.OtherErrorStructuregetOtherError()Gets the value of the otherError property.UnknownSubscriptionErrorStructuregetUnknownSubscriptionError()Gets the value of the unknownSubscriptionError property.voidsetAccessNotAllowedError(AccessNotAllowedErrorStructure value)Sets the value of the accessNotAllowedError property.voidsetAllowedResourceUsageExceededError(AllowedResourceUsageExceededErrorStructure value)Sets the value of the allowedResourceUsageExceededError property.voidsetCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure value)Sets the value of the capabilityNotSupportedError property.voidsetDescription(ErrorDescriptionStructure value)Sets the value of the description property.voidsetNoInfoForTopicError(NoInfoForTopicErrorStructure value)Sets the value of the noInfoForTopicError property.voidsetOtherError(OtherErrorStructure value)Sets the value of the otherError property.voidsetUnknownSubscriptionError(UnknownSubscriptionErrorStructure value)Sets the value of the unknownSubscriptionError property.
-
-
-
Field Detail
-
unknownSubscriptionError
protected UnknownSubscriptionErrorStructure unknownSubscriptionError
-
otherError
protected OtherErrorStructure otherError
-
allowedResourceUsageExceededError
protected AllowedResourceUsageExceededErrorStructure allowedResourceUsageExceededError
-
noInfoForTopicError
protected NoInfoForTopicErrorStructure noInfoForTopicError
-
accessNotAllowedError
protected AccessNotAllowedErrorStructure accessNotAllowedError
-
capabilityNotSupportedError
protected CapabilityNotSupportedErrorStructure capabilityNotSupportedError
-
description
protected ErrorDescriptionStructure description
-
-
Method Detail
-
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
-
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
-
getAllowedResourceUsageExceededError
public AllowedResourceUsageExceededErrorStructure getAllowedResourceUsageExceededError()
Gets the value of the allowedResourceUsageExceededError property.- Returns:
- possible object is
AllowedResourceUsageExceededErrorStructure
-
setAllowedResourceUsageExceededError
public void setAllowedResourceUsageExceededError(AllowedResourceUsageExceededErrorStructure value)
Sets the value of the allowedResourceUsageExceededError property.- Parameters:
value- allowed object isAllowedResourceUsageExceededErrorStructure
-
getNoInfoForTopicError
public NoInfoForTopicErrorStructure getNoInfoForTopicError()
Gets the value of the noInfoForTopicError property.- Returns:
- possible object is
NoInfoForTopicErrorStructure
-
setNoInfoForTopicError
public void setNoInfoForTopicError(NoInfoForTopicErrorStructure value)
Sets the value of the noInfoForTopicError property.- Parameters:
value- allowed object isNoInfoForTopicErrorStructure
-
getAccessNotAllowedError
public AccessNotAllowedErrorStructure getAccessNotAllowedError()
Gets the value of the accessNotAllowedError property.- Returns:
- possible object is
AccessNotAllowedErrorStructure
-
setAccessNotAllowedError
public void setAccessNotAllowedError(AccessNotAllowedErrorStructure value)
Sets the value of the accessNotAllowedError property.- Parameters:
value- allowed object isAccessNotAllowedErrorStructure
-
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
-
-