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