Package uk.org.siri.siri21
Class BoardingPositionRefStructure
- java.lang.Object
-
- uk.org.siri.siri21.BoardingPositionRefStructure
-
- All Implemented Interfaces:
Serializable
public class BoardingPositionRefStructure extends Object implements Serializable
Type for reference to a BOARDING POSITION.Java class for BoardingPositionRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BoardingPositionRefStructure"> <simpleContent> <extension base="<http://www.siri.org.uk/siri>BoardingPositionCodeType"> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BoardingPositionRefStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Type for identifier of a BOARDING POSITION (location on a QUAY where passengers can actually board/alight).voidsetValue(String value)Sets the value of the value property.
-