Package uk.org.siri.siri14
Class AbstractRequestStructure
- java.lang.Object
-
- uk.org.siri.siri14.AbstractRequestStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractServiceRequestStructure,ConsumerRequestEndpointStructure,ProducerRequestEndpointStructure,RequestStructure
public abstract class AbstractRequestStructure extends Object implements Serializable
Type for General SIRI Request.Java class for AbstractRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractRequestStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.siri.org.uk/siri}RequestTimestamp"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ZonedDateTimerequestTimestamp
-
Constructor Summary
Constructors Constructor Description AbstractRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetRequestTimestamp()Gets the value of the requestTimestamp property.voidsetRequestTimestamp(ZonedDateTime value)Sets the value of the requestTimestamp property.
-
-
-
Field Detail
-
requestTimestamp
protected ZonedDateTime requestTimestamp
-
-
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
-
-