public class DeadRunCalls_RelStructure extends StrictContainmentAggregationStructure
Java class for deadRunCalls_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deadRunCalls_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}strictContainmentAggregationStructure">
<sequence maxOccurs="unbounded" minOccurs="2">
<element name="DeadRunCall" type="{http://www.netex.org.uk/netex}DeadRunCall_VersionedChildStructure"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DeadRunCall_VersionedChildStructure> |
deadRunCall |
id| Constructor and Description |
|---|
DeadRunCalls_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<DeadRunCall_VersionedChildStructure> |
getDeadRunCall()
Gets the value of the deadRunCall property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
DeadRunCalls_RelStructure |
withDeadRunCall(Collection<DeadRunCall_VersionedChildStructure> values) |
DeadRunCalls_RelStructure |
withDeadRunCall(DeadRunCall_VersionedChildStructure... values) |
DeadRunCalls_RelStructure |
withId(String value) |
getId, setIdprotected List<DeadRunCall_VersionedChildStructure> deadRunCall
public List<DeadRunCall_VersionedChildStructure> getDeadRunCall()
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 deadRunCall property.
For example, to add a new item, do as follows:
getDeadRunCall().add(newItem);
Objects of the following type(s) are allowed in the list
DeadRunCall_VersionedChildStructure
public DeadRunCalls_RelStructure withDeadRunCall(DeadRunCall_VersionedChildStructure... values)
public DeadRunCalls_RelStructure withDeadRunCall(Collection<DeadRunCall_VersionedChildStructure> values)
public DeadRunCalls_RelStructure withId(String value)
withId in class StrictContainmentAggregationStructurepublic String toString()
toString in class StrictContainmentAggregationStructureCopyright © 2018 Entur AS. All rights reserved.