Interface BinaryEncodingType

    • Field Detail

      • type

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

      • sizeOfMemberArray

        int sizeOfMemberArray()
        Returns number of "member" element
      • insertNewMember

        BinaryEncodingType.Member insertNewMember​(int i)
        Inserts and returns a new empty value (as xml) as the ith "member" element
      • addNewMember

        BinaryEncodingType.Member addNewMember()
        Appends and returns a new empty value (as xml) as the last "member" element
      • removeMember

        void removeMember​(int i)
        Removes the ith "member" element
      • xgetByteOrder

        ByteOrderType xgetByteOrder()
        Gets (as xml) the "byteOrder" attribute
      • setByteOrder

        void setByteOrder​(ByteOrderType.Enum byteOrder)
        Sets the "byteOrder" attribute
      • xsetByteOrder

        void xsetByteOrder​(ByteOrderType byteOrder)
        Sets (as xml) the "byteOrder" attribute
      • xgetByteEncoding

        ByteEncodingType xgetByteEncoding()
        Gets (as xml) the "byteEncoding" attribute
      • setByteEncoding

        void setByteEncoding​(ByteEncodingType.Enum byteEncoding)
        Sets the "byteEncoding" attribute
      • xsetByteEncoding

        void xsetByteEncoding​(ByteEncodingType byteEncoding)
        Sets (as xml) the "byteEncoding" attribute
      • getByteLength

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

        org.apache.xmlbeans.XmlInteger 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.XmlInteger byteLength)
        Sets (as xml) the "byteLength" attribute
      • unsetByteLength

        void unsetByteLength()
        Unsets the "byteLength" attribute