public class UnknownEndpointErrorStructure extends ErrorCodeStructure
Java class for UnknownEndpointErrorStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnknownEndpointErrorStructure">
<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 |
|---|
UnknownEndpointErrorStructure() |
| 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.
|
UnknownEndpointErrorStructure |
withEndpoint(String value) |
UnknownEndpointErrorStructure |
withErrorText(String value) |
UnknownEndpointErrorStructure |
withNumber(BigInteger value) |
getErrorText, getNumber, setErrorText, setNumberprotected String endpoint
public String getEndpoint()
Stringpublic void setEndpoint(String value)
value - allowed object is
Stringpublic UnknownEndpointErrorStructure withEndpoint(String value)
public UnknownEndpointErrorStructure withErrorText(String value)
withErrorText in class ErrorCodeStructurepublic UnknownEndpointErrorStructure withNumber(BigInteger value)
withNumber in class ErrorCodeStructurepublic String toString()
toString in class ErrorCodeStructureCopyright © 2018 Entur AS. All rights reserved.