Class GroupOfNonOrderedLocations

  • All Implemented Interfaces:
    Serializable

    public class GroupOfNonOrderedLocations
    extends GroupOfLocations
    implements Serializable

    Java class for GroupOfNonOrderedLocations complex type.

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

     <complexType name="GroupOfNonOrderedLocations">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}GroupOfLocations">
           <sequence>
             <element name="locationContainedInGroup" type="{http://datex2.eu/schema/2_0RC1/2_0}Location" maxOccurs="unbounded"/>
             <element name="groupOfNonOrderedLocationsExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • locationContainedInGroups

        protected List<Location> locationContainedInGroups
      • groupOfNonOrderedLocationsExtension

        protected ExtensionType groupOfNonOrderedLocationsExtension
    • Constructor Detail

      • GroupOfNonOrderedLocations

        public GroupOfNonOrderedLocations()
    • Method Detail

      • getLocationContainedInGroups

        public List<Location> getLocationContainedInGroups()
        Gets the value of the locationContainedInGroups property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the locationContainedInGroups property.

        For example, to add a new item, do as follows:

            getLocationContainedInGroups().add(newItem);
         

        Objects of the following type(s) are allowed in the list Location

      • getGroupOfNonOrderedLocationsExtension

        public ExtensionType getGroupOfNonOrderedLocationsExtension()
        Gets the value of the groupOfNonOrderedLocationsExtension property.
        Returns:
        possible object is ExtensionType
      • setGroupOfNonOrderedLocationsExtension

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