Package uk.org.siri.siri14
Class SituationSimpleRef
- java.lang.Object
-
- uk.org.siri.siri14.SituationSimpleRef
-
- All Implemented Interfaces:
Serializable
public class SituationSimpleRef 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 SituationSimpleRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SituationSimpleRefStructure"> <simpleContent> <extension base="<http://www.siri.org.uk/siri>SituationCodeType"> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SituationSimpleRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Data Type for Identifier of a Situation Includes the Particpant , identifier and and version components of the identifier.voidsetValue(String value)Sets the value of the value property.
-