public class AddressesInFrame_RelStructure extends ContainmentAggregationStructure
Java class for addressesInFrame_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addressesInFrame_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}containmentAggregationStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}Address" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends Address_VersionStructure>> |
address |
modificationSetid| Constructor and Description |
|---|
AddressesInFrame_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends Address_VersionStructure>> |
getAddress()
Gets the value of the address property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
AddressesInFrame_RelStructure |
withAddress(Collection<JAXBElement<? extends Address_VersionStructure>> values) |
AddressesInFrame_RelStructure |
withAddress(JAXBElement<? extends Address_VersionStructure>... values) |
AddressesInFrame_RelStructure |
withId(String value) |
AddressesInFrame_RelStructure |
withModificationSet(ModificationSetEnumeration value) |
getModificationSet, setModificationSetgetId, setIdprotected List<JAXBElement<? extends Address_VersionStructure>> address
public List<JAXBElement<? extends Address_VersionStructure>> getAddress()
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 address property.
For example, to add a new item, do as follows:
getAddress().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Address_VersionStructure>
JAXBElement<PostalAddress>
JAXBElement<RoadAddress>
public AddressesInFrame_RelStructure withAddress(JAXBElement<? extends Address_VersionStructure>... values)
public AddressesInFrame_RelStructure withAddress(Collection<JAXBElement<? extends Address_VersionStructure>> values)
public AddressesInFrame_RelStructure withModificationSet(ModificationSetEnumeration value)
withModificationSet in class ContainmentAggregationStructurepublic AddressesInFrame_RelStructure withId(String value)
withId in class ContainmentAggregationStructurepublic String toString()
toString in class ContainmentAggregationStructureCopyright © 2018 Entur AS. All rights reserved.