Package uk.org.siri.siri13
Class DataSupplyRequestStructure
- java.lang.Object
-
- uk.org.siri.siri13.AbstractRequestStructure
-
- uk.org.siri.siri13.ConsumerRequestEndpointStructure
-
- uk.org.siri.siri13.DataSupplyRequestStructure
-
- All Implemented Interfaces:
Serializable
public class DataSupplyRequestStructure extends ConsumerRequestEndpointStructure implements Serializable
Type for Data supply RequestJava class for DataSupplyRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataSupplyRequestStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}ConsumerRequestEndpointStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}DataSupplyTopicGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallDataprotected MessageRefStructurenotificationRef-
Fields inherited from class uk.org.siri.siri13.ConsumerRequestEndpointStructure
address, consumerRef, messageIdentifier
-
Fields inherited from class uk.org.siri.siri13.AbstractRequestStructure
requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description DataSupplyRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageRefStructuregetNotificationRef()Gets the value of the notificationRef property.BooleanisAllData()Gets the value of the allData property.voidsetAllData(Boolean value)Sets the value of the allData property.voidsetNotificationRef(MessageRefStructure value)Sets the value of the notificationRef property.-
Methods inherited from class uk.org.siri.siri13.ConsumerRequestEndpointStructure
getAddress, getConsumerRef, getMessageIdentifier, setAddress, setConsumerRef, setMessageIdentifier
-
Methods inherited from class uk.org.siri.siri13.AbstractRequestStructure
getRequestTimestamp, setRequestTimestamp
-
-
-
-
Field Detail
-
notificationRef
protected MessageRefStructure notificationRef
-
allData
protected Boolean allData
-
-
Method Detail
-
getNotificationRef
public MessageRefStructure getNotificationRef()
Gets the value of the notificationRef property.- Returns:
- possible object is
MessageRefStructure
-
setNotificationRef
public void setNotificationRef(MessageRefStructure value)
Sets the value of the notificationRef property.- Parameters:
value- allowed object isMessageRefStructure
-
isAllData
public Boolean isAllData()
Gets the value of the allData property.- Returns:
- possible object is
Boolean
-
-