Package uk.org.siri.siri21
Class ViaNameStructure
- java.lang.Object
-
- uk.org.siri.siri21.PlaceNameStructure
-
- uk.org.siri.siri21.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 Summary
Fields Modifier and Type Field Description protected BigIntegerviaPriority-
Fields inherited from class uk.org.siri.siri21.PlaceNameStructure
placeNames, placeRef, placeShortNames
-
-
Constructor Summary
Constructors Constructor Description ViaNameStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetViaPriority()Gets the value of the viaPriority property.voidsetViaPriority(BigInteger value)Sets the value of the viaPriority property.-
Methods inherited from class uk.org.siri.siri21.PlaceNameStructure
getPlaceNames, getPlaceRef, getPlaceShortNames, setPlaceRef
-
-
-
-
Field Detail
-
viaPriority
protected BigInteger viaPriority
-
-
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 isBigInteger
-
-