Class PredefinedLocationsPublication
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.PayloadPublication
-
- eu.datex2.siri14.schema._1_0._1_0.PredefinedLocationsPublication
-
- All Implemented Interfaces:
Serializable
public class PredefinedLocationsPublication extends PayloadPublication implements Serializable
A publication containing one or more sets of predfined locations.Java class for PredefinedLocationsPublication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PredefinedLocationsPublication"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}PayloadPublication"> <sequence> <element name="headerInformation" type="{http://datex2.eu/schema/1_0/1_0}HeaderInformation"/> <element name="predefinedLocationSet" type="{http://datex2.eu/schema/1_0/1_0}PredefinedLocationSet" maxOccurs="unbounded"/> <element name="predefinedLocationsPublicationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected HeaderInformationheaderInformationprotected List<PredefinedLocationSet>predefinedLocationSetsprotected ExtensionTypepredefinedLocationsPublicationExtension-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.PayloadPublication
feedType, lang, payloadPublicationExtension, publicationCreator, publicationTime
-
-
Constructor Summary
Constructors Constructor Description PredefinedLocationsPublication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeaderInformationgetHeaderInformation()Gets the value of the headerInformation property.List<PredefinedLocationSet>getPredefinedLocationSets()Gets the value of the predefinedLocationSets property.ExtensionTypegetPredefinedLocationsPublicationExtension()Gets the value of the predefinedLocationsPublicationExtension property.voidsetHeaderInformation(HeaderInformation value)Sets the value of the headerInformation property.voidsetPredefinedLocationsPublicationExtension(ExtensionType value)Sets the value of the predefinedLocationsPublicationExtension property.-
Methods inherited from class eu.datex2.siri14.schema._1_0._1_0.PayloadPublication
getFeedType, getLang, getPayloadPublicationExtension, getPublicationCreator, getPublicationTime, setFeedType, setLang, setPayloadPublicationExtension, setPublicationCreator, setPublicationTime
-
-
-
-
Field Detail
-
headerInformation
protected HeaderInformation headerInformation
-
predefinedLocationSets
protected List<PredefinedLocationSet> predefinedLocationSets
-
predefinedLocationsPublicationExtension
protected ExtensionType predefinedLocationsPublicationExtension
-
-
Method Detail
-
getHeaderInformation
public HeaderInformation getHeaderInformation()
Gets the value of the headerInformation property.- Returns:
- possible object is
HeaderInformation
-
setHeaderInformation
public void setHeaderInformation(HeaderInformation value)
Sets the value of the headerInformation property.- Parameters:
value- allowed object isHeaderInformation
-
getPredefinedLocationSets
public List<PredefinedLocationSet> getPredefinedLocationSets()
Gets the value of the predefinedLocationSets property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the predefinedLocationSets property.For example, to add a new item, do as follows:
getPredefinedLocationSets().add(newItem);Objects of the following type(s) are allowed in the list
PredefinedLocationSet
-
getPredefinedLocationsPublicationExtension
public ExtensionType getPredefinedLocationsPublicationExtension()
Gets the value of the predefinedLocationsPublicationExtension property.- Returns:
- possible object is
ExtensionType
-
setPredefinedLocationsPublicationExtension
public void setPredefinedLocationsPublicationExtension(ExtensionType value)
Sets the value of the predefinedLocationsPublicationExtension property.- Parameters:
value- allowed object isExtensionType
-
-