Package uk.org.ifopt.siri14
Class CheckPointRefStructure
- java.lang.Object
-
- uk.org.ifopt.siri14.CheckPointRefStructure
-
- All Implemented Interfaces:
Serializable
public class CheckPointRefStructure extends Object implements Serializable
Type for reference to am identifier of a hazard within a stop place.Java class for CheckPointRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckPointRefStructure"> <simpleContent> <extension base="<http://www.ifopt.org.uk/ifopt>CheckPointIdType"> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckPointRefStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Type for identifier of a hazard within a stop place.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
-