Class PredefinedLocationSet

  • All Implemented Interfaces:
    Serializable

    public class PredefinedLocationSet
    extends Object
    implements Serializable

    Java class for PredefinedLocationSet complex type.

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

     <complexType name="PredefinedLocationSet">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="predefinedLocationSetName" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="predefinedLocationSetVersion" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger" minOccurs="0"/>
             <element name="predefinedLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}PredefinedLocation" maxOccurs="unbounded"/>
             <element name="predefinedLocationSetExtension" 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
    • Constructor Detail

      • PredefinedLocationSet

        public PredefinedLocationSet()
    • Method Detail

      • getPredefinedLocationSetName

        public MultilingualString getPredefinedLocationSetName()
        Gets the value of the predefinedLocationSetName property.
        Returns:
        possible object is MultilingualString
      • setPredefinedLocationSetName

        public void setPredefinedLocationSetName​(MultilingualString value)
        Sets the value of the predefinedLocationSetName property.
        Parameters:
        value - allowed object is MultilingualString
      • getPredefinedLocationSetVersion

        public BigInteger getPredefinedLocationSetVersion()
        Gets the value of the predefinedLocationSetVersion property.
        Returns:
        possible object is BigInteger
      • setPredefinedLocationSetVersion

        public void setPredefinedLocationSetVersion​(BigInteger value)
        Sets the value of the predefinedLocationSetVersion property.
        Parameters:
        value - allowed object is BigInteger
      • getPredefinedLocations

        public List<PredefinedLocation> getPredefinedLocations()
        Gets the value of the predefinedLocations 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 predefinedLocations property.

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

            getPredefinedLocations().add(newItem);
         

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

      • getPredefinedLocationSetExtension

        public ExtensionType getPredefinedLocationSetExtension()
        Gets the value of the predefinedLocationSetExtension property.
        Returns:
        possible object is ExtensionType
      • setPredefinedLocationSetExtension

        public void setPredefinedLocationSetExtension​(ExtensionType value)
        Sets the value of the predefinedLocationSetExtension 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