Class TpegNonJunctionPoint

  • All Implemented Interfaces:
    Serializable

    public class TpegNonJunctionPoint
    extends TpegPoint
    implements Serializable

    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/2_0RC1/2_0}TpegPoint">
           <sequence>
             <element name="pointCoordinates" type="{http://datex2.eu/schema/2_0RC1/2_0}PointCoordinates"/>
             <element name="name" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegOtherPointDescriptor" maxOccurs="unbounded"/>
             <element name="tpegNonJunctionPointExtension" type="{http://datex2.eu/schema/2_0RC1/2_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 JAXB 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