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