Class TpegJunction

  • All Implemented Interfaces:
    Serializable

    public class TpegJunction
    extends TpegPoint
    implements Serializable

    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/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}TpegJunctionPointDescriptor" minOccurs="0"/>
             <element name="ilc" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegIlcPointDescriptor" maxOccurs="3"/>
             <element name="otherName" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegOtherPointDescriptor" maxOccurs="unbounded" minOccurs="0"/>
             <element name="tpegJunctionExtension" type="{http://datex2.eu/schema/2_0RC1/2_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 Jakarta XML Binding 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 Jakarta XML Binding 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