Package uk.org.siri.siri13
Class ProducerResponseStructure
- java.lang.Object
-
- uk.org.siri.siri13.ResponseStructure
-
- uk.org.siri.siri13.ProducerResponseStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CapabilitiesResponse,ServiceDeliveryStructure
public class ProducerResponseStructure extends ResponseStructure implements Serializable
Type for General SIRI Producer Response.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"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringaddressprotected RequestorRefproducerRefprotected MessageRefStructurerequestMessageRefprotected MessageQualifierStructureresponseMessageIdentifier-
Fields inherited from class uk.org.siri.siri13.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description ProducerResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.RequestorRefgetProducerRef()Gets the value of the producerRef property.MessageRefStructuregetRequestMessageRef()Gets the value of the requestMessageRef property.MessageQualifierStructuregetResponseMessageIdentifier()Gets the value of the responseMessageIdentifier property.voidsetAddress(String value)Sets the value of the address property.voidsetProducerRef(RequestorRef value)Sets the value of the producerRef property.voidsetRequestMessageRef(MessageRefStructure value)Sets the value of the requestMessageRef property.voidsetResponseMessageIdentifier(MessageQualifierStructure value)Sets the value of the responseMessageIdentifier property.-
Methods inherited from class uk.org.siri.siri13.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
producerRef
protected RequestorRef producerRef
-
address
protected String address
-
responseMessageIdentifier
protected MessageQualifierStructure responseMessageIdentifier
-
requestMessageRef
protected MessageRefStructure requestMessageRef
-
-
Method Detail
-
getProducerRef
public RequestorRef getProducerRef()
Gets the value of the producerRef property.- Returns:
- possible object is
RequestorRef
-
setProducerRef
public void setProducerRef(RequestorRef value)
Sets the value of the producerRef property.- Parameters:
value- allowed object isRequestorRef
-
getAddress
public String getAddress()
Gets the value of the address property.- Returns:
- possible object is
String
-
setAddress
public void setAddress(String value)
Sets the value of the address property.- Parameters:
value- allowed object isString
-
getResponseMessageIdentifier
public MessageQualifierStructure getResponseMessageIdentifier()
Gets the value of the responseMessageIdentifier property.- Returns:
- possible object is
MessageQualifierStructure
-
setResponseMessageIdentifier
public void setResponseMessageIdentifier(MessageQualifierStructure value)
Sets the value of the responseMessageIdentifier property.- Parameters:
value- allowed object isMessageQualifierStructure
-
getRequestMessageRef
public MessageRefStructure getRequestMessageRef()
Gets the value of the requestMessageRef property.- Returns:
- possible object is
MessageRefStructure
-
setRequestMessageRef
public void setRequestMessageRef(MessageRefStructure value)
Sets the value of the requestMessageRef property.- Parameters:
value- allowed object isMessageRefStructure
-
-