Class TPEGNonJunctionPoint

  • All Implemented Interfaces:
    Serializable

    public class TPEGNonJunctionPoint
    extends TPEGPoint
    implements Serializable
    A point on the road network which is not a road junction point.

    Java class for TPEGNonJunctionPoint complex type.

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

     <complexType name="TPEGNonJunctionPoint">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}TPEGPoint">
           <sequence>
             <element name="pointCoordinates" type="{http://datex2.eu/schema/1_0/1_0}PointCoordinates"/>
             <element name="name" type="{http://datex2.eu/schema/1_0/1_0}TPEGOtherPointDescriptor" maxOccurs="unbounded"/>
             <element name="tpegnonJunctionPointExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TPEGNonJunctionPoint

        public TPEGNonJunctionPoint()
    • Method Detail

      • getPointCoordinates

        public PointCoordinates getPointCoordinates()
        Gets the value of the pointCoordinates property.
        Returns:
        possible object is PointCoordinates
      • setPointCoordinates

        public void setPointCoordinates​(PointCoordinates value)
        Sets the value of the pointCoordinates property.
        Parameters:
        value - allowed object is PointCoordinates
      • getNames

        public List<TPEGOtherPointDescriptor> getNames()
        Gets the value of the names 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 Jakarta XML Binding object. This is why there is not a set method for the names property.

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

            getNames().add(newItem);
         

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

      • getTpegnonJunctionPointExtension

        public ExtensionType getTpegnonJunctionPointExtension()
        Gets the value of the tpegnonJunctionPointExtension property.
        Returns:
        possible object is ExtensionType
      • setTpegnonJunctionPointExtension

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