Package uk.org.siri.siri10
Class ResponseStructure
- java.lang.Object
-
- uk.org.siri.siri10.ResponseStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractDiscoveryDeliveryStructure,AbstractServiceCapabilitiesResponseStructure,AbstractServiceDeliveryStructure,VehicleFeaturesDeliveryStructure
public class ResponseStructure extends Object implements Serializable
Type for General SIRI Response.Java class for ResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.siri.org.uk/}ResponseTimestamp"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ZonedDateTimeresponseTimestamp
-
Constructor Summary
Constructors Constructor Description ResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetResponseTimestamp()Gets the value of the responseTimestamp property.voidsetResponseTimestamp(ZonedDateTime value)Sets the value of the responseTimestamp property.
-
-
-
Field Detail
-
responseTimestamp
protected ZonedDateTime responseTimestamp
-
-
Method Detail
-
getResponseTimestamp
public ZonedDateTime getResponseTimestamp()
Gets the value of the responseTimestamp property.- Returns:
- possible object is
String
-
setResponseTimestamp
public void setResponseTimestamp(ZonedDateTime value)
Sets the value of the responseTimestamp property.- Parameters:
value- allowed object isString
-
-