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