Package uk.org.siri.siri20
Class ErrorConditionElement
- java.lang.Object
-
- uk.org.siri.siri20.ErrorConditionElement
-
- All Implemented Interfaces:
Serializable
public class ErrorConditionElement extends Object implements Serializable
Type for Standard ErrorConditions for Service request.Java class for ErrorConditionElementStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorConditionElementStructure"> <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
-
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.BeyondDataHorizonErrorStructuregetBeyondDataHorizon()Error: Data period or subscription period is outside of period covered by service.CapabilityNotSupportedErrorStructuregetCapabilityNotSupportedError()Gets the value of the capabilityNotSupportedError property.ErrorDescriptionStructuregetDescription()Gets the value of the description property.EndpointDeniedAccessStructuregetEndpointDeniedAccessError()Gets the value of the endpointDeniedAccessError property.EndpointNotAvailableAccessStructuregetEndpointNotAvailableAccessError()Gets the value of the endpointNotAvailableAccessError 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.UnapprovedKeyAccessStructuregetUnapprovedKeyAccessError()Gets the value of the unapprovedKeyAccessError property.UnknownEndpointErrorStructuregetUnknownEndpointError()Gets the value of the unknownEndpointError property.UnknownExtensionsErrorStructuregetUnknownExtensionsError()Error: Request contained extensions that were not supported by the producer.UnknownParticipantErrorStructuregetUnknownParticipantError()Error: Recipient for a message to be distributed is unknown.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.voidsetBeyondDataHorizon(BeyondDataHorizonErrorStructure value)Sets the value of the beyondDataHorizon property.voidsetCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure value)Sets the value of the capabilityNotSupportedError property.voidsetDescription(ErrorDescriptionStructure value)Sets the value of the description property.voidsetEndpointDeniedAccessError(EndpointDeniedAccessStructure value)Sets the value of the endpointDeniedAccessError property.voidsetEndpointNotAvailableAccessError(EndpointNotAvailableAccessStructure value)Sets the value of the endpointNotAvailableAccessError 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.voidsetUnapprovedKeyAccessError(UnapprovedKeyAccessStructure value)Sets the value of the unapprovedKeyAccessError property.voidsetUnknownEndpointError(UnknownEndpointErrorStructure value)Sets the value of the unknownEndpointError property.voidsetUnknownExtensionsError(UnknownExtensionsErrorStructure value)Sets the value of the unknownExtensionsError property.voidsetUnknownParticipantError(UnknownParticipantErrorStructure value)Sets the value of the unknownParticipantError 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
-
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
-
endpointNotAvailableAccessError
protected EndpointNotAvailableAccessStructure endpointNotAvailableAccessError
-
endpointDeniedAccessError
protected EndpointDeniedAccessStructure endpointDeniedAccessError
-
unknownEndpointError
protected UnknownEndpointErrorStructure unknownEndpointError
-
unknownParticipantError
protected UnknownParticipantErrorStructure unknownParticipantError
-
unapprovedKeyAccessError
protected UnapprovedKeyAccessStructure unapprovedKeyAccessError
-
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
-
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
-
getEndpointNotAvailableAccessError
public EndpointNotAvailableAccessStructure getEndpointNotAvailableAccessError()
Gets the value of the endpointNotAvailableAccessError property.- Returns:
- possible object is
EndpointNotAvailableAccessStructure
-
setEndpointNotAvailableAccessError
public void setEndpointNotAvailableAccessError(EndpointNotAvailableAccessStructure value)
Sets the value of the endpointNotAvailableAccessError property.- Parameters:
value- allowed object isEndpointNotAvailableAccessStructure
-
getEndpointDeniedAccessError
public EndpointDeniedAccessStructure getEndpointDeniedAccessError()
Gets the value of the endpointDeniedAccessError property.- Returns:
- possible object is
EndpointDeniedAccessStructure
-
setEndpointDeniedAccessError
public void setEndpointDeniedAccessError(EndpointDeniedAccessStructure value)
Sets the value of the endpointDeniedAccessError property.- Parameters:
value- allowed object isEndpointDeniedAccessStructure
-
getUnknownEndpointError
public UnknownEndpointErrorStructure getUnknownEndpointError()
Gets the value of the unknownEndpointError property.- Returns:
- possible object is
UnknownEndpointErrorStructure
-
setUnknownEndpointError
public void setUnknownEndpointError(UnknownEndpointErrorStructure value)
Sets the value of the unknownEndpointError property.- Parameters:
value- allowed object isUnknownEndpointErrorStructure
-
getUnknownParticipantError
public UnknownParticipantErrorStructure getUnknownParticipantError()
Error: Recipient for a message to be distributed is unknown. I.e. delegatior is found, but +SIRI v2.0- Returns:
- possible object is
UnknownParticipantErrorStructure
-
setUnknownParticipantError
public void setUnknownParticipantError(UnknownParticipantErrorStructure value)
Sets the value of the unknownParticipantError property.- Parameters:
value- allowed object isUnknownParticipantErrorStructure
-
getUnapprovedKeyAccessError
public UnapprovedKeyAccessStructure getUnapprovedKeyAccessError()
Gets the value of the unapprovedKeyAccessError property.- Returns:
- possible object is
UnapprovedKeyAccessStructure
-
setUnapprovedKeyAccessError
public void setUnapprovedKeyAccessError(UnapprovedKeyAccessStructure value)
Sets the value of the unapprovedKeyAccessError property.- Parameters:
value- allowed object isUnapprovedKeyAccessStructure
-
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
-
-