Class PredefinedLocation
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.PredefinedLocation
-
- All Implemented Interfaces:
Serializable
public class PredefinedLocation extends Object implements Serializable
An identifiable instance of a single predefined location.Java class for PredefinedLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PredefinedLocation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="predefinedLocationName" 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}Location"/> <element name="predefinedLocationExtension" 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 classPredefinedLocation.PredefinedLocationNameJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected LocationpredefinedLocationprotected ExtensionTypepredefinedLocationExtensionprotected PredefinedLocation.PredefinedLocationNamepredefinedLocationName
-
Constructor Summary
Constructors Constructor Description PredefinedLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.LocationgetPredefinedLocation()Gets the value of the predefinedLocation property.ExtensionTypegetPredefinedLocationExtension()Gets the value of the predefinedLocationExtension property.PredefinedLocation.PredefinedLocationNamegetPredefinedLocationName()Gets the value of the predefinedLocationName property.voidsetId(String value)Sets the value of the id property.voidsetPredefinedLocation(Location value)Sets the value of the predefinedLocation property.voidsetPredefinedLocationExtension(ExtensionType value)Sets the value of the predefinedLocationExtension property.voidsetPredefinedLocationName(PredefinedLocation.PredefinedLocationName value)Sets the value of the predefinedLocationName property.
-
-
-
Field Detail
-
predefinedLocationName
protected PredefinedLocation.PredefinedLocationName predefinedLocationName
-
predefinedLocation
protected Location predefinedLocation
-
predefinedLocationExtension
protected ExtensionType predefinedLocationExtension
-
id
protected String id
-
-
Method Detail
-
getPredefinedLocationName
public PredefinedLocation.PredefinedLocationName getPredefinedLocationName()
Gets the value of the predefinedLocationName property.- Returns:
- possible object is
PredefinedLocation.PredefinedLocationName
-
setPredefinedLocationName
public void setPredefinedLocationName(PredefinedLocation.PredefinedLocationName value)
Sets the value of the predefinedLocationName property.- Parameters:
value- allowed object isPredefinedLocation.PredefinedLocationName
-
getPredefinedLocation
public Location getPredefinedLocation()
Gets the value of the predefinedLocation property.- Returns:
- possible object is
Location
-
setPredefinedLocation
public void setPredefinedLocation(Location value)
Sets the value of the predefinedLocation property.- Parameters:
value- allowed object isLocation
-
getPredefinedLocationExtension
public ExtensionType getPredefinedLocationExtension()
Gets the value of the predefinedLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setPredefinedLocationExtension
public void setPredefinedLocationExtension(ExtensionType value)
Sets the value of the predefinedLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-