public class PredefinedLocation extends PredefinedLocationContainer
Java class for PredefinedLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PredefinedLocation">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}PredefinedLocationContainer">
<sequence>
<element name="predefinedLocationName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="location" type="{http://datex2.eu/schema/2/2_0}Location"/>
<element name="predefinedLocationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected Location |
location |
protected ExtensionType |
predefinedLocationExtension |
protected MultilingualString |
predefinedLocationName |
protected java.lang.String |
version |
predefinedLocationContainerExtension| Constructor and Description |
|---|
PredefinedLocation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
Location |
getLocation()
Gets the value of the location property.
|
ExtensionType |
getPredefinedLocationExtension()
Gets the value of the predefinedLocationExtension property.
|
MultilingualString |
getPredefinedLocationName()
Gets the value of the predefinedLocationName property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLocation(Location value)
Sets the value of the location property.
|
void |
setPredefinedLocationExtension(ExtensionType value)
Sets the value of the predefinedLocationExtension property.
|
void |
setPredefinedLocationName(MultilingualString value)
Sets the value of the predefinedLocationName property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
getPredefinedLocationContainerExtension, setPredefinedLocationContainerExtensionprotected MultilingualString predefinedLocationName
protected Location location
protected ExtensionType predefinedLocationExtension
protected java.lang.String id
protected java.lang.String version
public MultilingualString getPredefinedLocationName()
MultilingualStringpublic void setPredefinedLocationName(MultilingualString value)
value - allowed object is
MultilingualStringpublic Location getLocation()
Locationpublic void setLocation(Location value)
value - allowed object is
Locationpublic ExtensionType getPredefinedLocationExtension()
ExtensionTypepublic void setPredefinedLocationExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
String