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