public class ServiceDeliveryStructure extends ProducerResponseStructure
Java class for ServiceDeliveryStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceDeliveryStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}ProducerResponseStructure">
<sequence>
<group ref="{http://www.siri.org.uk/siri}ServiceDeliveryBodyGroup"/>
</sequence>
<attribute name="srsName" type="{http://www.siri.org.uk/siri}SrsNameType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends AbstractServiceDeliveryStructure>> |
abstractFunctionalServiceDelivery |
protected ServiceDeliveryBodyStructure.ErrorCondition |
errorCondition |
protected Boolean |
moreData |
protected String |
srsName |
protected Boolean |
status |
address, delegatorAddress, delegatorRef, producerRef, requestMessageRef, responseMessageIdentifierresponseTimestamp| Constructor and Description |
|---|
ServiceDeliveryStructure() |
getAddress, getDelegatorAddress, getDelegatorRef, getProducerRef, getRequestMessageRef, getResponseMessageIdentifier, setAddress, setDelegatorAddress, setDelegatorRef, setProducerRef, setRequestMessageRef, setResponseMessageIdentifiergetResponseTimestamp, setResponseTimestampprotected Boolean status
protected ServiceDeliveryBodyStructure.ErrorCondition errorCondition
protected Boolean moreData
protected List<JAXBElement<? extends AbstractServiceDeliveryStructure>> abstractFunctionalServiceDelivery
protected String srsName
public Boolean isStatus()
Booleanpublic void setStatus(Boolean value)
value - allowed object is
Booleanpublic ServiceDeliveryBodyStructure.ErrorCondition getErrorCondition()
ServiceDeliveryBodyStructure.ErrorConditionpublic void setErrorCondition(ServiceDeliveryBodyStructure.ErrorCondition value)
value - allowed object is
ServiceDeliveryBodyStructure.ErrorConditionpublic Boolean isMoreData()
Booleanpublic void setMoreData(Boolean value)
value - allowed object is
Booleanpublic List<JAXBElement<? extends AbstractServiceDeliveryStructure>> getAbstractFunctionalServiceDelivery()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the abstractFunctionalServiceDelivery property.
For example, to add a new item, do as follows:
getAbstractFunctionalServiceDelivery().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<DataObjectDeliveryStructure>
JAXBElement<AbstractServiceDeliveryStructure>
public String getSrsName()
Stringpublic void setSrsName(String value)
value - allowed object is
Stringpublic ServiceDeliveryStructure withStatus(Boolean value)
public ServiceDeliveryStructure withErrorCondition(ServiceDeliveryBodyStructure.ErrorCondition value)
public ServiceDeliveryStructure withMoreData(Boolean value)
public ServiceDeliveryStructure withAbstractFunctionalServiceDelivery(JAXBElement<? extends AbstractServiceDeliveryStructure>... values)
public ServiceDeliveryStructure withAbstractFunctionalServiceDelivery(Collection<JAXBElement<? extends AbstractServiceDeliveryStructure>> values)
public ServiceDeliveryStructure withSrsName(String value)
public ServiceDeliveryStructure withProducerRef(ParticipantRefStructure value)
withProducerRef in class ProducerResponseStructurepublic ServiceDeliveryStructure withAddress(String value)
withAddress in class ProducerResponseStructurepublic ServiceDeliveryStructure withResponseMessageIdentifier(MessageQualifierStructure value)
withResponseMessageIdentifier in class ProducerResponseStructurepublic ServiceDeliveryStructure withRequestMessageRef(MessageRefStructure value)
withRequestMessageRef in class ProducerResponseStructurepublic ServiceDeliveryStructure withDelegatorAddress(String value)
withDelegatorAddress in class ProducerResponseStructurepublic ServiceDeliveryStructure withDelegatorRef(ParticipantRefStructure value)
withDelegatorRef in class ProducerResponseStructurepublic ServiceDeliveryStructure withResponseTimestamp(LocalDateTime value)
withResponseTimestamp in class ProducerResponseStructurepublic String toString()
toString in class ProducerResponseStructureCopyright © 2018 Entur AS. All rights reserved.