Package uk.org.ifopt.siri13
Class AbstractEquipmentStructure
- java.lang.Object
-
- uk.org.ifopt.siri13.VersionedObjectStructure
-
- uk.org.ifopt.siri13.DataManagedObjectStructure
-
- uk.org.ifopt.siri13.AbstractEquipmentStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InstalledEquipmentStructure
public abstract class AbstractEquipmentStructure extends DataManagedObjectStructure implements Serializable
Elements for Abstract equipment typeJava class for AbstractEquipmentStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractEquipmentStructure"> <complexContent> <extension base="{http://www.ifopt.org.uk/ifopt}DataManagedObjectStructure"> <sequence> <group ref="{http://www.ifopt.org.uk/ifopt}AbstractEquipmentGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringequipmentIdprotected NaturalLanguageStringStructureequipmentNameprotected EquipmentTypeRefStructuretypeOfEquipment-
Fields inherited from class uk.org.ifopt.siri13.DataManagedObjectStructure
infoLinks, managedByAreaRef
-
Fields inherited from class uk.org.ifopt.siri13.VersionedObjectStructure
created, lastUpdated, modification, status, version
-
-
Constructor Summary
Constructors Constructor Description AbstractEquipmentStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEquipmentId()Gets the value of the equipmentId property.NaturalLanguageStringStructuregetEquipmentName()Gets the value of the equipmentName property.EquipmentTypeRefStructuregetTypeOfEquipment()Gets the value of the typeOfEquipment property.voidsetEquipmentId(String value)Sets the value of the equipmentId property.voidsetEquipmentName(NaturalLanguageStringStructure value)Sets the value of the equipmentName property.voidsetTypeOfEquipment(EquipmentTypeRefStructure value)Sets the value of the typeOfEquipment property.-
Methods inherited from class uk.org.ifopt.siri13.DataManagedObjectStructure
getInfoLinks, getManagedByAreaRef, setInfoLinks, setManagedByAreaRef
-
Methods inherited from class uk.org.ifopt.siri13.VersionedObjectStructure
getCreated, getLastUpdated, getModification, getStatus, getVersion, setCreated, setLastUpdated, setModification, setStatus, setVersion
-
-
-
-
Field Detail
-
equipmentId
protected String equipmentId
-
equipmentName
protected NaturalLanguageStringStructure equipmentName
-
typeOfEquipment
protected EquipmentTypeRefStructure typeOfEquipment
-
-
Method Detail
-
getEquipmentId
public String getEquipmentId()
Gets the value of the equipmentId property.- Returns:
- possible object is
String
-
setEquipmentId
public void setEquipmentId(String value)
Sets the value of the equipmentId property.- Parameters:
value- allowed object isString
-
getEquipmentName
public NaturalLanguageStringStructure getEquipmentName()
Gets the value of the equipmentName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setEquipmentName
public void setEquipmentName(NaturalLanguageStringStructure value)
Sets the value of the equipmentName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getTypeOfEquipment
public EquipmentTypeRefStructure getTypeOfEquipment()
Gets the value of the typeOfEquipment property.- Returns:
- possible object is
EquipmentTypeRefStructure
-
setTypeOfEquipment
public void setTypeOfEquipment(EquipmentTypeRefStructure value)
Sets the value of the typeOfEquipment property.- Parameters:
value- allowed object isEquipmentTypeRefStructure
-
-