Interface BinaryBlockDocument.BinaryBlock.Member.Component

    • 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 getBitLength()
      Gets the "bitLength" attribute
      String getDataType()
      Gets the "dataType" attribute
      String getEncryption()
      Gets the "encryption" attribute
      BigInteger getPaddingBitsAfter()
      Gets the "paddingBits-after" attribute
      BigInteger getPaddingBitsBefore()
      Gets the "paddingBits-before" attribute
      String getRef()
      Gets the "ref" attribute
      BigInteger getSignificantBits()
      Gets the "significantBits" attribute
      boolean isSetBitLength()
      True if has "bitLength" attribute
      boolean isSetDataType()
      True if has "dataType" attribute
      boolean isSetEncryption()
      True if has "encryption" attribute
      boolean isSetPaddingBitsAfter()
      True if has "paddingBits-after" attribute
      boolean isSetPaddingBitsBefore()
      True if has "paddingBits-before" attribute
      boolean isSetSignificantBits()
      True if has "significantBits" attribute
      void setBitLength​(BigInteger bitLength)
      Sets the "bitLength" attribute
      void setDataType​(String dataType)
      Sets the "dataType" attribute
      void setEncryption​(String encryption)
      Sets the "encryption" attribute
      void setPaddingBitsAfter​(BigInteger paddingBitsAfter)
      Sets the "paddingBits-after" attribute
      void setPaddingBitsBefore​(BigInteger paddingBitsBefore)
      Sets the "paddingBits-before" attribute
      void setRef​(String ref)
      Sets the "ref" attribute
      void setSignificantBits​(BigInteger significantBits)
      Sets the "significantBits" attribute
      void unsetBitLength()
      Unsets the "bitLength" attribute
      void unsetDataType()
      Unsets the "dataType" attribute
      void unsetEncryption()
      Unsets the "encryption" attribute
      void unsetPaddingBitsAfter()
      Unsets the "paddingBits-after" attribute
      void unsetPaddingBitsBefore()
      Unsets the "paddingBits-before" attribute
      void unsetSignificantBits()
      Unsets the "significantBits" attribute
      org.apache.xmlbeans.XmlPositiveInteger xgetBitLength()
      Gets (as xml) the "bitLength" attribute
      org.apache.xmlbeans.XmlAnyURI xgetDataType()
      Gets (as xml) the "dataType" attribute
      org.apache.xmlbeans.XmlAnyURI xgetEncryption()
      Gets (as xml) the "encryption" attribute
      org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBitsAfter()
      Gets (as xml) the "paddingBits-after" attribute
      org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBitsBefore()
      Gets (as xml) the "paddingBits-before" attribute
      org.apache.xmlbeans.XmlToken xgetRef()
      Gets (as xml) the "ref" attribute
      org.apache.xmlbeans.XmlPositiveInteger xgetSignificantBits()
      Gets (as xml) the "significantBits" attribute
      void xsetBitLength​(org.apache.xmlbeans.XmlPositiveInteger bitLength)
      Sets (as xml) the "bitLength" attribute
      void xsetDataType​(org.apache.xmlbeans.XmlAnyURI dataType)
      Sets (as xml) the "dataType" attribute
      void xsetEncryption​(org.apache.xmlbeans.XmlAnyURI encryption)
      Sets (as xml) the "encryption" attribute
      void xsetPaddingBitsAfter​(org.apache.xmlbeans.XmlNonNegativeInteger paddingBitsAfter)
      Sets (as xml) the "paddingBits-after" attribute
      void xsetPaddingBitsBefore​(org.apache.xmlbeans.XmlNonNegativeInteger paddingBitsBefore)
      Sets (as xml) the "paddingBits-before" attribute
      void xsetRef​(org.apache.xmlbeans.XmlToken ref)
      Sets (as xml) the "ref" attribute
      void xsetSignificantBits​(org.apache.xmlbeans.XmlPositiveInteger significantBits)
      Sets (as xml) the "significantBits" 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
      • getDataType

        String getDataType()
        Gets the "dataType" attribute
      • xgetDataType

        org.apache.xmlbeans.XmlAnyURI xgetDataType()
        Gets (as xml) the "dataType" attribute
      • isSetDataType

        boolean isSetDataType()
        True if has "dataType" attribute
      • setDataType

        void setDataType​(String dataType)
        Sets the "dataType" attribute
      • xsetDataType

        void xsetDataType​(org.apache.xmlbeans.XmlAnyURI dataType)
        Sets (as xml) the "dataType" attribute
      • unsetDataType

        void unsetDataType()
        Unsets the "dataType" attribute
      • getSignificantBits

        BigInteger getSignificantBits()
        Gets the "significantBits" attribute
      • xgetSignificantBits

        org.apache.xmlbeans.XmlPositiveInteger xgetSignificantBits()
        Gets (as xml) the "significantBits" attribute
      • isSetSignificantBits

        boolean isSetSignificantBits()
        True if has "significantBits" attribute
      • setSignificantBits

        void setSignificantBits​(BigInteger significantBits)
        Sets the "significantBits" attribute
      • xsetSignificantBits

        void xsetSignificantBits​(org.apache.xmlbeans.XmlPositiveInteger significantBits)
        Sets (as xml) the "significantBits" attribute
      • unsetSignificantBits

        void unsetSignificantBits()
        Unsets the "significantBits" attribute
      • getBitLength

        BigInteger getBitLength()
        Gets the "bitLength" attribute
      • xgetBitLength

        org.apache.xmlbeans.XmlPositiveInteger xgetBitLength()
        Gets (as xml) the "bitLength" attribute
      • isSetBitLength

        boolean isSetBitLength()
        True if has "bitLength" attribute
      • setBitLength

        void setBitLength​(BigInteger bitLength)
        Sets the "bitLength" attribute
      • xsetBitLength

        void xsetBitLength​(org.apache.xmlbeans.XmlPositiveInteger bitLength)
        Sets (as xml) the "bitLength" attribute
      • unsetBitLength

        void unsetBitLength()
        Unsets the "bitLength" attribute
      • getPaddingBitsBefore

        BigInteger getPaddingBitsBefore()
        Gets the "paddingBits-before" attribute
      • xgetPaddingBitsBefore

        org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBitsBefore()
        Gets (as xml) the "paddingBits-before" attribute
      • isSetPaddingBitsBefore

        boolean isSetPaddingBitsBefore()
        True if has "paddingBits-before" attribute
      • setPaddingBitsBefore

        void setPaddingBitsBefore​(BigInteger paddingBitsBefore)
        Sets the "paddingBits-before" attribute
      • xsetPaddingBitsBefore

        void xsetPaddingBitsBefore​(org.apache.xmlbeans.XmlNonNegativeInteger paddingBitsBefore)
        Sets (as xml) the "paddingBits-before" attribute
      • unsetPaddingBitsBefore

        void unsetPaddingBitsBefore()
        Unsets the "paddingBits-before" attribute
      • getPaddingBitsAfter

        BigInteger getPaddingBitsAfter()
        Gets the "paddingBits-after" attribute
      • xgetPaddingBitsAfter

        org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBitsAfter()
        Gets (as xml) the "paddingBits-after" attribute
      • isSetPaddingBitsAfter

        boolean isSetPaddingBitsAfter()
        True if has "paddingBits-after" attribute
      • setPaddingBitsAfter

        void setPaddingBitsAfter​(BigInteger paddingBitsAfter)
        Sets the "paddingBits-after" attribute
      • xsetPaddingBitsAfter

        void xsetPaddingBitsAfter​(org.apache.xmlbeans.XmlNonNegativeInteger paddingBitsAfter)
        Sets (as xml) the "paddingBits-after" attribute
      • unsetPaddingBitsAfter

        void unsetPaddingBitsAfter()
        Unsets the "paddingBits-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