Package uk.org.siri.siri20
Class StopAssignmentStructure
- java.lang.Object
-
- uk.org.siri.siri20.StopAssignmentStructure
-
- All Implemented Interfaces:
Serializable
public class StopAssignmentStructure extends Object implements Serializable
Type for assignment of a SCHEDULED STOP POINT to a specific QUAY or platform +SIRI v2.0.Java class for StopAssignmentStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopAssignmentStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <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 name="ExpectedQuayRef" type="{http://www.siri.org.uk/siri}QuayRefStructure" minOccurs="0"/> <element name="ActualQuayRef" type="{http://www.siri.org.uk/siri}QuayRefStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected QuayRefStructureactualQuayRefprotected List<NaturalLanguageStringStructure>aimedQuayNamesprotected QuayRefStructureaimedQuayRefprotected QuayRefStructureexpectedQuayRef
-
Constructor Summary
Constructors Constructor Description StopAssignmentStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuayRefStructuregetActualQuayRef()Gets the value of the actualQuayRef property.List<NaturalLanguageStringStructure>getAimedQuayNames()Gets the value of the aimedQuayNames property.QuayRefStructuregetAimedQuayRef()Gets the value of the aimedQuayRef property.QuayRefStructuregetExpectedQuayRef()Gets the value of the expectedQuayRef property.voidsetActualQuayRef(QuayRefStructure value)Sets the value of the actualQuayRef property.voidsetAimedQuayRef(QuayRefStructure value)Sets the value of the aimedQuayRef property.voidsetExpectedQuayRef(QuayRefStructure value)Sets the value of the expectedQuayRef property.
-
-
-
Field Detail
-
aimedQuayRef
protected QuayRefStructure aimedQuayRef
-
aimedQuayNames
protected List<NaturalLanguageStringStructure> aimedQuayNames
-
expectedQuayRef
protected QuayRefStructure expectedQuayRef
-
actualQuayRef
protected QuayRefStructure actualQuayRef
-
-
Method Detail
-
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
-
getExpectedQuayRef
public QuayRefStructure getExpectedQuayRef()
Gets the value of the expectedQuayRef property.- Returns:
- possible object is
QuayRefStructure
-
setExpectedQuayRef
public void setExpectedQuayRef(QuayRefStructure value)
Sets the value of the expectedQuayRef property.- Parameters:
value- allowed object isQuayRefStructure
-
getActualQuayRef
public QuayRefStructure getActualQuayRef()
Gets the value of the actualQuayRef property.- Returns:
- possible object is
QuayRefStructure
-
setActualQuayRef
public void setActualQuayRef(QuayRefStructure value)
Sets the value of the actualQuayRef property.- Parameters:
value- allowed object isQuayRefStructure
-
-