Class PlannedStopAssignmentStructure
- java.lang.Object
-
- uk.org.siri.siri21.PlannedStopAssignmentStructure
-
- All Implemented Interfaces:
Serializable
public class PlannedStopAssignmentStructure extends Object implements Serializable
Type for assignment of a SCHEDULED STOP POINT to a physical location, in particular to a QUAY or BOARDING POSITION, according to the planned timetable. +SIRI v2.0.Java class for PlannedStopAssignmentStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlannedStopAssignmentStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <sequence> <element name="AimedQuayRef" type="{http://www.siri.org.uk/siri}QuayRefStructure" minOccurs="0"/> <element name="AimedQuayName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}QuayType" minOccurs="0"/> </sequence> <sequence> <element name="AimedBoardingPositionRef" type="{http://www.siri.org.uk/siri}BoardingPositionRefStructure" minOccurs="0"/> <element name="AimedBoardingPositionName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> </sequence> </choice> <element ref="{http://www.siri.org.uk/siri}AimedFlexibleArea" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}AimedFlexibleAreaRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}AimedLocationName" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<NaturalLanguageStringStructure>aimedBoardingPositionNamesprotected BoardingPositionRefStructureaimedBoardingPositionRefprotected AimedFlexibleAreaaimedFlexibleAreaprotected AimedFlexibleAreaRefaimedFlexibleAreaRefprotected List<NaturalLanguageStringStructure>aimedLocationNamesprotected List<NaturalLanguageStringStructure>aimedQuayNamesprotected QuayRefStructureaimedQuayRefprotected TypeOfNestedQuayEnumerationquayType
-
Constructor Summary
Constructors Constructor Description PlannedStopAssignmentStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NaturalLanguageStringStructure>getAimedBoardingPositionNames()Gets the value of the aimedBoardingPositionNames property.BoardingPositionRefStructuregetAimedBoardingPositionRef()Gets the value of the aimedBoardingPositionRef property.AimedFlexibleAreagetAimedFlexibleArea()Gets the value of the aimedFlexibleArea property.AimedFlexibleAreaRefgetAimedFlexibleAreaRef()Gets the value of the aimedFlexibleAreaRef property.List<NaturalLanguageStringStructure>getAimedLocationNames()Gets the value of the aimedLocationNames property.List<NaturalLanguageStringStructure>getAimedQuayNames()Gets the value of the aimedQuayNames property.QuayRefStructuregetAimedQuayRef()Gets the value of the aimedQuayRef property.TypeOfNestedQuayEnumerationgetQuayType()Gets the value of the quayType property.voidsetAimedBoardingPositionRef(BoardingPositionRefStructure value)Sets the value of the aimedBoardingPositionRef property.voidsetAimedFlexibleArea(AimedFlexibleArea value)Sets the value of the aimedFlexibleArea property.voidsetAimedFlexibleAreaRef(AimedFlexibleAreaRef value)Sets the value of the aimedFlexibleAreaRef property.voidsetAimedQuayRef(QuayRefStructure value)Sets the value of the aimedQuayRef property.voidsetQuayType(TypeOfNestedQuayEnumeration value)Sets the value of the quayType property.
-
-
-
Field Detail
-
aimedBoardingPositionRef
protected BoardingPositionRefStructure aimedBoardingPositionRef
-
aimedBoardingPositionNames
protected List<NaturalLanguageStringStructure> aimedBoardingPositionNames
-
aimedQuayRef
protected QuayRefStructure aimedQuayRef
-
aimedQuayNames
protected List<NaturalLanguageStringStructure> aimedQuayNames
-
quayType
protected TypeOfNestedQuayEnumeration quayType
-
aimedFlexibleArea
protected AimedFlexibleArea aimedFlexibleArea
-
aimedFlexibleAreaRef
protected AimedFlexibleAreaRef aimedFlexibleAreaRef
-
aimedLocationNames
protected List<NaturalLanguageStringStructure> aimedLocationNames
-
-
Method Detail
-
getAimedBoardingPositionRef
public BoardingPositionRefStructure getAimedBoardingPositionRef()
Gets the value of the aimedBoardingPositionRef property.- Returns:
- possible object is
BoardingPositionRefStructure
-
setAimedBoardingPositionRef
public void setAimedBoardingPositionRef(BoardingPositionRefStructure value)
Sets the value of the aimedBoardingPositionRef property.- Parameters:
value- allowed object isBoardingPositionRefStructure
-
getAimedBoardingPositionNames
public List<NaturalLanguageStringStructure> getAimedBoardingPositionNames()
Gets the value of the aimedBoardingPositionNames 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
setmethod for the aimedBoardingPositionNames property.For example, to add a new item, do as follows:
getAimedBoardingPositionNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getAimedQuayRef
public QuayRefStructure getAimedQuayRef()
Gets the value of the aimedQuayRef property.- Returns:
- possible object is
QuayRefStructure
-
setAimedQuayRef
public void setAimedQuayRef(QuayRefStructure value)
Sets the value of the aimedQuayRef property.- Parameters:
value- allowed object isQuayRefStructure
-
getAimedQuayNames
public List<NaturalLanguageStringStructure> getAimedQuayNames()
Gets the value of the aimedQuayNames 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
setmethod for the aimedQuayNames property.For example, to add a new item, do as follows:
getAimedQuayNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getQuayType
public TypeOfNestedQuayEnumeration getQuayType()
Gets the value of the quayType property.- Returns:
- possible object is
TypeOfNestedQuayEnumeration
-
setQuayType
public void setQuayType(TypeOfNestedQuayEnumeration value)
Sets the value of the quayType property.- Parameters:
value- allowed object isTypeOfNestedQuayEnumeration
-
getAimedFlexibleArea
public AimedFlexibleArea getAimedFlexibleArea()
Gets the value of the aimedFlexibleArea property.- Returns:
- possible object is
AimedFlexibleArea
-
setAimedFlexibleArea
public void setAimedFlexibleArea(AimedFlexibleArea value)
Sets the value of the aimedFlexibleArea property.- Parameters:
value- allowed object isAimedFlexibleArea
-
getAimedFlexibleAreaRef
public AimedFlexibleAreaRef getAimedFlexibleAreaRef()
Gets the value of the aimedFlexibleAreaRef property.- Returns:
- possible object is
AimedFlexibleAreaRef
-
setAimedFlexibleAreaRef
public void setAimedFlexibleAreaRef(AimedFlexibleAreaRef value)
Sets the value of the aimedFlexibleAreaRef property.- Parameters:
value- allowed object isAimedFlexibleAreaRef
-
getAimedLocationNames
public List<NaturalLanguageStringStructure> getAimedLocationNames()
Gets the value of the aimedLocationNames 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
setmethod for the aimedLocationNames property.For example, to add a new item, do as follows:
getAimedLocationNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
-