Package uk.org.siri.siri14
Class ResponseStructure
- java.lang.Object
-
- uk.org.siri.siri14.ResponseStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractDiscoveryDeliveryStructure,AbstractServiceCapabilitiesResponseStructure,AbstractServiceDeliveryStructure,CheckStatusResponseStructure,ConsumerResponseEndpointStructure,ProducerResponseEndpointStructure,ProducerResponseStructure,ResponseEndpointStructure,ResponseStatus
public abstract class ResponseStructure extends Object implements Serializable
General 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/siri}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
-
-