Class GroupOfLocationsByReference

  • All Implemented Interfaces:
    Serializable

    public class GroupOfLocationsByReference
    extends GroupOfLocations
    implements Serializable
    A group of locations defined by reference to a predefined set of locations.

    Java class for GroupOfLocationsByReference complex type.

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

     <complexType name="GroupOfLocationsByReference">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}GroupOfLocations">
           <sequence>
             <element name="predefinedLocationSetReference" type="{http://datex2.eu/schema/1_0/1_0}Reference"/>
             <element name="groupOfLocationsByReferenceExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • predefinedLocationSetReference

        protected String predefinedLocationSetReference
      • groupOfLocationsByReferenceExtension

        protected ExtensionType groupOfLocationsByReferenceExtension
    • Constructor Detail

      • GroupOfLocationsByReference

        public GroupOfLocationsByReference()
    • Method Detail

      • getPredefinedLocationSetReference

        public String getPredefinedLocationSetReference()
        Gets the value of the predefinedLocationSetReference property.
        Returns:
        possible object is String
      • setPredefinedLocationSetReference

        public void setPredefinedLocationSetReference​(String value)
        Sets the value of the predefinedLocationSetReference property.
        Parameters:
        value - allowed object is String
      • getGroupOfLocationsByReferenceExtension

        public ExtensionType getGroupOfLocationsByReferenceExtension()
        Gets the value of the groupOfLocationsByReferenceExtension property.
        Returns:
        possible object is ExtensionType
      • setGroupOfLocationsByReferenceExtension

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