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