Interface RecordType

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

    public interface RecordType
    extends org.apache.xmlbeans.XmlObject
    An XML RecordType(@http://www.opengis.net/swe/1.0.1). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  RecordType.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
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ItemPropertyType addNewField()
      Appends and returns a new empty value (as xml) as the last "field" element
      ItemPropertyType[] getFieldArray()
      Gets array of all "field" elements
      ItemPropertyType getFieldArray​(int i)
      Gets ith "field" element
      BigInteger getFieldCount()
      Gets the "fieldCount" attribute
      String getRS()
      Gets the "RS" attribute
      ItemPropertyType insertNewField​(int i)
      Inserts and returns a new empty value (as xml) as the ith "field" element
      boolean isSetFieldCount()
      True if has "fieldCount" attribute
      boolean isSetRS()
      True if has "RS" attribute
      void removeField​(int i)
      Removes the ith "field" element
      void setFieldArray​(int i, ItemPropertyType field)
      Sets ith "field" element
      void setFieldArray​(ItemPropertyType[] fieldArray)
      Sets array of all "field" element
      void setFieldCount​(BigInteger fieldCount)
      Sets the "fieldCount" attribute
      void setRS​(String rs)
      Sets the "RS" attribute
      int sizeOfFieldArray()
      Returns number of "field" element
      void unsetFieldCount()
      Unsets the "fieldCount" attribute
      void unsetRS()
      Unsets the "RS" attribute
      org.apache.xmlbeans.XmlPositiveInteger xgetFieldCount()
      Gets (as xml) the "fieldCount" attribute
      org.apache.xmlbeans.XmlAnyURI xgetRS()
      Gets (as xml) the "RS" attribute
      void xsetFieldCount​(org.apache.xmlbeans.XmlPositiveInteger fieldCount)
      Sets (as xml) the "fieldCount" attribute
      void xsetRS​(org.apache.xmlbeans.XmlAnyURI rs)
      Sets (as xml) the "RS" 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

      • getFieldArray

        ItemPropertyType[] getFieldArray()
        Gets array of all "field" elements
      • getFieldArray

        ItemPropertyType getFieldArray​(int i)
        Gets ith "field" element
      • sizeOfFieldArray

        int sizeOfFieldArray()
        Returns number of "field" element
      • setFieldArray

        void setFieldArray​(ItemPropertyType[] fieldArray)
        Sets array of all "field" element
      • setFieldArray

        void setFieldArray​(int i,
                           ItemPropertyType field)
        Sets ith "field" element
      • insertNewField

        ItemPropertyType insertNewField​(int i)
        Inserts and returns a new empty value (as xml) as the ith "field" element
      • addNewField

        ItemPropertyType addNewField()
        Appends and returns a new empty value (as xml) as the last "field" element
      • removeField

        void removeField​(int i)
        Removes the ith "field" element
      • getRS

        String getRS()
        Gets the "RS" attribute
      • xgetRS

        org.apache.xmlbeans.XmlAnyURI xgetRS()
        Gets (as xml) the "RS" attribute
      • isSetRS

        boolean isSetRS()
        True if has "RS" attribute
      • setRS

        void setRS​(String rs)
        Sets the "RS" attribute
      • xsetRS

        void xsetRS​(org.apache.xmlbeans.XmlAnyURI rs)
        Sets (as xml) the "RS" attribute
      • unsetRS

        void unsetRS()
        Unsets the "RS" attribute
      • getFieldCount

        BigInteger getFieldCount()
        Gets the "fieldCount" attribute
      • xgetFieldCount

        org.apache.xmlbeans.XmlPositiveInteger xgetFieldCount()
        Gets (as xml) the "fieldCount" attribute
      • isSetFieldCount

        boolean isSetFieldCount()
        True if has "fieldCount" attribute
      • setFieldCount

        void setFieldCount​(BigInteger fieldCount)
        Sets the "fieldCount" attribute
      • xsetFieldCount

        void xsetFieldCount​(org.apache.xmlbeans.XmlPositiveInteger fieldCount)
        Sets (as xml) the "fieldCount" attribute
      • unsetFieldCount

        void unsetFieldCount()
        Unsets the "fieldCount" attribute