Package uk.org.siri.siri10
Class DataReadyResponseStructure
- java.lang.Object
-
- uk.org.siri.siri10.DataReadyResponseStructure
-
- All Implemented Interfaces:
Serializable
public class DataReadyResponseStructure extends Object implements Serializable
Type for Data ready Acknowledgement Response.Java class for DataReadyResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataReadyResponseStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/}ConsumerResponseEndpointGroup" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}Status" minOccurs="0"/> <element name="ErrorCondition" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://www.siri.org.uk/}UnknownSubscriptionError"/> <element ref="{http://www.siri.org.uk/}OtherError"/> </choice> <sequence> <element name="Description" type="{http://www.siri.org.uk/}ErrorDescriptionStructure" minOccurs="0"/> </sequence> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataReadyResponseStructure.ErrorConditionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ParticipantRefStructureconsumerRefprotected DataReadyResponseStructure.ErrorConditionerrorConditionprotected MessageRefStructurerequestMessageRefprotected ZonedDateTimeresponseTimestampprotected Booleanstatus
-
Constructor Summary
Constructors Constructor Description DataReadyResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParticipantRefStructuregetConsumerRef()Gets the value of the consumerRef property.DataReadyResponseStructure.ErrorConditiongetErrorCondition()Gets the value of the errorCondition property.MessageRefStructuregetRequestMessageRef()Gets the value of the requestMessageRef property.ZonedDateTimegetResponseTimestamp()Gets the value of the responseTimestamp property.BooleanisStatus()Gets the value of the status property.voidsetConsumerRef(ParticipantRefStructure value)Sets the value of the consumerRef property.voidsetErrorCondition(DataReadyResponseStructure.ErrorCondition value)Sets the value of the errorCondition property.voidsetRequestMessageRef(MessageRefStructure value)Sets the value of the requestMessageRef property.voidsetResponseTimestamp(ZonedDateTime value)Sets the value of the responseTimestamp property.voidsetStatus(Boolean value)Sets the value of the status property.
-
-
-
Field Detail
-
responseTimestamp
protected ZonedDateTime responseTimestamp
-
consumerRef
protected ParticipantRefStructure consumerRef
-
requestMessageRef
protected MessageRefStructure requestMessageRef
-
status
protected Boolean status
-
errorCondition
protected DataReadyResponseStructure.ErrorCondition errorCondition
-
-
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
-
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
-
getRequestMessageRef
public MessageRefStructure getRequestMessageRef()
Gets the value of the requestMessageRef property.- Returns:
- possible object is
MessageRefStructure
-
setRequestMessageRef
public void setRequestMessageRef(MessageRefStructure value)
Sets the value of the requestMessageRef property.- Parameters:
value- allowed object isMessageRefStructure
-
isStatus
public Boolean isStatus()
Gets the value of the status property.- Returns:
- possible object is
Boolean
-
setStatus
public void setStatus(Boolean value)
Sets the value of the status property.- Parameters:
value- allowed object isBoolean
-
getErrorCondition
public DataReadyResponseStructure.ErrorCondition getErrorCondition()
Gets the value of the errorCondition property.- Returns:
- possible object is
DataReadyResponseStructure.ErrorCondition
-
setErrorCondition
public void setErrorCondition(DataReadyResponseStructure.ErrorCondition value)
Sets the value of the errorCondition property.- Parameters:
value- allowed object isDataReadyResponseStructure.ErrorCondition
-
-