Class RelatedSituationStructure

  • All Implemented Interfaces:
    Serializable

    public class RelatedSituationStructure
    extends Object
    implements Serializable
    Type for a reference.

    Java class for RelatedSituationStructure complex type.

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

     <complexType name="RelatedSituationStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="CreationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <group ref="{http://www.siri.org.uk/siri}SituationSharedIdentityGroup"/>
             <element name="ExternalReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="RelatedAs" type="{http://www.siri.org.uk/siri}RelatedToEnumeration" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • RelatedSituationStructure

        public RelatedSituationStructure()
    • Method Detail

      • getCreationTime

        public ZonedDateTime getCreationTime()
        Gets the value of the creationTime property.
        Returns:
        possible object is String
      • setCreationTime

        public void setCreationTime​(ZonedDateTime value)
        Sets the value of the creationTime property.
        Parameters:
        value - allowed object is String
      • getParticipantRef

        public RequestorRef getParticipantRef()
        Gets the value of the participantRef property.
        Returns:
        possible object is RequestorRef
      • setParticipantRef

        public void setParticipantRef​(RequestorRef value)
        Sets the value of the participantRef property.
        Parameters:
        value - allowed object is RequestorRef
      • getSituationNumber

        public SituationNumber getSituationNumber()
        Unique identifier of SITUATION within a Participant. Excludes any version number.
        Returns:
        possible object is SituationNumber
      • setSituationNumber

        public void setSituationNumber​(SituationNumber value)
        Sets the value of the situationNumber property.
        Parameters:
        value - allowed object is SituationNumber
      • setUpdateCountryRef

        public void setUpdateCountryRef​(CountryRefStructure value)
        Sets the value of the updateCountryRef property.
        Parameters:
        value - allowed object is CountryRefStructure
      • getUpdateParticipantRef

        public RequestorRef getUpdateParticipantRef()
        Gets the value of the updateParticipantRef property.
        Returns:
        possible object is RequestorRef
      • setUpdateParticipantRef

        public void setUpdateParticipantRef​(RequestorRef value)
        Sets the value of the updateParticipantRef property.
        Parameters:
        value - allowed object is RequestorRef
      • setVersion

        public void setVersion​(SituationVersion value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is SituationVersion
      • getExternalReference

        public String getExternalReference()
        Gets the value of the externalReference property.
        Returns:
        possible object is String
      • setExternalReference

        public void setExternalReference​(String value)
        Sets the value of the externalReference property.
        Parameters:
        value - allowed object is String
      • getExtensions

        public Extensions getExtensions()
        Gets the value of the extensions property.
        Returns:
        possible object is Extensions
      • setExtensions

        public void setExtensions​(Extensions value)
        Sets the value of the extensions property.
        Parameters:
        value - allowed object is Extensions