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