Interface DataStreamDefinitionType

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

    public interface DataStreamDefinitionType
    extends org.apache.xmlbeans.XmlObject
    An XML DataStreamDefinitionType(@http://www.opengis.net/swe/1.0.1). This is a complex type.
    • Field Detail

      • type

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

      • sizeOfStreamComponentArray

        int sizeOfStreamComponentArray()
        Returns number of "streamComponent" element
      • setStreamComponentArray

        void setStreamComponentArray​(DataBlockDefinitionPropertyType[] streamComponentArray)
        Sets array of all "streamComponent" element
      • insertNewStreamComponent

        DataBlockDefinitionPropertyType insertNewStreamComponent​(int i)
        Inserts and returns a new empty value (as xml) as the ith "streamComponent" element
      • addNewStreamComponent

        DataBlockDefinitionPropertyType addNewStreamComponent()
        Appends and returns a new empty value (as xml) as the last "streamComponent" element
      • removeStreamComponent

        void removeStreamComponent​(int i)
        Removes the ith "streamComponent" element
      • getId

        String getId()
        Gets the "id" attribute
      • xgetId

        org.apache.xmlbeans.XmlID xgetId()
        Gets (as xml) the "id" attribute
      • isSetId

        boolean isSetId()
        True if has "id" attribute
      • setId

        void setId​(String id)
        Sets the "id" attribute
      • xsetId

        void xsetId​(org.apache.xmlbeans.XmlID id)
        Sets (as xml) the "id" attribute
      • unsetId

        void unsetId()
        Unsets the "id" attribute