Class SituationRef

  • All Implemented Interfaces:
    Serializable

    public class SituationRef
    extends Object
    implements Serializable
    Type for reference to a SITUATION.

    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