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