public class DataSupplyRequestBodyStructure extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allData |
protected MessageRefStructure |
notificationRef |
| Constructor and Description |
|---|
DataSupplyRequestBodyStructure() |
| Modifier and Type | Method and Description |
|---|---|
MessageRefStructure |
getNotificationRef()
Gets the value of the notificationRef property.
|
Boolean |
isAllData()
Gets the value of the allData property.
|
void |
setAllData(Boolean value)
Sets the value of the allData property.
|
void |
setNotificationRef(MessageRefStructure value)
Sets the value of the notificationRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
DataSupplyRequestBodyStructure |
withAllData(Boolean value) |
DataSupplyRequestBodyStructure |
withNotificationRef(MessageRefStructure value) |
protected MessageRefStructure notificationRef
protected Boolean allData
public MessageRefStructure getNotificationRef()
MessageRefStructurepublic void setNotificationRef(MessageRefStructure value)
value - allowed object is
MessageRefStructurepublic Boolean isAllData()
Booleanpublic void setAllData(Boolean value)
value - allowed object is
Booleanpublic DataSupplyRequestBodyStructure withNotificationRef(MessageRefStructure value)
public DataSupplyRequestBodyStructure withAllData(Boolean value)
Copyright © 2018 Entur AS. All rights reserved.