Package uk.org.siri.siri20
Class DataSupplyRequestBodyStructure
- java.lang.Object
-
- uk.org.siri.siri20.DataSupplyRequestBodyStructure
-
- All Implemented Interfaces:
Serializable
public class DataSupplyRequestBodyStructure extends Object implements Serializable
Type for Body of Data Supply Request. Used in WSDL.Java class for DataSupplyRequestBodyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataSupplyRequestBodyStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/siri}DataSupplyTopicGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallDataprotected MessageRefStructurenotificationRef
-
Constructor Summary
Constructors Constructor Description DataSupplyRequestBodyStructure()
-
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.
-
-
-
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
-
-