Class TPEGJunction

  • All Implemented Interfaces:
    Serializable

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

    Java class for TPEGJunction complex type.

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

     <complexType name="TPEGJunction">
       <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}TPEGJunctionPointDescriptor" minOccurs="0"/>
             <element name="ilc" type="{http://datex2.eu/schema/1_0/1_0}TPEGILCPointDescriptor" maxOccurs="3"/>
             <element name="otherName" type="{http://datex2.eu/schema/1_0/1_0}TPEGOtherPointDescriptor" maxOccurs="unbounded" minOccurs="0"/>
             <element name="tpegjunctionExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TPEGJunction

        public TPEGJunction()
    • 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
      • getIlcs

        public List<TPEGILCPointDescriptor> getIlcs()
        Gets the value of the ilcs 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 ilcs property.

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

            getIlcs().add(newItem);
         

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

      • getOtherNames

        public List<TPEGOtherPointDescriptor> getOtherNames()
        Gets the value of the otherNames 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 otherNames property.

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

            getOtherNames().add(newItem);
         

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

      • getTpegjunctionExtension

        public ExtensionType getTpegjunctionExtension()
        Gets the value of the tpegjunctionExtension property.
        Returns:
        possible object is ExtensionType
      • setTpegjunctionExtension

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