Class Mobility
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.Mobility
-
- All Implemented Interfaces:
Serializable
public class Mobility extends Object implements Serializable
Indicating whether an activity or a roadwork is mobile (e.g.. a march or parade) or static (e.g. a crowd, or sign-post maintenance).Java class for Mobility complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Mobility"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mobilityType" type="{http://datex2.eu/schema/1_0/1_0}MobilityEnum"/> <element name="mobilityExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypemobilityExtensionprotected MobilityEnummobilityType
-
Constructor Summary
Constructors Constructor Description Mobility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetMobilityExtension()Gets the value of the mobilityExtension property.MobilityEnumgetMobilityType()Gets the value of the mobilityType property.voidsetMobilityExtension(ExtensionType value)Sets the value of the mobilityExtension property.voidsetMobilityType(MobilityEnum value)Sets the value of the mobilityType property.
-
-
-
Field Detail
-
mobilityType
protected MobilityEnum mobilityType
-
mobilityExtension
protected ExtensionType mobilityExtension
-
-
Method Detail
-
getMobilityType
public MobilityEnum getMobilityType()
Gets the value of the mobilityType property.- Returns:
- possible object is
MobilityEnum
-
setMobilityType
public void setMobilityType(MobilityEnum value)
Sets the value of the mobilityType property.- Parameters:
value- allowed object isMobilityEnum
-
getMobilityExtension
public ExtensionType getMobilityExtension()
Gets the value of the mobilityExtension property.- Returns:
- possible object is
ExtensionType
-
setMobilityExtension
public void setMobilityExtension(ExtensionType value)
Sets the value of the mobilityExtension property.- Parameters:
value- allowed object isExtensionType
-
-