Package uk.org.siri.siri21
Class AbstractServiceDeliveryStructure
- java.lang.Object
-
- uk.org.siri.siri21.ResponseStructure
-
- uk.org.siri.siri21.AbstractServiceDeliveryStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionMonitoringDistributorDeliveryStructure,ConnectionMonitoringFeederDeliveryStructure,ConnectionTimetableDeliveryStructure,EstimatedTimetableDeliveryStructure,FacilityMonitoringDeliveryStructure,GeneralMessageDeliveryStructure,ProductionTimetableDeliveryStructure,SituationExchangeDeliveryStructure,StopMonitoringDeliveryStructure,StopTimetableDeliveryStructure,VehicleMonitoringDeliveryStructure
public abstract class AbstractServiceDeliveryStructure extends ResponseStructure implements Serializable
Type for Common elementd for a SIRI service delivery of the Form xxxDelivery.Java class for AbstractServiceDeliveryStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractServiceDeliveryStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}ResponseStructure"> <sequence> <choice> <group ref="{http://www.siri.org.uk/siri}ContextualisedResponseEndpointGroup"/> <group ref="{http://www.siri.org.uk/siri}SubscriptionIdentifierResourcePropertyGroup"/> </choice> <group ref="{http://www.siri.org.uk/siri}DelegatorEndpointGroup"/> <group ref="{http://www.siri.org.uk/siri}DeliveryStatusGroup"/> <group ref="{http://www.siri.org.uk/siri}DeliveryDefaultGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdefaultLanguageprotected StringdelegatorAddressprotected RequestorRefdelegatorRefprotected ServiceDeliveryErrorConditionElementerrorConditionprotected MessageRefStructurerequestMessageRefprotected DurationshortestPossibleCycleprotected Booleanstatusprotected RequestorRefsubscriberRefprotected SubscriptionFilterRefStructuresubscriptionFilterRefprotected SubscriptionRefStructuresubscriptionRefprotected ZonedDateTimevalidUntil-
Fields inherited from class uk.org.siri.siri21.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description AbstractServiceDeliveryStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultLanguage()Gets the value of the defaultLanguage property.StringgetDelegatorAddress()Gets the value of the delegatorAddress property.RequestorRefgetDelegatorRef()Gets the value of the delegatorRef property.ServiceDeliveryErrorConditionElementgetErrorCondition()Gets the value of the errorCondition property.MessageRefStructuregetRequestMessageRef()Gets the value of the requestMessageRef property.DurationgetShortestPossibleCycle()Gets the value of the shortestPossibleCycle property.RequestorRefgetSubscriberRef()Gets the value of the subscriberRef property.SubscriptionFilterRefStructuregetSubscriptionFilterRef()Gets the value of the subscriptionFilterRef property.SubscriptionRefStructuregetSubscriptionRef()Gets the value of the subscriptionRef property.ZonedDateTimegetValidUntil()Gets the value of the validUntil property.BooleanisStatus()Gets the value of the status property.voidsetDefaultLanguage(String value)Sets the value of the defaultLanguage property.voidsetDelegatorAddress(String value)Sets the value of the delegatorAddress property.voidsetDelegatorRef(RequestorRef value)Sets the value of the delegatorRef property.voidsetErrorCondition(ServiceDeliveryErrorConditionElement value)Sets the value of the errorCondition property.voidsetRequestMessageRef(MessageRefStructure value)Sets the value of the requestMessageRef property.voidsetShortestPossibleCycle(Duration value)Sets the value of the shortestPossibleCycle property.voidsetStatus(Boolean value)Sets the value of the status property.voidsetSubscriberRef(RequestorRef value)Sets the value of the subscriberRef property.voidsetSubscriptionFilterRef(SubscriptionFilterRefStructure value)Sets the value of the subscriptionFilterRef property.voidsetSubscriptionRef(SubscriptionRefStructure value)Sets the value of the subscriptionRef property.voidsetValidUntil(ZonedDateTime value)Sets the value of the validUntil property.-
Methods inherited from class uk.org.siri.siri21.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
subscriberRef
protected RequestorRef subscriberRef
-
subscriptionFilterRef
protected SubscriptionFilterRefStructure subscriptionFilterRef
-
subscriptionRef
protected SubscriptionRefStructure subscriptionRef
-
requestMessageRef
protected MessageRefStructure requestMessageRef
-
delegatorAddress
protected String delegatorAddress
-
delegatorRef
protected RequestorRef delegatorRef
-
status
protected Boolean status
-
errorCondition
protected ServiceDeliveryErrorConditionElement errorCondition
-
validUntil
protected ZonedDateTime validUntil
-
shortestPossibleCycle
protected Duration shortestPossibleCycle
-
defaultLanguage
protected String defaultLanguage
-
-
Method Detail
-
getSubscriberRef
public RequestorRef getSubscriberRef()
Gets the value of the subscriberRef property.- Returns:
- possible object is
RequestorRef
-
setSubscriberRef
public void setSubscriberRef(RequestorRef value)
Sets the value of the subscriberRef property.- Parameters:
value- allowed object isRequestorRef
-
getSubscriptionFilterRef
public SubscriptionFilterRefStructure getSubscriptionFilterRef()
Gets the value of the subscriptionFilterRef property.- Returns:
- possible object is
SubscriptionFilterRefStructure
-
setSubscriptionFilterRef
public void setSubscriptionFilterRef(SubscriptionFilterRefStructure value)
Sets the value of the subscriptionFilterRef property.- Parameters:
value- allowed object isSubscriptionFilterRefStructure
-
getSubscriptionRef
public SubscriptionRefStructure getSubscriptionRef()
Gets the value of the subscriptionRef property.- Returns:
- possible object is
SubscriptionRefStructure
-
setSubscriptionRef
public void setSubscriptionRef(SubscriptionRefStructure value)
Sets the value of the subscriptionRef property.- Parameters:
value- allowed object isSubscriptionRefStructure
-
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
-
getDelegatorAddress
public String getDelegatorAddress()
Gets the value of the delegatorAddress property.- Returns:
- possible object is
String
-
setDelegatorAddress
public void setDelegatorAddress(String value)
Sets the value of the delegatorAddress property.- Parameters:
value- allowed object isString
-
getDelegatorRef
public RequestorRef getDelegatorRef()
Gets the value of the delegatorRef property.- Returns:
- possible object is
RequestorRef
-
setDelegatorRef
public void setDelegatorRef(RequestorRef value)
Sets the value of the delegatorRef property.- Parameters:
value- allowed object isRequestorRef
-
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
Duration
-
setShortestPossibleCycle
public void setShortestPossibleCycle(Duration value)
Sets the value of the shortestPossibleCycle property.- Parameters:
value- allowed object isDuration
-
getDefaultLanguage
public String getDefaultLanguage()
Gets the value of the defaultLanguage property.- Returns:
- possible object is
String
-
-