Interface MDFormatType

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

    public interface MDFormatType
    extends AbstractObjectType
    An XML MD_Format_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
    • Field Detail

      • type

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

      • isSetAmendmentNumber

        boolean isSetAmendmentNumber()
        True if has "amendmentNumber" element
      • unsetAmendmentNumber

        void unsetAmendmentNumber()
        Unsets the "amendmentNumber" element
      • isSetSpecification

        boolean isSetSpecification()
        True if has "specification" element
      • unsetSpecification

        void unsetSpecification()
        Unsets the "specification" element
      • getFileDecompressionTechnique

        CharacterStringPropertyType getFileDecompressionTechnique()
        Gets the "fileDecompressionTechnique" element
      • isSetFileDecompressionTechnique

        boolean isSetFileDecompressionTechnique()
        True if has "fileDecompressionTechnique" element
      • setFileDecompressionTechnique

        void setFileDecompressionTechnique​(CharacterStringPropertyType fileDecompressionTechnique)
        Sets the "fileDecompressionTechnique" element
      • addNewFileDecompressionTechnique

        CharacterStringPropertyType addNewFileDecompressionTechnique()
        Appends and returns a new empty "fileDecompressionTechnique" element
      • unsetFileDecompressionTechnique

        void unsetFileDecompressionTechnique()
        Unsets the "fileDecompressionTechnique" element
      • getFormatDistributorArray

        MDDistributorPropertyType[] getFormatDistributorArray()
        Gets array of all "formatDistributor" elements
      • getFormatDistributorArray

        MDDistributorPropertyType getFormatDistributorArray​(int i)
        Gets ith "formatDistributor" element
      • sizeOfFormatDistributorArray

        int sizeOfFormatDistributorArray()
        Returns number of "formatDistributor" element
      • setFormatDistributorArray

        void setFormatDistributorArray​(MDDistributorPropertyType[] formatDistributorArray)
        Sets array of all "formatDistributor" element
      • setFormatDistributorArray

        void setFormatDistributorArray​(int i,
                                       MDDistributorPropertyType formatDistributor)
        Sets ith "formatDistributor" element
      • insertNewFormatDistributor

        MDDistributorPropertyType insertNewFormatDistributor​(int i)
        Inserts and returns a new empty value (as xml) as the ith "formatDistributor" element
      • addNewFormatDistributor

        MDDistributorPropertyType addNewFormatDistributor()
        Appends and returns a new empty value (as xml) as the last "formatDistributor" element
      • removeFormatDistributor

        void removeFormatDistributor​(int i)
        Removes the ith "formatDistributor" element