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