Package uk.org.siri.siri10
Class AbstractServiceRequestStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractServiceRequestStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionMonitoringRequestStructure,ConnectionTimetableRequestStructure,EstimatedTimetableRequestStructure,GeneralMessageRequestStructure,ProductionTimetableRequestStructure,ServiceCapabilitiesRequestStructure,StopMonitoringRequestStructure,StopTimetableRequestStructure,VehicleMonitoringRequestStructure
public class AbstractServiceRequestStructure extends Object implements Serializable
Abstract Service Request for SIRI Service requestJava class for AbstractServiceRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractServiceRequestStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/}ContextualisedRequestEndpointGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected MessageQualifierStructuremessageIdentifierprotected ZonedDateTimerequestTimestamp
-
Constructor Summary
Constructors Constructor Description AbstractServiceRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageQualifierStructuregetMessageIdentifier()Gets the value of the messageIdentifier property.ZonedDateTimegetRequestTimestamp()Gets the value of the requestTimestamp property.voidsetMessageIdentifier(MessageQualifierStructure value)Sets the value of the messageIdentifier property.voidsetRequestTimestamp(ZonedDateTime value)Sets the value of the requestTimestamp property.
-
-
-
Field Detail
-
requestTimestamp
protected ZonedDateTime requestTimestamp
-
messageIdentifier
protected MessageQualifierStructure messageIdentifier
-
-
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
-
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
-
-