Class PredefinedLocationSet
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.PredefinedLocationSet
-
- All Implemented Interfaces:
Serializable
public class PredefinedLocationSet extends Object implements Serializable
An identifiable instance of a single set of predefined locations.Java class for PredefinedLocationSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PredefinedLocationSet"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="predefinedLocationSetName" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString"> <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="predefinedLocation" type="{http://datex2.eu/schema/1_0/1_0}PredefinedLocation" maxOccurs="unbounded"/> <element name="predefinedLocationSetExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPredefinedLocationSet.PredefinedLocationSetNameJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected List<PredefinedLocation>predefinedLocationsprotected ExtensionTypepredefinedLocationSetExtensionprotected PredefinedLocationSet.PredefinedLocationSetNamepredefinedLocationSetName
-
Constructor Summary
Constructors Constructor Description PredefinedLocationSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.List<PredefinedLocation>getPredefinedLocations()Gets the value of the predefinedLocations property.ExtensionTypegetPredefinedLocationSetExtension()Gets the value of the predefinedLocationSetExtension property.PredefinedLocationSet.PredefinedLocationSetNamegetPredefinedLocationSetName()Gets the value of the predefinedLocationSetName property.voidsetId(String value)Sets the value of the id property.voidsetPredefinedLocationSetExtension(ExtensionType value)Sets the value of the predefinedLocationSetExtension property.voidsetPredefinedLocationSetName(PredefinedLocationSet.PredefinedLocationSetName value)Sets the value of the predefinedLocationSetName property.
-
-
-
Field Detail
-
predefinedLocationSetName
protected PredefinedLocationSet.PredefinedLocationSetName predefinedLocationSetName
-
predefinedLocations
protected List<PredefinedLocation> predefinedLocations
-
predefinedLocationSetExtension
protected ExtensionType predefinedLocationSetExtension
-
id
protected String id
-
-
Method Detail
-
getPredefinedLocationSetName
public PredefinedLocationSet.PredefinedLocationSetName getPredefinedLocationSetName()
Gets the value of the predefinedLocationSetName property.- Returns:
- possible object is
PredefinedLocationSet.PredefinedLocationSetName
-
setPredefinedLocationSetName
public void setPredefinedLocationSetName(PredefinedLocationSet.PredefinedLocationSetName value)
Sets the value of the predefinedLocationSetName property.- Parameters:
value- allowed object isPredefinedLocationSet.PredefinedLocationSetName
-
getPredefinedLocations
public List<PredefinedLocation> getPredefinedLocations()
Gets the value of the predefinedLocations 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 predefinedLocations property.For example, to add a new item, do as follows:
getPredefinedLocations().add(newItem);Objects of the following type(s) are allowed in the list
PredefinedLocation
-
getPredefinedLocationSetExtension
public ExtensionType getPredefinedLocationSetExtension()
Gets the value of the predefinedLocationSetExtension property.- Returns:
- possible object is
ExtensionType
-
setPredefinedLocationSetExtension
public void setPredefinedLocationSetExtension(ExtensionType value)
Sets the value of the predefinedLocationSetExtension property.- Parameters:
value- allowed object isExtensionType
-
-