public class ProducerResponseEndpointStructure extends ResponseStructure
Java class for ProducerResponseEndpointStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProducerResponseEndpointStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}ResponseStructure">
<sequence>
<group ref="{http://www.siri.org.uk/siri}ProducerResponseEndpointGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected ParticipantRefStructure |
producerRef |
protected MessageRefStructure |
requestMessageRef |
protected MessageQualifierStructure |
responseMessageIdentifier |
responseTimestamp| Constructor and Description |
|---|
ProducerResponseEndpointStructure() |
getResponseTimestamp, setResponseTimestampprotected ParticipantRefStructure producerRef
protected String address
protected MessageQualifierStructure responseMessageIdentifier
protected MessageRefStructure requestMessageRef
public ParticipantRefStructure getProducerRef()
ParticipantRefStructurepublic void setProducerRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic MessageQualifierStructure getResponseMessageIdentifier()
MessageQualifierStructurepublic void setResponseMessageIdentifier(MessageQualifierStructure value)
value - allowed object is
MessageQualifierStructurepublic MessageRefStructure getRequestMessageRef()
MessageRefStructurepublic void setRequestMessageRef(MessageRefStructure value)
value - allowed object is
MessageRefStructurepublic ProducerResponseEndpointStructure withProducerRef(ParticipantRefStructure value)
public ProducerResponseEndpointStructure withAddress(String value)
public ProducerResponseEndpointStructure withResponseMessageIdentifier(MessageQualifierStructure value)
public ProducerResponseEndpointStructure withRequestMessageRef(MessageRefStructure value)
public ProducerResponseEndpointStructure withResponseTimestamp(LocalDateTime value)
withResponseTimestamp in class ResponseStructurepublic String toString()
toString in class ResponseStructureCopyright © 2018 Entur AS. All rights reserved.