public class AbstractDiscoveryDeliveryStructure extends ResponseStructure
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>
| Modifier and Type | Field and Description |
|---|---|
protected ServiceDeliveryErrorConditionStructure |
errorCondition |
protected Duration |
shortestPossibleCycle |
protected Boolean |
status |
protected LocalDateTime |
validUntil |
responseTimestamp| Constructor and Description |
|---|
AbstractDiscoveryDeliveryStructure() |
getResponseTimestamp, setResponseTimestampprotected Boolean status
protected ServiceDeliveryErrorConditionStructure errorCondition
protected LocalDateTime validUntil
protected Duration shortestPossibleCycle
public Boolean isStatus()
Booleanpublic void setStatus(Boolean value)
value - allowed object is
Booleanpublic ServiceDeliveryErrorConditionStructure getErrorCondition()
ServiceDeliveryErrorConditionStructurepublic void setErrorCondition(ServiceDeliveryErrorConditionStructure value)
value - allowed object is
ServiceDeliveryErrorConditionStructurepublic LocalDateTime getValidUntil()
Stringpublic void setValidUntil(LocalDateTime value)
value - allowed object is
Stringpublic Duration getShortestPossibleCycle()
Stringpublic void setShortestPossibleCycle(Duration value)
value - allowed object is
Stringpublic AbstractDiscoveryDeliveryStructure withStatus(Boolean value)
public AbstractDiscoveryDeliveryStructure withErrorCondition(ServiceDeliveryErrorConditionStructure value)
public AbstractDiscoveryDeliveryStructure withValidUntil(LocalDateTime value)
public AbstractDiscoveryDeliveryStructure withShortestPossibleCycle(Duration value)
public AbstractDiscoveryDeliveryStructure withResponseTimestamp(LocalDateTime value)
withResponseTimestamp in class ResponseStructurepublic String toString()
toString in class ResponseStructureCopyright © 2018 Entur AS. All rights reserved.