public class ResponseEndpointStructure extends ResponseStructure
Java class for ResponseEndpointStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseEndpointStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}ResponseStructure">
<sequence>
<group ref="{http://www.siri.org.uk/siri}ResponseEndpointGroup"/>
<group ref="{http://www.siri.org.uk/siri}DelegatorEndpointGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
delegatorAddress |
protected ParticipantRefStructure |
delegatorRef |
protected MessageQualifierStructure |
requestMessageRef |
protected ParticipantRefStructure |
responderRef |
responseTimestamp| Constructor and Description |
|---|
ResponseEndpointStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getDelegatorAddress()
Gets the value of the delegatorAddress property.
|
ParticipantRefStructure |
getDelegatorRef()
Gets the value of the delegatorRef property.
|
MessageQualifierStructure |
getRequestMessageRef()
Gets the value of the requestMessageRef property.
|
ParticipantRefStructure |
getResponderRef()
Gets the value of the responderRef property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setDelegatorAddress(String value)
Sets the value of the delegatorAddress property.
|
void |
setDelegatorRef(ParticipantRefStructure value)
Sets the value of the delegatorRef property.
|
void |
setRequestMessageRef(MessageQualifierStructure value)
Sets the value of the requestMessageRef property.
|
void |
setResponderRef(ParticipantRefStructure value)
Sets the value of the responderRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ResponseEndpointStructure |
withAddress(String value) |
ResponseEndpointStructure |
withDelegatorAddress(String value) |
ResponseEndpointStructure |
withDelegatorRef(ParticipantRefStructure value) |
ResponseEndpointStructure |
withRequestMessageRef(MessageQualifierStructure value) |
ResponseEndpointStructure |
withResponderRef(ParticipantRefStructure value) |
ResponseEndpointStructure |
withResponseTimestamp(LocalDateTime value) |
getResponseTimestamp, setResponseTimestampprotected String address
protected ParticipantRefStructure responderRef
protected MessageQualifierStructure requestMessageRef
protected String delegatorAddress
protected ParticipantRefStructure delegatorRef
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic ParticipantRefStructure getResponderRef()
ParticipantRefStructurepublic void setResponderRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic MessageQualifierStructure getRequestMessageRef()
MessageQualifierStructurepublic void setRequestMessageRef(MessageQualifierStructure value)
value - allowed object is
MessageQualifierStructurepublic String getDelegatorAddress()
Stringpublic void setDelegatorAddress(String value)
value - allowed object is
Stringpublic ParticipantRefStructure getDelegatorRef()
ParticipantRefStructurepublic void setDelegatorRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic ResponseEndpointStructure withAddress(String value)
public ResponseEndpointStructure withResponderRef(ParticipantRefStructure value)
public ResponseEndpointStructure withRequestMessageRef(MessageQualifierStructure value)
public ResponseEndpointStructure withDelegatorAddress(String value)
public ResponseEndpointStructure withDelegatorRef(ParticipantRefStructure value)
public ResponseEndpointStructure withResponseTimestamp(LocalDateTime value)
withResponseTimestamp in class ResponseStructurepublic String toString()
toString in class ResponseStructureCopyright © 2018 Entur AS. All rights reserved.