Package uk.org.siri.siri10
Class HeartbeatNotificationStructure
- java.lang.Object
-
- uk.org.siri.siri10.HeartbeatNotificationStructure
-
- All Implemented Interfaces:
Serializable
public class HeartbeatNotificationStructure extends Object implements Serializable
Type for Service Heartbeat Notification.Java class for HeartbeatNotificationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeartbeatNotificationStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/}ProducerRequestEndpointGroup"/> <group ref="{http://www.siri.org.uk/}CheckStatusPayloadGroup"/> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringaddressprotected CheckStatusResponseBodyStructure.ErrorConditionerrorConditionprotected ExtensionsStructureextensionsprotected MessageQualifierStructuremessageIdentifierprotected ParticipantRefStructureproducerRefprotected ZonedDateTimerequestTimestampprotected ZonedDateTimeserviceStartedTimeprotected DurationshortestPossibleCycleprotected Booleanstatusprotected ZonedDateTimevalidUntil
-
Constructor Summary
Constructors Constructor Description HeartbeatNotificationStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.CheckStatusResponseBodyStructure.ErrorConditiongetErrorCondition()Gets the value of the errorCondition property.ExtensionsStructuregetExtensions()Gets the value of the extensions property.MessageQualifierStructuregetMessageIdentifier()Gets the value of the messageIdentifier property.ParticipantRefStructuregetProducerRef()Gets the value of the producerRef property.ZonedDateTimegetRequestTimestamp()Gets the value of the requestTimestamp property.ZonedDateTimegetServiceStartedTime()Gets the value of the serviceStartedTime property.DurationgetShortestPossibleCycle()Gets the value of the shortestPossibleCycle property.ZonedDateTimegetValidUntil()Gets the value of the validUntil property.BooleanisStatus()Gets the value of the status property.voidsetAddress(String value)Sets the value of the address property.voidsetErrorCondition(CheckStatusResponseBodyStructure.ErrorCondition value)Sets the value of the errorCondition property.voidsetExtensions(ExtensionsStructure value)Sets the value of the extensions property.voidsetMessageIdentifier(MessageQualifierStructure value)Sets the value of the messageIdentifier property.voidsetProducerRef(ParticipantRefStructure value)Sets the value of the producerRef property.voidsetRequestTimestamp(ZonedDateTime value)Sets the value of the requestTimestamp property.voidsetServiceStartedTime(ZonedDateTime value)Sets the value of the serviceStartedTime property.voidsetShortestPossibleCycle(Duration value)Sets the value of the shortestPossibleCycle property.voidsetStatus(Boolean value)Sets the value of the status property.voidsetValidUntil(ZonedDateTime value)Sets the value of the validUntil property.
-
-
-
Field Detail
-
requestTimestamp
protected ZonedDateTime requestTimestamp
-
address
protected String address
-
producerRef
protected ParticipantRefStructure producerRef
-
messageIdentifier
protected MessageQualifierStructure messageIdentifier
-
status
protected Boolean status
-
errorCondition
protected CheckStatusResponseBodyStructure.ErrorCondition errorCondition
-
validUntil
protected ZonedDateTime validUntil
-
shortestPossibleCycle
protected Duration shortestPossibleCycle
-
serviceStartedTime
protected ZonedDateTime serviceStartedTime
-
extensions
protected ExtensionsStructure extensions
-
-
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
-
getAddress
public String getAddress()
Gets the value of the address property.- Returns:
- possible object is
String
-
setAddress
public void setAddress(String value)
Sets the value of the address property.- Parameters:
value- allowed object isString
-
getProducerRef
public ParticipantRefStructure getProducerRef()
Gets the value of the producerRef property.- Returns:
- possible object is
ParticipantRefStructure
-
setProducerRef
public void setProducerRef(ParticipantRefStructure value)
Sets the value of the producerRef property.- Parameters:
value- allowed object isParticipantRefStructure
-
getMessageIdentifier
public MessageQualifierStructure getMessageIdentifier()
Gets the value of the messageIdentifier property.- Returns:
- possible object is
MessageQualifierStructure
-
setMessageIdentifier
public void setMessageIdentifier(MessageQualifierStructure value)
Sets the value of the messageIdentifier property.- Parameters:
value- allowed object isMessageQualifierStructure
-
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 CheckStatusResponseBodyStructure.ErrorCondition getErrorCondition()
Gets the value of the errorCondition property.- Returns:
- possible object is
CheckStatusResponseBodyStructure.ErrorCondition
-
setErrorCondition
public void setErrorCondition(CheckStatusResponseBodyStructure.ErrorCondition value)
Sets the value of the errorCondition property.- Parameters:
value- allowed object isCheckStatusResponseBodyStructure.ErrorCondition
-
getValidUntil
public ZonedDateTime getValidUntil()
Gets the value of the validUntil property.- Returns:
- possible object is
String
-
setValidUntil
public void setValidUntil(ZonedDateTime value)
Sets the value of the validUntil property.- Parameters:
value- allowed object isString
-
getShortestPossibleCycle
public Duration getShortestPossibleCycle()
Gets the value of the shortestPossibleCycle property.- Returns:
- possible object is
Duration
-
setShortestPossibleCycle
public void setShortestPossibleCycle(Duration value)
Sets the value of the shortestPossibleCycle property.- Parameters:
value- allowed object isDuration
-
getServiceStartedTime
public ZonedDateTime getServiceStartedTime()
Gets the value of the serviceStartedTime property.- Returns:
- possible object is
String
-
setServiceStartedTime
public void setServiceStartedTime(ZonedDateTime value)
Sets the value of the serviceStartedTime property.- Parameters:
value- allowed object isString
-
getExtensions
public ExtensionsStructure getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsStructure
-
setExtensions
public void setExtensions(ExtensionsStructure value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsStructure
-
-