public class ProducerResponseStructure extends ResponseStructure
Java class for ProducerResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProducerResponseStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}ResponseStructure">
<sequence>
<group ref="{http://www.siri.org.uk/siri}ProducerResponseEndpointGroup"/>
<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 ParticipantRefStructure |
producerRef |
protected MessageRefStructure |
requestMessageRef |
protected MessageQualifierStructure |
responseMessageIdentifier |
responseTimestamp| Constructor and Description |
|---|
ProducerResponseStructure() |
getResponseTimestamp, setResponseTimestampprotected ParticipantRefStructure producerRef
protected String address
protected MessageQualifierStructure responseMessageIdentifier
protected MessageRefStructure requestMessageRef
protected String delegatorAddress
protected ParticipantRefStructure delegatorRef
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 String getDelegatorAddress()
Stringpublic void setDelegatorAddress(String value)
value - allowed object is
Stringpublic ParticipantRefStructure getDelegatorRef()
ParticipantRefStructurepublic void setDelegatorRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic ProducerResponseStructure withProducerRef(ParticipantRefStructure value)
public ProducerResponseStructure withAddress(String value)
public ProducerResponseStructure withResponseMessageIdentifier(MessageQualifierStructure value)
public ProducerResponseStructure withRequestMessageRef(MessageRefStructure value)
public ProducerResponseStructure withDelegatorAddress(String value)
public ProducerResponseStructure withDelegatorRef(ParticipantRefStructure value)
public ProducerResponseStructure withResponseTimestamp(LocalDateTime value)
withResponseTimestamp in class ResponseStructurepublic String toString()
toString in class ResponseStructureCopyright © 2018 Entur AS. All rights reserved.