Class JDFAutoBundle

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFBundle

    public abstract class JDFAutoBundle
    extends JDFResource
    class JDFAutoBundle : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoBundle

        protected JDFAutoBundle​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                java.lang.String qualifiedName)
        Constructor for JDFAutoBundle
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoBundle

        protected JDFAutoBundle​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                java.lang.String myNamespaceURI,
                                java.lang.String qualifiedName)
        Constructor for JDFAutoBundle
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFAutoBundle

        protected JDFAutoBundle​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                java.lang.String myNamespaceURI,
                                java.lang.String qualifiedName,
                                java.lang.String myLocalName)
        Constructor for JDFAutoBundle
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setBundleType

        public void setBundleType​(JDFAutoBundle.EnumBundleType enumVar)
        (5) set attribute BundleType
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setFolioCount

        public void setFolioCount​(int value)
        (36) set attribute FolioCount
        Parameters:
        value - the value to set the attribute to
      • getFolioCount

        public int getFolioCount()
        (15) get int attribute FolioCount
        Returns:
        int the value of the attribute
      • setReaderPageCount

        public void setReaderPageCount​(int value)
        (36) set attribute ReaderPageCount
        Parameters:
        value - the value to set the attribute to
      • getReaderPageCount

        public int getReaderPageCount()
        (15) get int attribute ReaderPageCount
        Returns:
        int the value of the attribute
      • setSheetCount

        public void setSheetCount​(int value)
        (36) set attribute SheetCount
        Parameters:
        value - the value to set the attribute to
      • getSheetCount

        public int getSheetCount()
        (15) get int attribute SheetCount
        Returns:
        int the value of the attribute
      • setTotalAmount

        public void setTotalAmount​(int value)
        (36) set attribute TotalAmount
        Parameters:
        value - the value to set the attribute to
      • getTotalAmount

        public int getTotalAmount()
        (15) get int attribute TotalAmount
        Returns:
        int the value of the attribute
      • getCreateBundleItem

        public JDFBundleItem getCreateBundleItem​(int iSkip)
        (26) getCreateBundleItem
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFBundleItem the element
      • getBundleItem

        public JDFBundleItem getBundleItem​(int iSkip)
        (27) const get element BundleItem
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFBundleItem the element default is getBundleItem(0)
      • getAllBundleItem

        public java.util.Collection<JDFBundleItem> getAllBundleItem()
        Get all BundleItem from the current element
        Returns:
        Collection, null if none are available
      • appendBundleItem

        public JDFBundleItem appendBundleItem()
        (30) append element BundleItem
        Returns:
        JDFBundleItem the element
      • getCreateContact

        public JDFContact getCreateContact​(int iSkip)
        (26) getCreateContact
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFContact the element
      • getContact

        public JDFContact getContact​(int iSkip)
        (27) const get element Contact
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFContact the element default is getContact(0)
      • getAllContact

        public java.util.Collection<JDFContact> getAllContact()
        Get all Contact from the current element
        Returns:
        Collection, null if none are available
      • refContact

        public void refContact​(JDFContact refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getIdentificationField

        public JDFIdentificationField getIdentificationField​(int iSkip)
        (27) const get element IdentificationField
        Overrides:
        getIdentificationField in class JDFResource
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFIdentificationField the element default is getIdentificationField(0)
      • getAllIdentificationField

        public java.util.Collection<JDFIdentificationField> getAllIdentificationField()
        Get all IdentificationField from the current element
        Returns:
        Collection, null if none are available
      • refIdentificationField

        public void refIdentificationField​(JDFIdentificationField refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced