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