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