Class SupplementaryPositionalDescription

  • All Implemented Interfaces:
    Serializable

    public class SupplementaryPositionalDescription
    extends Object
    implements Serializable

    Java class for SupplementaryPositionalDescription complex type.

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

     <complexType name="SupplementaryPositionalDescription">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="carriageway" type="{http://datex2.eu/schema/2_0RC1/2_0}CarriagewayEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="footpath" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/>
             <element name="lane" type="{http://datex2.eu/schema/2_0RC1/2_0}LaneEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="lengthAffected" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsFloat" minOccurs="0"/>
             <element name="locationDescriptor" type="{http://datex2.eu/schema/2_0RC1/2_0}LocationDescriptorEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="locationPrecision" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsNonNegativeInteger" minOccurs="0"/>
             <element name="sequentialRampNumber" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger" minOccurs="0"/>
             <element name="supplementaryPositionalDescriptionExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SupplementaryPositionalDescription

        public SupplementaryPositionalDescription()
    • Method Detail

      • getCarriagewaies

        public List<CarriagewayEnum> getCarriagewaies()
        Gets the value of the carriagewaies 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 carriagewaies property.

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

            getCarriagewaies().add(newItem);
         

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

      • isFootpath

        public Boolean isFootpath()
        Gets the value of the footpath property.
        Returns:
        possible object is Boolean
      • setFootpath

        public void setFootpath​(Boolean value)
        Sets the value of the footpath property.
        Parameters:
        value - allowed object is Boolean
      • getLanes

        public List<LaneEnum> getLanes()
        Gets the value of the lanes 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 lanes property.

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

            getLanes().add(newItem);
         

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

      • getLengthAffected

        public Float getLengthAffected()
        Gets the value of the lengthAffected property.
        Returns:
        possible object is Float
      • setLengthAffected

        public void setLengthAffected​(Float value)
        Sets the value of the lengthAffected property.
        Parameters:
        value - allowed object is Float
      • getLocationDescriptors

        public List<LocationDescriptorEnum> getLocationDescriptors()
        Gets the value of the locationDescriptors 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 locationDescriptors property.

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

            getLocationDescriptors().add(newItem);
         

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

      • getLocationPrecision

        public BigInteger getLocationPrecision()
        Gets the value of the locationPrecision property.
        Returns:
        possible object is BigInteger
      • setLocationPrecision

        public void setLocationPrecision​(BigInteger value)
        Sets the value of the locationPrecision property.
        Parameters:
        value - allowed object is BigInteger
      • getSequentialRampNumber

        public BigInteger getSequentialRampNumber()
        Gets the value of the sequentialRampNumber property.
        Returns:
        possible object is BigInteger
      • setSequentialRampNumber

        public void setSequentialRampNumber​(BigInteger value)
        Sets the value of the sequentialRampNumber property.
        Parameters:
        value - allowed object is BigInteger
      • getSupplementaryPositionalDescriptionExtension

        public ExtensionType getSupplementaryPositionalDescriptionExtension()
        Gets the value of the supplementaryPositionalDescriptionExtension property.
        Returns:
        possible object is ExtensionType
      • setSupplementaryPositionalDescriptionExtension

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