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