public class ConsumerResponseEndpointStructure extends ResponseStructure
Java class for ConsumerResponseEndpointStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsumerResponseEndpointStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}ResponseStructure">
<sequence>
<group ref="{http://www.siri.org.uk/siri}ConsumerResponseEndpointGroup"/>
<group ref="{http://www.siri.org.uk/siri}DelegatorEndpointGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParticipantRefStructure |
consumerRef |
protected String |
delegatorAddress |
protected ParticipantRefStructure |
delegatorRef |
protected MessageRefStructure |
requestMessageRef |
responseTimestamp| Constructor and Description |
|---|
ConsumerResponseEndpointStructure() |
getResponseTimestamp, setResponseTimestampprotected ParticipantRefStructure consumerRef
protected MessageRefStructure requestMessageRef
protected String delegatorAddress
protected ParticipantRefStructure delegatorRef
public ParticipantRefStructure getConsumerRef()
ParticipantRefStructurepublic void setConsumerRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic MessageRefStructure getRequestMessageRef()
MessageRefStructurepublic void setRequestMessageRef(MessageRefStructure value)
value - allowed object is
MessageRefStructurepublic String getDelegatorAddress()
Stringpublic void setDelegatorAddress(String value)
value - allowed object is
Stringpublic ParticipantRefStructure getDelegatorRef()
ParticipantRefStructurepublic void setDelegatorRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic ConsumerResponseEndpointStructure withConsumerRef(ParticipantRefStructure value)
public ConsumerResponseEndpointStructure withRequestMessageRef(MessageRefStructure value)
public ConsumerResponseEndpointStructure withDelegatorAddress(String value)
public ConsumerResponseEndpointStructure withDelegatorRef(ParticipantRefStructure value)
public ConsumerResponseEndpointStructure withResponseTimestamp(LocalDateTime value)
withResponseTimestamp in class ResponseStructurepublic String toString()
toString in class ResponseStructureCopyright © 2018 Entur AS. All rights reserved.