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