Class Mobility

  • All Implemented Interfaces:
    Serializable

    public class Mobility
    extends Object
    implements Serializable

    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/2_0RC1/2_0}MobilityEnum"/>
             <element name="mobilityExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Mobility

        public Mobility()
    • 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 is MobilityEnum
      • 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 is ExtensionType