Class LocationByReference

  • All Implemented Interfaces:
    Serializable

    public class LocationByReference
    extends Location
    implements Serializable

    Java class for LocationByReference complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="LocationByReference">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Location">
           <sequence>
             <element name="predefinedLocationReference" type="{http://datex2.eu/schema/2_0RC1/2_0}Reference"/>
             <element name="locationByReferenceExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • predefinedLocationReference

        protected String predefinedLocationReference
      • locationByReferenceExtension

        protected ExtensionType locationByReferenceExtension
    • Constructor Detail

      • LocationByReference

        public LocationByReference()
    • Method Detail

      • getPredefinedLocationReference

        public String getPredefinedLocationReference()
        Gets the value of the predefinedLocationReference property.
        Returns:
        possible object is String
      • setPredefinedLocationReference

        public void setPredefinedLocationReference​(String value)
        Sets the value of the predefinedLocationReference property.
        Parameters:
        value - allowed object is String
      • getLocationByReferenceExtension

        public ExtensionType getLocationByReferenceExtension()
        Gets the value of the locationByReferenceExtension property.
        Returns:
        possible object is ExtensionType
      • setLocationByReferenceExtension

        public void setLocationByReferenceExtension​(ExtensionType value)
        Sets the value of the locationByReferenceExtension property.
        Parameters:
        value - allowed object is ExtensionType