public class InfoLinks_RelStructure extends Object
Java class for infoLinks_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="infoLinks_RelStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.netex.org.uk/netex}InfoLink" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<InfoLinkStructure> |
infoLink |
| Constructor and Description |
|---|
InfoLinks_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<InfoLinkStructure> |
getInfoLink()
Gets the value of the infoLink property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
InfoLinks_RelStructure |
withInfoLink(Collection<InfoLinkStructure> values) |
InfoLinks_RelStructure |
withInfoLink(InfoLinkStructure... values) |
protected List<InfoLinkStructure> infoLink
public List<InfoLinkStructure> getInfoLink()
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 infoLink property.
For example, to add a new item, do as follows:
getInfoLink().add(newItem);
Objects of the following type(s) are allowed in the list
InfoLinkStructure
public InfoLinks_RelStructure withInfoLink(InfoLinkStructure... values)
public InfoLinks_RelStructure withInfoLink(Collection<InfoLinkStructure> values)
Copyright © 2018 Entur AS. All rights reserved.