Class 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
    • Constructor Detail

      • StopAssignmentStructure

        public StopAssignmentStructure()
    • Method Detail

      • setAimedQuayRef

        public void setAimedQuayRef​(QuayRefStructure value)
        Sets the value of the aimedQuayRef property.
        Parameters:
        value - allowed object is QuayRefStructure
      • 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 JAXB object. This is why there is not a set method 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 is QuayRefStructure
      • setActualQuayRef

        public void setActualQuayRef​(QuayRefStructure value)
        Sets the value of the actualQuayRef property.
        Parameters:
        value - allowed object is QuayRefStructure