Package uk.org.siri.siri20
Class AbstractDiscoveryDeliveryStructure
- java.lang.Object
-
- uk.org.siri.siri20.ResponseStructure
-
- uk.org.siri.siri20.AbstractDiscoveryDeliveryStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionLinksDeliveryStructure,FacilityDeliveryStructure,InfoChannelDeliveryStructure,LinesDeliveryStructure,ProductCategoriesDeliveryStructure,ServiceFeaturesDeliveryStructure,StopPointsDeliveryStructure,VehicleFeaturesDeliveryStructure
public class AbstractDiscoveryDeliveryStructure extends ResponseStructure implements Serializable
Abstract supertype fro discovery responses.Java class for AbstractDiscoveryDeliveryStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractDiscoveryDeliveryStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}ResponseStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}DeliveryStatusGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ServiceDeliveryErrorConditionElementerrorConditionprotected DurationshortestPossibleCycleprotected Booleanstatusprotected ZonedDateTimevalidUntil-
Fields inherited from class uk.org.siri.siri20.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description AbstractDiscoveryDeliveryStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceDeliveryErrorConditionElementgetErrorCondition()Gets the value of the errorCondition 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.voidsetErrorCondition(ServiceDeliveryErrorConditionElement value)Sets the value of the errorCondition 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.-
Methods inherited from class uk.org.siri.siri20.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
status
protected Boolean status
-
errorCondition
protected ServiceDeliveryErrorConditionElement errorCondition
-
validUntil
protected ZonedDateTime validUntil
-
shortestPossibleCycle
protected Duration shortestPossibleCycle
-
-
Method Detail
-
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 ServiceDeliveryErrorConditionElement getErrorCondition()
Gets the value of the errorCondition property.- Returns:
- possible object is
ServiceDeliveryErrorConditionElement
-
setErrorCondition
public void setErrorCondition(ServiceDeliveryErrorConditionElement value)
Sets the value of the errorCondition property.- Parameters:
value- allowed object isServiceDeliveryErrorConditionElement
-
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
String
-
-