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