Package uk.org.siri.siri10
Class DataSupplyRequestStructure
- java.lang.Object
-
- uk.org.siri.siri10.DataSupplyRequestStructure
-
- All Implemented Interfaces:
Serializable
public class DataSupplyRequestStructure extends Object 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> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/}ConsumerRequestEndpointGroup"/> <group ref="{http://www.siri.org.uk/}DataSupplyTopicGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringaddressprotected BooleanallDataprotected ParticipantRefStructureconsumerRefprotected MessageQualifierStructuremessageIdentifierprotected MessageRefStructurenotificationRefprotected ZonedDateTimerequestTimestamp
-
Constructor Summary
Constructors Constructor Description DataSupplyRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.ParticipantRefStructuregetConsumerRef()Gets the value of the consumerRef property.MessageQualifierStructuregetMessageIdentifier()Gets the value of the messageIdentifier property.MessageRefStructuregetNotificationRef()Gets the value of the notificationRef property.ZonedDateTimegetRequestTimestamp()Gets the value of the requestTimestamp property.BooleanisAllData()Gets the value of the allData property.voidsetAddress(String value)Sets the value of the address property.voidsetAllData(Boolean value)Sets the value of the allData property.voidsetConsumerRef(ParticipantRefStructure value)Sets the value of the consumerRef property.voidsetMessageIdentifier(MessageQualifierStructure value)Sets the value of the messageIdentifier property.voidsetNotificationRef(MessageRefStructure value)Sets the value of the notificationRef property.voidsetRequestTimestamp(ZonedDateTime value)Sets the value of the requestTimestamp property.
-
-
-
Field Detail
-
requestTimestamp
protected ZonedDateTime requestTimestamp
-
address
protected String address
-
consumerRef
protected ParticipantRefStructure consumerRef
-
messageIdentifier
protected MessageQualifierStructure messageIdentifier
-
notificationRef
protected MessageRefStructure notificationRef
-
allData
protected Boolean allData
-
-
Method Detail
-
getRequestTimestamp
public ZonedDateTime getRequestTimestamp()
Gets the value of the requestTimestamp property.- Returns:
- possible object is
String
-
setRequestTimestamp
public void setRequestTimestamp(ZonedDateTime value)
Sets the value of the requestTimestamp property.- Parameters:
value- allowed object isString
-
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
-
getConsumerRef
public ParticipantRefStructure getConsumerRef()
Gets the value of the consumerRef property.- Returns:
- possible object is
ParticipantRefStructure
-
setConsumerRef
public void setConsumerRef(ParticipantRefStructure value)
Sets the value of the consumerRef property.- Parameters:
value- allowed object isParticipantRefStructure
-
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
-
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
-
-