Package uk.org.siri.siri20
Class AbstractDiscoveryRequestStructure
- java.lang.Object
-
- uk.org.siri.siri20.AbstractRequestStructure
-
- uk.org.siri.siri20.AuthenticatedRequestStructure
-
- uk.org.siri.siri20.AbstractDiscoveryRequestStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionLinksDiscoveryRequestStructure,FacilityRequestStructure,InfoChannelDiscoveryRequestStructure,LinesDiscoveryRequestStructure,ProductCategoriesDiscoveryRequestStructure,ServiceFeaturesDiscoveryRequestStructure,StopPointsDiscoveryRequestStructure,VehicleFeaturesRequestStructure
public abstract class AbstractDiscoveryRequestStructure extends AuthenticatedRequestStructure implements Serializable
Requests for stop reference data for use in service requests.Java class for AbstractDiscoveryRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractDiscoveryRequestStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AuthenticatedRequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}RequestorEndpointGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringaddressprotected MessageQualifierStructuremessageIdentifierprotected RequestorRefrequestorRef-
Fields inherited from class uk.org.siri.siri20.AuthenticatedRequestStructure
accountId, accountKey
-
Fields inherited from class uk.org.siri.siri20.AbstractRequestStructure
requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description AbstractDiscoveryRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.MessageQualifierStructuregetMessageIdentifier()Gets the value of the messageIdentifier property.RequestorRefgetRequestorRef()Gets the value of the requestorRef property.voidsetAddress(String value)Sets the value of the address property.voidsetMessageIdentifier(MessageQualifierStructure value)Sets the value of the messageIdentifier property.voidsetRequestorRef(RequestorRef value)Sets the value of the requestorRef property.-
Methods inherited from class uk.org.siri.siri20.AuthenticatedRequestStructure
getAccountId, getAccountKey, setAccountId, setAccountKey
-
Methods inherited from class uk.org.siri.siri20.AbstractRequestStructure
getRequestTimestamp, setRequestTimestamp
-
-
-
-
Field Detail
-
address
protected String address
-
requestorRef
protected RequestorRef requestorRef
-
messageIdentifier
protected MessageQualifierStructure messageIdentifier
-
-
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
-
getRequestorRef
public RequestorRef getRequestorRef()
Gets the value of the requestorRef property.- Returns:
- possible object is
RequestorRef
-
setRequestorRef
public void setRequestorRef(RequestorRef value)
Sets the value of the requestorRef 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
-
-