Package uk.org.acbs.siri20
Class LimitationRefStructure
- java.lang.Object
-
- uk.org.acbs.siri20.LimitationRefStructure
-
- All Implemented Interfaces:
Serializable
public class LimitationRefStructure extends Object implements Serializable
Type for reference to an identifier of a hazard within a stop place.Java class for LimitationRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LimitationRefStructure"> <simpleContent> <extension base="<http://www.ifopt.org.uk/acsb>LimitationIdType"> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LimitationRefStructure()
-
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
-
-