public class DeliveriesStructure extends Object
Java class for DeliveriesStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveriesStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.netex.org.uk/netex}DataObjectDelivery" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DataObjectDeliveryStructure> |
dataObjectDelivery |
| Constructor and Description |
|---|
DeliveriesStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<DataObjectDeliveryStructure> |
getDataObjectDelivery()
Gets the value of the dataObjectDelivery property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
DeliveriesStructure |
withDataObjectDelivery(Collection<DataObjectDeliveryStructure> values) |
DeliveriesStructure |
withDataObjectDelivery(DataObjectDeliveryStructure... values) |
protected List<DataObjectDeliveryStructure> dataObjectDelivery
public List<DataObjectDeliveryStructure> getDataObjectDelivery()
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 dataObjectDelivery property.
For example, to add a new item, do as follows:
getDataObjectDelivery().add(newItem);
Objects of the following type(s) are allowed in the list
DataObjectDeliveryStructure
public DeliveriesStructure withDataObjectDelivery(DataObjectDeliveryStructure... values)
public DeliveriesStructure withDataObjectDelivery(Collection<DataObjectDeliveryStructure> values)
Copyright © 2018 Entur AS. All rights reserved.