public class ServiceDeliveryBodyStructure extends Object
Java class for ServiceDeliveryBodyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceDeliveryBodyStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.siri.org.uk/siri}ServiceDeliveryBodyGroup"/>
</sequence>
<attribute name="srsName" type="{http://www.siri.org.uk/siri}SrsNameType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceDeliveryBodyStructure.ErrorCondition
Java class for anonymous complex type.
|
| 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 |
| Constructor and Description |
|---|
ServiceDeliveryBodyStructure() |
protected 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 ServiceDeliveryBodyStructure withStatus(Boolean value)
public ServiceDeliveryBodyStructure withErrorCondition(ServiceDeliveryBodyStructure.ErrorCondition value)
public ServiceDeliveryBodyStructure withMoreData(Boolean value)
public ServiceDeliveryBodyStructure withAbstractFunctionalServiceDelivery(JAXBElement<? extends AbstractServiceDeliveryStructure>... values)
public ServiceDeliveryBodyStructure withAbstractFunctionalServiceDelivery(Collection<JAXBElement<? extends AbstractServiceDeliveryStructure>> values)
public ServiceDeliveryBodyStructure withSrsName(String value)
Copyright © 2018 Entur AS. All rights reserved.