Package uk.org.ifopt.siri13
Class DataManagedObjectStructure
- java.lang.Object
-
- uk.org.ifopt.siri13.VersionedObjectStructure
-
- uk.org.ifopt.siri13.DataManagedObjectStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractEquipmentStructure
public abstract class DataManagedObjectStructure extends VersionedObjectStructure implements Serializable
Abstract Type for an object managed by an administrative area.Java class for DataManagedObjectStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataManagedObjectStructure"> <complexContent> <extension base="{http://www.ifopt.org.uk/ifopt}VersionedObjectStructure"> <sequence> <group ref="{http://www.ifopt.org.uk/ifopt}DataManagedObjectGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected InfoLinksStructureinfoLinksprotected AdministrativeAreaRefStructuremanagedByAreaRef-
Fields inherited from class uk.org.ifopt.siri13.VersionedObjectStructure
created, lastUpdated, modification, status, version
-
-
Constructor Summary
Constructors Constructor Description DataManagedObjectStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfoLinksStructuregetInfoLinks()Gets the value of the infoLinks property.AdministrativeAreaRefStructuregetManagedByAreaRef()Gets the value of the managedByAreaRef property.voidsetInfoLinks(InfoLinksStructure value)Sets the value of the infoLinks property.voidsetManagedByAreaRef(AdministrativeAreaRefStructure value)Sets the value of the managedByAreaRef property.-
Methods inherited from class uk.org.ifopt.siri13.VersionedObjectStructure
getCreated, getLastUpdated, getModification, getStatus, getVersion, setCreated, setLastUpdated, setModification, setStatus, setVersion
-
-
-
-
Field Detail
-
managedByAreaRef
protected AdministrativeAreaRefStructure managedByAreaRef
-
infoLinks
protected InfoLinksStructure infoLinks
-
-
Method Detail
-
getManagedByAreaRef
public AdministrativeAreaRefStructure getManagedByAreaRef()
Gets the value of the managedByAreaRef property.- Returns:
- possible object is
AdministrativeAreaRefStructure
-
setManagedByAreaRef
public void setManagedByAreaRef(AdministrativeAreaRefStructure value)
Sets the value of the managedByAreaRef property.- Parameters:
value- allowed object isAdministrativeAreaRefStructure
-
getInfoLinks
public InfoLinksStructure getInfoLinks()
Gets the value of the infoLinks property.- Returns:
- possible object is
InfoLinksStructure
-
setInfoLinks
public void setInfoLinks(InfoLinksStructure value)
Sets the value of the infoLinks property.- Parameters:
value- allowed object isInfoLinksStructure
-
-