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