Class PredefinedLocation

  • All Implemented Interfaces:
    Serializable

    public class PredefinedLocation
    extends Object
    implements Serializable

    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" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="predefinedLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}Location"/>
             <element name="predefinedLocationExtension" type="{http://datex2.eu/schema/2_0RC1/2_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
    • Field Detail

      • predefinedLocation

        protected Location predefinedLocation
      • predefinedLocationExtension

        protected ExtensionType predefinedLocationExtension
    • Constructor Detail

      • PredefinedLocation

        public PredefinedLocation()
    • Method Detail

      • getPredefinedLocationName

        public MultilingualString getPredefinedLocationName()
        Gets the value of the predefinedLocationName property.
        Returns:
        possible object is MultilingualString
      • setPredefinedLocationName

        public void setPredefinedLocationName​(MultilingualString value)
        Sets the value of the predefinedLocationName property.
        Parameters:
        value - allowed object is MultilingualString
      • 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 is Location
      • 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 is ExtensionType
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String