Interface BlockType

  • All Superinterfaces:
    AbstractSWEType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    BlockTypeImpl

    public interface BlockType
    extends AbstractSWEType
    An XML BlockType(@http://www.opengis.net/swe/2.0). This is a complex type.
    • Field Detail

      • type

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

      • 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
      • 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
      • getPaddingBytesAfter

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

        org.apache.xmlbeans.XmlInteger 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.XmlInteger paddingBytesAfter)
        Sets (as xml) the "paddingBytes-after" attribute
      • unsetPaddingBytesAfter

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

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

        org.apache.xmlbeans.XmlInteger 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.XmlInteger paddingBytesBefore)
        Sets (as xml) the "paddingBytes-before" attribute
      • unsetPaddingBytesBefore

        void unsetPaddingBytesBefore()
        Unsets the "paddingBytes-before" 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
      • getRef

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

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

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

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