Class ViaNameStructure

  • All Implemented Interfaces:
    Serializable

    public class ViaNameStructure
    extends PlaceNameStructure
    implements Serializable
    Type for VIA NAMes structure.

    Java class for ViaNameStructure complex type.

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

     <complexType name="ViaNameStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}PlaceNameStructure">
           <sequence>
             <element name="ViaPriority" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • ViaNameStructure

        public ViaNameStructure()
    • Method Detail

      • getViaPriority

        public BigInteger getViaPriority()
        Gets the value of the viaPriority property.
        Returns:
        possible object is BigInteger
      • setViaPriority

        public void setViaPriority​(BigInteger value)
        Sets the value of the viaPriority property.
        Parameters:
        value - allowed object is BigInteger