Interface BinaryBlockDocument.BinaryBlock.Member.Block

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BigInteger getByteLength()
      Gets the "byteLength" attribute
      String getCompression()
      Gets the "compression" attribute
      String getEncryption()
      Gets the "encryption" attribute
      BigInteger getPaddingBytesAfter()
      Gets the "paddingBytes-after" attribute
      BigInteger getPaddingBytesBefore()
      Gets the "paddingBytes-before" attribute
      String getRef()
      Gets the "ref" attribute
      boolean isSetByteLength()
      True if has "byteLength" attribute
      boolean isSetCompression()
      True if has "compression" attribute
      boolean isSetEncryption()
      True if has "encryption" attribute
      boolean isSetPaddingBytesAfter()
      True if has "paddingBytes-after" attribute
      boolean isSetPaddingBytesBefore()
      True if has "paddingBytes-before" attribute
      void setByteLength​(BigInteger byteLength)
      Sets the "byteLength" attribute
      void setCompression​(String compression)
      Sets the "compression" attribute
      void setEncryption​(String encryption)
      Sets the "encryption" attribute
      void setPaddingBytesAfter​(BigInteger paddingBytesAfter)
      Sets the "paddingBytes-after" attribute
      void setPaddingBytesBefore​(BigInteger paddingBytesBefore)
      Sets the "paddingBytes-before" attribute
      void setRef​(String ref)
      Sets the "ref" attribute
      void unsetByteLength()
      Unsets the "byteLength" attribute
      void unsetCompression()
      Unsets the "compression" attribute
      void unsetEncryption()
      Unsets the "encryption" attribute
      void unsetPaddingBytesAfter()
      Unsets the "paddingBytes-after" attribute
      void unsetPaddingBytesBefore()
      Unsets the "paddingBytes-before" attribute
      org.apache.xmlbeans.XmlPositiveInteger xgetByteLength()
      Gets (as xml) the "byteLength" attribute
      org.apache.xmlbeans.XmlAnyURI xgetCompression()
      Gets (as xml) the "compression" attribute
      org.apache.xmlbeans.XmlAnyURI xgetEncryption()
      Gets (as xml) the "encryption" attribute
      org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBytesAfter()
      Gets (as xml) the "paddingBytes-after" attribute
      org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBytesBefore()
      Gets (as xml) the "paddingBytes-before" attribute
      org.apache.xmlbeans.XmlToken xgetRef()
      Gets (as xml) the "ref" attribute
      void xsetByteLength​(org.apache.xmlbeans.XmlPositiveInteger byteLength)
      Sets (as xml) the "byteLength" attribute
      void xsetCompression​(org.apache.xmlbeans.XmlAnyURI compression)
      Sets (as xml) the "compression" attribute
      void xsetEncryption​(org.apache.xmlbeans.XmlAnyURI encryption)
      Sets (as xml) the "encryption" attribute
      void xsetPaddingBytesAfter​(org.apache.xmlbeans.XmlNonNegativeInteger paddingBytesAfter)
      Sets (as xml) the "paddingBytes-after" attribute
      void xsetPaddingBytesBefore​(org.apache.xmlbeans.XmlNonNegativeInteger paddingBytesBefore)
      Sets (as xml) the "paddingBytes-before" attribute
      void xsetRef​(org.apache.xmlbeans.XmlToken ref)
      Sets (as xml) the "ref" attribute
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getRef

        String getRef()
        Gets the "ref" attribute
      • xgetRef

        org.apache.xmlbeans.XmlToken xgetRef()
        Gets (as xml) the "ref" attribute
      • setRef

        void setRef​(String ref)
        Sets the "ref" attribute
      • xsetRef

        void xsetRef​(org.apache.xmlbeans.XmlToken ref)
        Sets (as xml) the "ref" attribute
      • getByteLength

        BigInteger getByteLength()
        Gets the "byteLength" attribute
      • xgetByteLength

        org.apache.xmlbeans.XmlPositiveInteger xgetByteLength()
        Gets (as xml) the "byteLength" attribute
      • isSetByteLength

        boolean isSetByteLength()
        True if has "byteLength" attribute
      • setByteLength

        void setByteLength​(BigInteger byteLength)
        Sets the "byteLength" attribute
      • xsetByteLength

        void xsetByteLength​(org.apache.xmlbeans.XmlPositiveInteger byteLength)
        Sets (as xml) the "byteLength" attribute
      • unsetByteLength

        void unsetByteLength()
        Unsets the "byteLength" attribute
      • getPaddingBytesBefore

        BigInteger getPaddingBytesBefore()
        Gets the "paddingBytes-before" attribute
      • xgetPaddingBytesBefore

        org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBytesBefore()
        Gets (as xml) the "paddingBytes-before" attribute
      • isSetPaddingBytesBefore

        boolean isSetPaddingBytesBefore()
        True if has "paddingBytes-before" attribute
      • setPaddingBytesBefore

        void setPaddingBytesBefore​(BigInteger paddingBytesBefore)
        Sets the "paddingBytes-before" attribute
      • xsetPaddingBytesBefore

        void xsetPaddingBytesBefore​(org.apache.xmlbeans.XmlNonNegativeInteger paddingBytesBefore)
        Sets (as xml) the "paddingBytes-before" attribute
      • unsetPaddingBytesBefore

        void unsetPaddingBytesBefore()
        Unsets the "paddingBytes-before" attribute
      • getPaddingBytesAfter

        BigInteger getPaddingBytesAfter()
        Gets the "paddingBytes-after" attribute
      • xgetPaddingBytesAfter

        org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBytesAfter()
        Gets (as xml) the "paddingBytes-after" attribute
      • isSetPaddingBytesAfter

        boolean isSetPaddingBytesAfter()
        True if has "paddingBytes-after" attribute
      • setPaddingBytesAfter

        void setPaddingBytesAfter​(BigInteger paddingBytesAfter)
        Sets the "paddingBytes-after" attribute
      • xsetPaddingBytesAfter

        void xsetPaddingBytesAfter​(org.apache.xmlbeans.XmlNonNegativeInteger paddingBytesAfter)
        Sets (as xml) the "paddingBytes-after" attribute
      • unsetPaddingBytesAfter

        void unsetPaddingBytesAfter()
        Unsets the "paddingBytes-after" attribute
      • getEncryption

        String getEncryption()
        Gets the "encryption" attribute
      • xgetEncryption

        org.apache.xmlbeans.XmlAnyURI xgetEncryption()
        Gets (as xml) the "encryption" attribute
      • isSetEncryption

        boolean isSetEncryption()
        True if has "encryption" attribute
      • setEncryption

        void setEncryption​(String encryption)
        Sets the "encryption" attribute
      • xsetEncryption

        void xsetEncryption​(org.apache.xmlbeans.XmlAnyURI encryption)
        Sets (as xml) the "encryption" attribute
      • unsetEncryption

        void unsetEncryption()
        Unsets the "encryption" attribute
      • getCompression

        String getCompression()
        Gets the "compression" attribute
      • xgetCompression

        org.apache.xmlbeans.XmlAnyURI xgetCompression()
        Gets (as xml) the "compression" attribute
      • isSetCompression

        boolean isSetCompression()
        True if has "compression" attribute
      • setCompression

        void setCompression​(String compression)
        Sets the "compression" attribute
      • xsetCompression

        void xsetCompression​(org.apache.xmlbeans.XmlAnyURI compression)
        Sets (as xml) the "compression" attribute
      • unsetCompression

        void unsetCompression()
        Unsets the "compression" attribute