Package uk.org.siri.siri21
Class SituationFullRef
- java.lang.Object
-
- uk.org.siri.siri21.SituationFullRef
-
- All Implemented Interfaces:
Serializable
public class SituationFullRef extends Object implements Serializable
Type for reference to a SITUATION.Java class for SituationFullRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SituationFullRefStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/siri}SituationFullIdentityGroup"/> <group ref="{http://www.siri.org.uk/siri}SituationUpdateIdentityGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected RequestorRefparticipantRefprotected SituationNumbersituationNumberprotected CountryRefStructureupdateCountryRefprotected RequestorRefupdateParticipantRefprotected SituationVersionversionprotected CountryRefStructureversionCountryRef
-
Constructor Summary
Constructors Constructor Description SituationFullRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestorRefgetParticipantRef()Gets the value of the participantRef property.SituationNumbergetSituationNumber()Unique identifier of SITUATION within a Participant.CountryRefStructuregetUpdateCountryRef()Gets the value of the updateCountryRef property.RequestorRefgetUpdateParticipantRef()Gets the value of the updateParticipantRef property.SituationVersiongetVersion()Gets the value of the version property.CountryRefStructuregetVersionCountryRef()Gets the value of the versionCountryRef property.voidsetParticipantRef(RequestorRef value)Sets the value of the participantRef property.voidsetSituationNumber(SituationNumber value)Sets the value of the situationNumber property.voidsetUpdateCountryRef(CountryRefStructure value)Sets the value of the updateCountryRef property.voidsetUpdateParticipantRef(RequestorRef value)Sets the value of the updateParticipantRef property.voidsetVersion(SituationVersion value)Sets the value of the version property.voidsetVersionCountryRef(CountryRefStructure value)Sets the value of the versionCountryRef property.
-
-
-
Field Detail
-
versionCountryRef
protected CountryRefStructure versionCountryRef
-
participantRef
protected RequestorRef participantRef
-
situationNumber
protected SituationNumber situationNumber
-
updateCountryRef
protected CountryRefStructure updateCountryRef
-
updateParticipantRef
protected RequestorRef updateParticipantRef
-
version
protected SituationVersion version
-
-
Method Detail
-
getVersionCountryRef
public CountryRefStructure getVersionCountryRef()
Gets the value of the versionCountryRef property.- Returns:
- possible object is
CountryRefStructure
-
setVersionCountryRef
public void setVersionCountryRef(CountryRefStructure value)
Sets the value of the versionCountryRef property.- Parameters:
value- allowed object isCountryRefStructure
-
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 isRequestorRef
-
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 isSituationNumber
-
getUpdateCountryRef
public CountryRefStructure getUpdateCountryRef()
Gets the value of the updateCountryRef property.- Returns:
- possible object is
CountryRefStructure
-
setUpdateCountryRef
public void setUpdateCountryRef(CountryRefStructure value)
Sets the value of the updateCountryRef property.- Parameters:
value- allowed object isCountryRefStructure
-
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 isRequestorRef
-
getVersion
public SituationVersion getVersion()
Gets the value of the version property.- Returns:
- possible object is
SituationVersion
-
setVersion
public void setVersion(SituationVersion value)
Sets the value of the version property.- Parameters:
value- allowed object isSituationVersion
-
-