Package uk.org.siri.siri10
Class ErrorCondition
- java.lang.Object
-
- uk.org.siri.siri10.ErrorCondition
-
- All Implemented Interfaces:
Serializable
public class 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/}AccessNotAllowedError"/> <element ref="{http://www.siri.org.uk/}NoInfoForTopicError"/> <element ref="{http://www.siri.org.uk/}AllowedResourceUsageExceededError"/> <element ref="{http://www.siri.org.uk/}UnknownSubscriptionError"/> <element ref="{http://www.siri.org.uk/}OtherError"/> </choice> <element name="Description" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessNotAllowedErrorStructureaccessNotAllowedErrorprotected AllowedResourceUsageExceededErrorStructureallowedResourceUsageExceededErrorprotected CapabilityNotSupportedErrorStructurecapabilityNotSupportedErrorprotected NaturalLanguageStringStructuredescriptionprotected NoInfoForTopicErrorStructurenoInfoForTopicErrorprotected OtherErrorStructureotherErrorprotected UnknownSubscriptionErrorStructureunknownSubscriptionError
-
Constructor Summary
Constructors Constructor Description ErrorCondition()
-
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.NaturalLanguageStringStructuregetDescription()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(NaturalLanguageStringStructure 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
-
capabilityNotSupportedError
protected CapabilityNotSupportedErrorStructure capabilityNotSupportedError
-
accessNotAllowedError
protected AccessNotAllowedErrorStructure accessNotAllowedError
-
noInfoForTopicError
protected NoInfoForTopicErrorStructure noInfoForTopicError
-
allowedResourceUsageExceededError
protected AllowedResourceUsageExceededErrorStructure allowedResourceUsageExceededError
-
unknownSubscriptionError
protected UnknownSubscriptionErrorStructure unknownSubscriptionError
-
otherError
protected OtherErrorStructure otherError
-
description
protected NaturalLanguageStringStructure 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
-
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
-
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
-
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
-
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
-
getDescription
public NaturalLanguageStringStructure getDescription()
Gets the value of the description property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDescription
public void setDescription(NaturalLanguageStringStructure value)
Sets the value of the description property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
-