Package uk.org.siri.siri20
Class ClearDownRefStructure
- java.lang.Object
-
- uk.org.siri.siri20.ClearDownRefStructure
-
- All Implemented Interfaces:
Serializable
public class ClearDownRefStructure extends Object implements Serializable
Reference Cleardown identifier of a stop.Java class for ClearDownRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClearDownRefStructure"> <simpleContent> <extension base="<http://www.siri.org.uk/siri>ClearDownCodeType"> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClearDownRefStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Identifier of a Stop for Direct Cleardown.voidsetValue(String value)Sets the value of the value property.
-