public class TopographicPlaceDescriptors_RelStructure extends StrictContainmentAggregationStructure
Java class for topographicPlaceDescriptors_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="topographicPlaceDescriptors_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}strictContainmentAggregationStructure">
<sequence>
<element name="TopographicPlaceDescriptor" type="{http://www.netex.org.uk/netex}TopographicPlaceDescriptor_VersionedChildStructure" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TopographicPlaceDescriptor_VersionedChildStructure> |
topographicPlaceDescriptor |
id| Constructor and Description |
|---|
TopographicPlaceDescriptors_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<TopographicPlaceDescriptor_VersionedChildStructure> |
getTopographicPlaceDescriptor()
Gets the value of the topographicPlaceDescriptor property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
TopographicPlaceDescriptors_RelStructure |
withId(String value) |
TopographicPlaceDescriptors_RelStructure |
withTopographicPlaceDescriptor(Collection<TopographicPlaceDescriptor_VersionedChildStructure> values) |
TopographicPlaceDescriptors_RelStructure |
withTopographicPlaceDescriptor(TopographicPlaceDescriptor_VersionedChildStructure... values) |
getId, setIdprotected List<TopographicPlaceDescriptor_VersionedChildStructure> topographicPlaceDescriptor
public TopographicPlaceDescriptors_RelStructure()
public List<TopographicPlaceDescriptor_VersionedChildStructure> getTopographicPlaceDescriptor()
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 topographicPlaceDescriptor property.
For example, to add a new item, do as follows:
getTopographicPlaceDescriptor().add(newItem);
Objects of the following type(s) are allowed in the list
TopographicPlaceDescriptor_VersionedChildStructure
public TopographicPlaceDescriptors_RelStructure withTopographicPlaceDescriptor(TopographicPlaceDescriptor_VersionedChildStructure... values)
public TopographicPlaceDescriptors_RelStructure withTopographicPlaceDescriptor(Collection<TopographicPlaceDescriptor_VersionedChildStructure> values)
public TopographicPlaceDescriptors_RelStructure withId(String value)
withId in class StrictContainmentAggregationStructurepublic String toString()
toString in class StrictContainmentAggregationStructureCopyright © 2018 Entur AS. All rights reserved.