Interface DocumentMetadataType

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

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

      • type

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

      • getGenerationDate

        Calendar getGenerationDate()
        Gets the "generationDate" element
      • xgetGenerationDate

        org.apache.xmlbeans.XmlDateTime xgetGenerationDate()
        Gets (as xml) the "generationDate" element
      • setGenerationDate

        void setGenerationDate​(Calendar generationDate)
        Sets the "generationDate" element
      • xsetGenerationDate

        void xsetGenerationDate​(org.apache.xmlbeans.XmlDateTime generationDate)
        Sets (as xml) the "generationDate" element
      • getVersion

        ReferenceType getVersion()
        Gets the "version" element
      • isSetVersion

        boolean isSetVersion()
        True if has "version" element
      • setVersion

        void setVersion​(ReferenceType version)
        Sets the "version" element
      • addNewVersion

        ReferenceType addNewVersion()
        Appends and returns a new empty "version" element
      • unsetVersion

        void unsetVersion()
        Unsets the "version" element
      • getGenerationSystem

        String getGenerationSystem()
        Gets the "generationSystem" element
      • xgetGenerationSystem

        org.apache.xmlbeans.XmlString xgetGenerationSystem()
        Gets (as xml) the "generationSystem" element
      • isSetGenerationSystem

        boolean isSetGenerationSystem()
        True if has "generationSystem" element
      • setGenerationSystem

        void setGenerationSystem​(String generationSystem)
        Sets the "generationSystem" element
      • xsetGenerationSystem

        void xsetGenerationSystem​(org.apache.xmlbeans.XmlString generationSystem)
        Sets (as xml) the "generationSystem" element
      • unsetGenerationSystem

        void unsetGenerationSystem()
        Unsets the "generationSystem" element
      • getProfileArray

        ReferenceType[] getProfileArray()
        Gets array of all "profile" elements
      • getProfileArray

        ReferenceType getProfileArray​(int i)
        Gets ith "profile" element
      • sizeOfProfileArray

        int sizeOfProfileArray()
        Returns number of "profile" element
      • setProfileArray

        void setProfileArray​(ReferenceType[] profileArray)
        Sets array of all "profile" element
      • setProfileArray

        void setProfileArray​(int i,
                             ReferenceType profile)
        Sets ith "profile" element
      • insertNewProfile

        ReferenceType insertNewProfile​(int i)
        Inserts and returns a new empty value (as xml) as the ith "profile" element
      • addNewProfile

        ReferenceType addNewProfile()
        Appends and returns a new empty value (as xml) as the last "profile" element
      • removeProfile

        void removeProfile​(int i)
        Removes the ith "profile" element