Class SituationRef

  • All Implemented Interfaces:
    Serializable

    public class SituationRef
    extends Object
    implements Serializable
    Data Type for Reference to a Situation. Includes the Particpant , identifier and and version components of the identifier.

    Java class for SituationRefStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SituationRefStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.siri.org.uk/siri}SituationSimpleRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}SituationFullRef" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SituationRef

        public SituationRef()
    • Method Detail

      • setSituationSimpleRef

        public void setSituationSimpleRef​(SituationSimpleRef value)
        Sets the value of the situationSimpleRef property.
        Parameters:
        value - allowed object is SituationSimpleRef
      • getSituationFullRef

        public SituationFullRef getSituationFullRef()
        Reference to a Situation. Elements of Situation identfier are expressed as atomic elements
        Returns:
        possible object is SituationFullRef
      • setSituationFullRef

        public void setSituationFullRef​(SituationFullRef value)
        Sets the value of the situationFullRef property.
        Parameters:
        value - allowed object is SituationFullRef