public static class CheckStatusResponseBodyStructure.ErrorCondition extends Object
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/siri}ServiceNotAvailableError"/>
<element ref="{http://www.siri.org.uk/siri}OtherError"/>
</choice>
<element name="Description" type="{http://www.siri.org.uk/siri}ErrorDescriptionStructure" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ErrorDescriptionStructure |
description |
protected OtherErrorStructure |
otherError |
protected ServiceNotAvailableErrorStructure |
serviceNotAvailableError |
| Constructor and Description |
|---|
ErrorCondition() |
protected ServiceNotAvailableErrorStructure serviceNotAvailableError
protected OtherErrorStructure otherError
protected ErrorDescriptionStructure description
public ServiceNotAvailableErrorStructure getServiceNotAvailableError()
ServiceNotAvailableErrorStructurepublic void setServiceNotAvailableError(ServiceNotAvailableErrorStructure value)
value - allowed object is
ServiceNotAvailableErrorStructurepublic OtherErrorStructure getOtherError()
OtherErrorStructurepublic void setOtherError(OtherErrorStructure value)
value - allowed object is
OtherErrorStructurepublic ErrorDescriptionStructure getDescription()
ErrorDescriptionStructurepublic void setDescription(ErrorDescriptionStructure value)
value - allowed object is
ErrorDescriptionStructurepublic CheckStatusResponseBodyStructure.ErrorCondition withServiceNotAvailableError(ServiceNotAvailableErrorStructure value)
public CheckStatusResponseBodyStructure.ErrorCondition withOtherError(OtherErrorStructure value)
public CheckStatusResponseBodyStructure.ErrorCondition withDescription(ErrorDescriptionStructure value)
Copyright © 2018 Entur AS. All rights reserved.