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