Package uk.org.siri.siri20
Class ErrorCondition
- java.lang.Object
-
- uk.org.siri.siri20.ErrorCondition
-
- All Implemented Interfaces:
Serializable
public class ErrorCondition extends Object implements Serializable
Type for RequestErrorCondition.Java 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}ApplicationErrorGroup"/> </choice> <element name="Description" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessNotAllowedErrorStructureaccessNotAllowedErrorprotected AllowedResourceUsageExceededErrorStructureallowedResourceUsageExceededErrorprotected BeyondDataHorizonErrorStructurebeyondDataHorizonprotected CapabilityNotSupportedErrorStructurecapabilityNotSupportedErrorprotected NaturalLanguageStringStructuredescriptionprotected InvalidDataReferencesErrorStructureinvalidDataReferencesErrorprotected NoInfoForTopicErrorStructurenoInfoForTopicErrorprotected OtherErrorStructureotherErrorprotected ParametersIgnoredErrorStructureparametersIgnoredErrorprotected ServiceNotAvailableErrorStructureserviceNotAvailableErrorprotected UnknownExtensionsErrorStructureunknownExtensionsError
-
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.BeyondDataHorizonErrorStructuregetBeyondDataHorizon()Error: Data period or subscription period is outside of period covered by service.CapabilityNotSupportedErrorStructuregetCapabilityNotSupportedError()Gets the value of the capabilityNotSupportedError property.NaturalLanguageStringStructuregetDescription()Gets the value of the description property.InvalidDataReferencesErrorStructuregetInvalidDataReferencesError()Gets the value of the invalidDataReferencesError property.NoInfoForTopicErrorStructuregetNoInfoForTopicError()Gets the value of the noInfoForTopicError property.OtherErrorStructuregetOtherError()Gets the value of the otherError property.ParametersIgnoredErrorStructuregetParametersIgnoredError()Gets the value of the parametersIgnoredError property.ServiceNotAvailableErrorStructuregetServiceNotAvailableError()Gets the value of the serviceNotAvailableError property.UnknownExtensionsErrorStructuregetUnknownExtensionsError()Error: Request contained extensions that were not supported by the producer.voidsetAccessNotAllowedError(AccessNotAllowedErrorStructure value)Sets the value of the accessNotAllowedError property.voidsetAllowedResourceUsageExceededError(AllowedResourceUsageExceededErrorStructure value)Sets the value of the allowedResourceUsageExceededError property.voidsetBeyondDataHorizon(BeyondDataHorizonErrorStructure value)Sets the value of the beyondDataHorizon property.voidsetCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure value)Sets the value of the capabilityNotSupportedError property.voidsetDescription(NaturalLanguageStringStructure value)Sets the value of the description property.voidsetInvalidDataReferencesError(InvalidDataReferencesErrorStructure value)Sets the value of the invalidDataReferencesError property.voidsetNoInfoForTopicError(NoInfoForTopicErrorStructure value)Sets the value of the noInfoForTopicError property.voidsetOtherError(OtherErrorStructure value)Sets the value of the otherError property.voidsetParametersIgnoredError(ParametersIgnoredErrorStructure value)Sets the value of the parametersIgnoredError property.voidsetServiceNotAvailableError(ServiceNotAvailableErrorStructure value)Sets the value of the serviceNotAvailableError property.voidsetUnknownExtensionsError(UnknownExtensionsErrorStructure value)Sets the value of the unknownExtensionsError property.
-
-
-
Field Detail
-
otherError
protected OtherErrorStructure otherError
-
allowedResourceUsageExceededError
protected AllowedResourceUsageExceededErrorStructure allowedResourceUsageExceededError
-
unknownExtensionsError
protected UnknownExtensionsErrorStructure unknownExtensionsError
-
parametersIgnoredError
protected ParametersIgnoredErrorStructure parametersIgnoredError
-
noInfoForTopicError
protected NoInfoForTopicErrorStructure noInfoForTopicError
-
beyondDataHorizon
protected BeyondDataHorizonErrorStructure beyondDataHorizon
-
invalidDataReferencesError
protected InvalidDataReferencesErrorStructure invalidDataReferencesError
-
accessNotAllowedError
protected AccessNotAllowedErrorStructure accessNotAllowedError
-
capabilityNotSupportedError
protected CapabilityNotSupportedErrorStructure capabilityNotSupportedError
-
serviceNotAvailableError
protected ServiceNotAvailableErrorStructure serviceNotAvailableError
-
description
protected NaturalLanguageStringStructure 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
-
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
-
getUnknownExtensionsError
public UnknownExtensionsErrorStructure getUnknownExtensionsError()
Error: Request contained extensions that were not supported by the producer. A response has been provided but some or all extensions have been ignored. +SIRI v2.0.- Returns:
- possible object is
UnknownExtensionsErrorStructure
-
setUnknownExtensionsError
public void setUnknownExtensionsError(UnknownExtensionsErrorStructure value)
Sets the value of the unknownExtensionsError property.- Parameters:
value- allowed object isUnknownExtensionsErrorStructure
-
getParametersIgnoredError
public ParametersIgnoredErrorStructure getParametersIgnoredError()
Gets the value of the parametersIgnoredError property.- Returns:
- possible object is
ParametersIgnoredErrorStructure
-
setParametersIgnoredError
public void setParametersIgnoredError(ParametersIgnoredErrorStructure value)
Sets the value of the parametersIgnoredError property.- Parameters:
value- allowed object isParametersIgnoredErrorStructure
-
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
-
getBeyondDataHorizon
public BeyondDataHorizonErrorStructure getBeyondDataHorizon()
Error: Data period or subscription period is outside of period covered by service. +SIRI v2.0.- Returns:
- possible object is
BeyondDataHorizonErrorStructure
-
setBeyondDataHorizon
public void setBeyondDataHorizon(BeyondDataHorizonErrorStructure value)
Sets the value of the beyondDataHorizon property.- Parameters:
value- allowed object isBeyondDataHorizonErrorStructure
-
getInvalidDataReferencesError
public InvalidDataReferencesErrorStructure getInvalidDataReferencesError()
Gets the value of the invalidDataReferencesError property.- Returns:
- possible object is
InvalidDataReferencesErrorStructure
-
setInvalidDataReferencesError
public void setInvalidDataReferencesError(InvalidDataReferencesErrorStructure value)
Sets the value of the invalidDataReferencesError property.- Parameters:
value- allowed object isInvalidDataReferencesErrorStructure
-
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
-
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 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
-
-