public class ErrorConditionStructure extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected AccessNotAllowedErrorStructure |
accessNotAllowedError |
protected AllowedResourceUsageExceededErrorStructure |
allowedResourceUsageExceededError |
protected BeyondDataHorizonErrorStructure |
beyondDataHorizon |
protected CapabilityNotSupportedErrorStructure |
capabilityNotSupportedError |
protected NaturalLanguageStringStructure |
description |
protected InvalidDataReferencesErrorStructure |
invalidDataReferencesError |
protected NoInfoForTopicErrorStructure |
noInfoForTopicError |
protected OtherErrorStructure |
otherError |
protected ParametersIgnoredErrorStructure |
parametersIgnoredError |
protected ServiceNotAvailableErrorStructure |
serviceNotAvailableError |
protected UnknownExtensionsErrorStructure |
unknownExtensionsError |
| Constructor and Description |
|---|
ErrorConditionStructure() |
protected ServiceNotAvailableErrorStructure serviceNotAvailableError
protected CapabilityNotSupportedErrorStructure capabilityNotSupportedError
protected AccessNotAllowedErrorStructure accessNotAllowedError
protected InvalidDataReferencesErrorStructure invalidDataReferencesError
protected BeyondDataHorizonErrorStructure beyondDataHorizon
protected NoInfoForTopicErrorStructure noInfoForTopicError
protected ParametersIgnoredErrorStructure parametersIgnoredError
protected UnknownExtensionsErrorStructure unknownExtensionsError
protected AllowedResourceUsageExceededErrorStructure allowedResourceUsageExceededError
protected OtherErrorStructure otherError
protected NaturalLanguageStringStructure description
public ServiceNotAvailableErrorStructure getServiceNotAvailableError()
ServiceNotAvailableErrorStructurepublic void setServiceNotAvailableError(ServiceNotAvailableErrorStructure value)
value - allowed object is
ServiceNotAvailableErrorStructurepublic CapabilityNotSupportedErrorStructure getCapabilityNotSupportedError()
CapabilityNotSupportedErrorStructurepublic void setCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure value)
value - allowed object is
CapabilityNotSupportedErrorStructurepublic AccessNotAllowedErrorStructure getAccessNotAllowedError()
AccessNotAllowedErrorStructurepublic void setAccessNotAllowedError(AccessNotAllowedErrorStructure value)
value - allowed object is
AccessNotAllowedErrorStructurepublic InvalidDataReferencesErrorStructure getInvalidDataReferencesError()
InvalidDataReferencesErrorStructurepublic void setInvalidDataReferencesError(InvalidDataReferencesErrorStructure value)
value - allowed object is
InvalidDataReferencesErrorStructurepublic BeyondDataHorizonErrorStructure getBeyondDataHorizon()
BeyondDataHorizonErrorStructurepublic void setBeyondDataHorizon(BeyondDataHorizonErrorStructure value)
value - allowed object is
BeyondDataHorizonErrorStructurepublic NoInfoForTopicErrorStructure getNoInfoForTopicError()
NoInfoForTopicErrorStructurepublic void setNoInfoForTopicError(NoInfoForTopicErrorStructure value)
value - allowed object is
NoInfoForTopicErrorStructurepublic ParametersIgnoredErrorStructure getParametersIgnoredError()
ParametersIgnoredErrorStructurepublic void setParametersIgnoredError(ParametersIgnoredErrorStructure value)
value - allowed object is
ParametersIgnoredErrorStructurepublic UnknownExtensionsErrorStructure getUnknownExtensionsError()
UnknownExtensionsErrorStructurepublic void setUnknownExtensionsError(UnknownExtensionsErrorStructure value)
value - allowed object is
UnknownExtensionsErrorStructurepublic AllowedResourceUsageExceededErrorStructure getAllowedResourceUsageExceededError()
AllowedResourceUsageExceededErrorStructurepublic void setAllowedResourceUsageExceededError(AllowedResourceUsageExceededErrorStructure value)
value - allowed object is
AllowedResourceUsageExceededErrorStructurepublic OtherErrorStructure getOtherError()
OtherErrorStructurepublic void setOtherError(OtherErrorStructure value)
value - allowed object is
OtherErrorStructurepublic NaturalLanguageStringStructure getDescription()
NaturalLanguageStringStructurepublic void setDescription(NaturalLanguageStringStructure value)
value - allowed object is
NaturalLanguageStringStructurepublic ErrorConditionStructure withServiceNotAvailableError(ServiceNotAvailableErrorStructure value)
public ErrorConditionStructure withCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure value)
public ErrorConditionStructure withAccessNotAllowedError(AccessNotAllowedErrorStructure value)
public ErrorConditionStructure withInvalidDataReferencesError(InvalidDataReferencesErrorStructure value)
public ErrorConditionStructure withBeyondDataHorizon(BeyondDataHorizonErrorStructure value)
public ErrorConditionStructure withNoInfoForTopicError(NoInfoForTopicErrorStructure value)
public ErrorConditionStructure withParametersIgnoredError(ParametersIgnoredErrorStructure value)
public ErrorConditionStructure withUnknownExtensionsError(UnknownExtensionsErrorStructure value)
public ErrorConditionStructure withAllowedResourceUsageExceededError(AllowedResourceUsageExceededErrorStructure value)
public ErrorConditionStructure withOtherError(OtherErrorStructure value)
public ErrorConditionStructure withDescription(NaturalLanguageStringStructure value)
Copyright © 2018 Entur AS. All rights reserved.