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