public class JourneyPartCouplesInFrame_RelStructure extends ContainmentAggregationStructure
Java class for journeyPartCouplesInFrame_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="journeyPartCouplesInFrame_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}containmentAggregationStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}JourneyPartCouple" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JourneyPartCouple> |
journeyPartCouple |
modificationSetid| Constructor and Description |
|---|
JourneyPartCouplesInFrame_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<JourneyPartCouple> |
getJourneyPartCouple()
Gets the value of the journeyPartCouple property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
JourneyPartCouplesInFrame_RelStructure |
withId(String value) |
JourneyPartCouplesInFrame_RelStructure |
withJourneyPartCouple(Collection<JourneyPartCouple> values) |
JourneyPartCouplesInFrame_RelStructure |
withJourneyPartCouple(JourneyPartCouple... values) |
JourneyPartCouplesInFrame_RelStructure |
withModificationSet(ModificationSetEnumeration value) |
getModificationSet, setModificationSetgetId, setIdprotected List<JourneyPartCouple> journeyPartCouple
public JourneyPartCouplesInFrame_RelStructure()
public List<JourneyPartCouple> getJourneyPartCouple()
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 journeyPartCouple property.
For example, to add a new item, do as follows:
getJourneyPartCouple().add(newItem);
Objects of the following type(s) are allowed in the list
JourneyPartCouple
public JourneyPartCouplesInFrame_RelStructure withJourneyPartCouple(JourneyPartCouple... values)
public JourneyPartCouplesInFrame_RelStructure withJourneyPartCouple(Collection<JourneyPartCouple> values)
public JourneyPartCouplesInFrame_RelStructure withModificationSet(ModificationSetEnumeration value)
withModificationSet in class ContainmentAggregationStructurepublic JourneyPartCouplesInFrame_RelStructure withId(String value)
withId in class ContainmentAggregationStructurepublic String toString()
toString in class ContainmentAggregationStructureCopyright © 2018 Entur AS. All rights reserved.