Package uk.org.siri.siri13
Class SituationRef
- java.lang.Object
-
- uk.org.siri.siri13.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
-
-
Field Summary
Fields Modifier and Type Field Description protected SituationFullRefsituationFullRefprotected SituationSimpleRefsituationSimpleRef
-
Constructor Summary
Constructors Constructor Description SituationRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SituationFullRefgetSituationFullRef()Reference to a Situation.SituationSimpleRefgetSituationSimpleRef()Gets the value of the situationSimpleRef property.voidsetSituationFullRef(SituationFullRef value)Sets the value of the situationFullRef property.voidsetSituationSimpleRef(SituationSimpleRef value)Sets the value of the situationSimpleRef property.
-
-
-
Field Detail
-
situationSimpleRef
protected SituationSimpleRef situationSimpleRef
-
situationFullRef
protected SituationFullRef situationFullRef
-
-
Method Detail
-
getSituationSimpleRef
public SituationSimpleRef getSituationSimpleRef()
Gets the value of the situationSimpleRef property.- Returns:
- possible object is
SituationSimpleRef
-
setSituationSimpleRef
public void setSituationSimpleRef(SituationSimpleRef value)
Sets the value of the situationSimpleRef property.- Parameters:
value- allowed object isSituationSimpleRef
-
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 isSituationFullRef
-
-