Package uk.org.siri.siri10
Class DataReceivedResponseStructure
- java.lang.Object
-
- uk.org.siri.siri10.DataReceivedResponseStructure
-
- All Implemented Interfaces:
Serializable
public class DataReceivedResponseStructure extends Object implements Serializable
Type for Data received Acknowledgement Response.Java class for DataReceivedResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataReceivedResponseStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/}ConsumerResponseEndpointGroup"/> <group ref="{http://www.siri.org.uk/}DataReceivedPayloadGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataReceivedResponseStructure.ErrorConditionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ParticipantRefStructureconsumerRefprotected DataReceivedResponseStructure.ErrorConditionerrorConditionprotected MessageRefStructurerequestMessageRefprotected ZonedDateTimeresponseTimestampprotected booleanstatus
-
Constructor Summary
Constructors Constructor Description DataReceivedResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParticipantRefStructuregetConsumerRef()Gets the value of the consumerRef property.DataReceivedResponseStructure.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(DataReceivedResponseStructure.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 DataReceivedResponseStructure.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.
-
setStatus
public void setStatus(boolean value)
Sets the value of the status property.
-
getErrorCondition
public DataReceivedResponseStructure.ErrorCondition getErrorCondition()
Gets the value of the errorCondition property.- Returns:
- possible object is
DataReceivedResponseStructure.ErrorCondition
-
setErrorCondition
public void setErrorCondition(DataReceivedResponseStructure.ErrorCondition value)
Sets the value of the errorCondition property.- Parameters:
value- allowed object isDataReceivedResponseStructure.ErrorCondition
-
-