Interface ComponentType

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

    public interface ComponentType
    extends AbstractSWEType
    An XML ComponentType(@http://www.opengis.net/swe/2.0). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  ComponentType.Factory
      A factory class with static methods for creating instances of this type.
    • 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
    • Field Detail

      • type

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

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

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

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

        void unsetBitLength()
        Unsets the "bitLength" 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
      • getDataType

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

        org.apache.xmlbeans.XmlAnyURI xgetDataType()
        Gets (as xml) the "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
      • 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