public class EndpointNotAvailableAccessStructure extends ErrorCodeStructure
Java class for EndpointNotAvailableAccessStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EndpointNotAvailableAccessStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}ErrorCodeStructure">
<sequence>
<element name="Endpoint" type="{http://www.siri.org.uk/siri}EndpointAddress" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
endpoint |
errorText, number| Constructor and Description |
|---|
EndpointNotAvailableAccessStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
Gets the value of the endpoint property.
|
void |
setEndpoint(String value)
Sets the value of the endpoint property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
EndpointNotAvailableAccessStructure |
withEndpoint(String value) |
EndpointNotAvailableAccessStructure |
withErrorText(String value) |
EndpointNotAvailableAccessStructure |
withNumber(BigInteger value) |
getErrorText, getNumber, setErrorText, setNumberprotected String endpoint
public String getEndpoint()
Stringpublic void setEndpoint(String value)
value - allowed object is
Stringpublic EndpointNotAvailableAccessStructure withEndpoint(String value)
public EndpointNotAvailableAccessStructure withErrorText(String value)
withErrorText in class ErrorCodeStructurepublic EndpointNotAvailableAccessStructure withNumber(BigInteger value)
withNumber in class ErrorCodeStructurepublic String toString()
toString in class ErrorCodeStructureCopyright © 2018 Entur AS. All rights reserved.