Class GroupOfLocations

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    GroupOfLocationsByReference, GroupOfNonOrderedLocations, Itinerary

    public abstract class GroupOfLocations
    extends Object
    implements Serializable

    Java class for GroupOfLocations complex type.

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

     <complexType name="GroupOfLocations">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="groupOfLocationsExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • groupOfLocationsExtension

        protected ExtensionType groupOfLocationsExtension
    • Constructor Detail

      • GroupOfLocations

        public GroupOfLocations()
    • Method Detail

      • getGroupOfLocationsExtension

        public ExtensionType getGroupOfLocationsExtension()
        Gets the value of the groupOfLocationsExtension property.
        Returns:
        possible object is ExtensionType
      • setGroupOfLocationsExtension

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