Interface DSDataSetType

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

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

      • type

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

      • sizeOfHasArray

        int sizeOfHasArray()
        Returns number of "has" element
      • insertNewHas

        MDMetadataPropertyType insertNewHas​(int i)
        Inserts and returns a new empty value (as xml) as the ith "has" element
      • addNewHas

        MDMetadataPropertyType addNewHas()
        Appends and returns a new empty value (as xml) as the last "has" element
      • removeHas

        void removeHas​(int i)
        Removes the ith "has" element
      • sizeOfPartOfArray

        int sizeOfPartOfArray()
        Returns number of "partOf" element
      • setPartOfArray

        void setPartOfArray​(DSAggregatePropertyType[] partOfArray)
        Sets array of all "partOf" element
      • insertNewPartOf

        DSAggregatePropertyType insertNewPartOf​(int i)
        Inserts and returns a new empty value (as xml) as the ith "partOf" element
      • addNewPartOf

        DSAggregatePropertyType addNewPartOf()
        Appends and returns a new empty value (as xml) as the last "partOf" element
      • removePartOf

        void removePartOf​(int i)
        Removes the ith "partOf" element