Class 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