Package uk.org.siri.siri20
Class SituationSimpleRef
- java.lang.Object
-
- uk.org.siri.siri20.SituationSimpleRef
-
- All Implemented Interfaces:
Serializable
public class SituationSimpleRef extends Object implements Serializable
Type for reference to a SITUATION. Includes the Particpant identifier 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()Type for identifier of a SITUATION.voidsetValue(String value)Sets the value of the value property.
-