Package uk.org.ifopt.siri21
Class OtherPlaceEquipment
-
- All Implemented Interfaces:
Serializable
public class OtherPlaceEquipment extends InstalledEquipmentStructure implements Serializable
Type for SITE EQUIPMENT.Java class for PlaceEquipmentStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlaceEquipmentStructure"> <complexContent> <extension base="{http://www.ifopt.org.uk/ifopt}InstalledEquipmentStructure"> <sequence> <element ref="{http://www.ifopt.org.uk/ifopt}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensions-
Fields inherited from class uk.org.ifopt.siri21.AbstractEquipmentStructure
equipmentId, equipmentName, typeOfEquipment
-
Fields inherited from class uk.org.ifopt.siri21.DataManagedObjectStructure
infoLinks, managedByAreaRef
-
Fields inherited from class uk.org.ifopt.siri21.VersionedObjectStructure
created, lastUpdated, modification, status, version
-
-
Constructor Summary
Constructors Constructor Description OtherPlaceEquipment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.voidsetExtensions(Extensions value)Sets the value of the extensions property.-
Methods inherited from class uk.org.ifopt.siri21.AbstractEquipmentStructure
getEquipmentId, getEquipmentName, getTypeOfEquipment, setEquipmentId, setEquipmentName, setTypeOfEquipment
-
Methods inherited from class uk.org.ifopt.siri21.DataManagedObjectStructure
getInfoLinks, getManagedByAreaRef, setInfoLinks, setManagedByAreaRef
-
Methods inherited from class uk.org.ifopt.siri21.VersionedObjectStructure
getCreated, getLastUpdated, getModification, getStatus, getVersion, setCreated, setLastUpdated, setModification, setStatus, setVersion
-
-
-
-
Field Detail
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-