Package uk.org.siri.siri21
Class ProducerRequestEndpointStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractRequestStructure
-
- uk.org.siri.siri21.AuthenticatedRequestStructure
-
- uk.org.siri.siri21.ProducerRequestEndpointStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractNotificationStructure,HeartbeatNotificationStructure
public class ProducerRequestEndpointStructure extends AuthenticatedRequestStructure implements Serializable
Type for Unique reference to request to the producer. May be used to reference request in subsequent interactions. Used for WSDL.Java class for ProducerRequestEndpointStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProducerRequestEndpointStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AuthenticatedRequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}ProducerRequestEndpointGroup"/> <group ref="{http://www.siri.org.uk/siri}DelegatorEndpointGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringaddressprotected StringdelegatorAddressprotected RequestorRefdelegatorRefprotected MessageQualifierStructuremessageIdentifierprotected RequestorRefproducerRef-
Fields inherited from class uk.org.siri.siri21.AuthenticatedRequestStructure
accountId, accountKey
-
Fields inherited from class uk.org.siri.siri21.AbstractRequestStructure
requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description ProducerRequestEndpointStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.StringgetDelegatorAddress()Gets the value of the delegatorAddress property.RequestorRefgetDelegatorRef()Gets the value of the delegatorRef property.MessageQualifierStructuregetMessageIdentifier()Gets the value of the messageIdentifier property.RequestorRefgetProducerRef()Gets the value of the producerRef property.voidsetAddress(String value)Sets the value of the address property.voidsetDelegatorAddress(String value)Sets the value of the delegatorAddress property.voidsetDelegatorRef(RequestorRef value)Sets the value of the delegatorRef property.voidsetMessageIdentifier(MessageQualifierStructure value)Sets the value of the messageIdentifier property.voidsetProducerRef(RequestorRef value)Sets the value of the producerRef property.-
Methods inherited from class uk.org.siri.siri21.AuthenticatedRequestStructure
getAccountId, getAccountKey, setAccountId, setAccountKey
-
Methods inherited from class uk.org.siri.siri21.AbstractRequestStructure
getRequestTimestamp, setRequestTimestamp
-
-
-
-
Field Detail
-
address
protected String address
-
producerRef
protected RequestorRef producerRef
-
messageIdentifier
protected MessageQualifierStructure messageIdentifier
-
delegatorAddress
protected String delegatorAddress
-
delegatorRef
protected RequestorRef delegatorRef
-
-
Method Detail
-
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
-
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
-
getMessageIdentifier
public MessageQualifierStructure getMessageIdentifier()
Gets the value of the messageIdentifier property.- Returns:
- possible object is
MessageQualifierStructure
-
setMessageIdentifier
public void setMessageIdentifier(MessageQualifierStructure value)
Sets the value of the messageIdentifier property.- Parameters:
value- allowed object isMessageQualifierStructure
-
getDelegatorAddress
public String getDelegatorAddress()
Gets the value of the delegatorAddress property.- Returns:
- possible object is
String
-
setDelegatorAddress
public void setDelegatorAddress(String value)
Sets the value of the delegatorAddress property.- Parameters:
value- allowed object isString
-
getDelegatorRef
public RequestorRef getDelegatorRef()
Gets the value of the delegatorRef property.- Returns:
- possible object is
RequestorRef
-
setDelegatorRef
public void setDelegatorRef(RequestorRef value)
Sets the value of the delegatorRef property.- Parameters:
value- allowed object isRequestorRef
-
-