Class ItemRelatedRecordType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    ConnIdOperationRecordType, InternalOperationRecordType

    public class ItemRelatedRecordType
    extends Object
    implements Serializable, Cloneable, Containerable
    Columns common to all specific item-related reports (like ConnId operations, internal operations, etc).

    Java class for ItemRelatedRecordType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ItemRelatedRecordType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="itemSequentialNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="itemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="itemOid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="bucketSequentialNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form