Package uk.org.ifopt.siri14
Class InstalledEquipmentStructure
- java.lang.Object
-
- uk.org.ifopt.siri14.VersionedObjectStructure
-
- uk.org.ifopt.siri14.DataManagedObjectStructure
-
- uk.org.ifopt.siri14.AbstractEquipmentStructure
-
- uk.org.ifopt.siri14.InstalledEquipmentStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LocalService,OtherPlaceEquipment
public abstract class InstalledEquipmentStructure extends AbstractEquipmentStructure implements Serializable
Installed for equipment typeJava class for InstalledEquipmentStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InstalledEquipmentStructure"> <complexContent> <extension base="{http://www.ifopt.org.uk/ifopt}AbstractEquipmentStructure"> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class uk.org.ifopt.siri14.AbstractEquipmentStructure
equipmentId, equipmentName, typeOfEquipment
-
Fields inherited from class uk.org.ifopt.siri14.DataManagedObjectStructure
infoLinks, managedByAreaRef
-
Fields inherited from class uk.org.ifopt.siri14.VersionedObjectStructure
created, lastUpdated, modification, status, version
-
-
Constructor Summary
Constructors Constructor Description InstalledEquipmentStructure()
-
Method Summary
-
Methods inherited from class uk.org.ifopt.siri14.AbstractEquipmentStructure
getEquipmentId, getEquipmentName, getTypeOfEquipment, setEquipmentId, setEquipmentName, setTypeOfEquipment
-
Methods inherited from class uk.org.ifopt.siri14.DataManagedObjectStructure
getInfoLinks, getManagedByAreaRef, setInfoLinks, setManagedByAreaRef
-
Methods inherited from class uk.org.ifopt.siri14.VersionedObjectStructure
getCreated, getLastUpdated, getModification, getStatus, getVersion, setCreated, setLastUpdated, setModification, setStatus, setVersion
-
-