Class DataManagedObjectStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    AbstractEquipmentStructure

    public abstract class DataManagedObjectStructure
    extends VersionedObjectStructure
    implements Serializable
    Abstract Type for DATA MANAGED OBJECT, that is an object that may be assigned a RESPONSIBILITY SET dictating a responsbile ORGANISATION and/or ADMINISTRATIVE ZONE.

    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