Interface AbstractGMLType

    • Field Detail

      • type

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

      • getMetaDataPropertyArray

        MetaDataPropertyType[] getMetaDataPropertyArray()
        Gets array of all "metaDataProperty" elements
      • getMetaDataPropertyArray

        MetaDataPropertyType getMetaDataPropertyArray​(int i)
        Gets ith "metaDataProperty" element
      • sizeOfMetaDataPropertyArray

        int sizeOfMetaDataPropertyArray()
        Returns number of "metaDataProperty" element
      • setMetaDataPropertyArray

        void setMetaDataPropertyArray​(MetaDataPropertyType[] metaDataPropertyArray)
        Sets array of all "metaDataProperty" element
      • setMetaDataPropertyArray

        void setMetaDataPropertyArray​(int i,
                                      MetaDataPropertyType metaDataProperty)
        Sets ith "metaDataProperty" element
      • insertNewMetaDataProperty

        MetaDataPropertyType insertNewMetaDataProperty​(int i)
        Inserts and returns a new empty value (as xml) as the ith "metaDataProperty" element
      • addNewMetaDataProperty

        MetaDataPropertyType addNewMetaDataProperty()
        Appends and returns a new empty value (as xml) as the last "metaDataProperty" element
      • removeMetaDataProperty

        void removeMetaDataProperty​(int i)
        Removes the ith "metaDataProperty" element
      • getDescription

        StringOrRefType getDescription()
        Gets the "description" element
      • isSetDescription

        boolean isSetDescription()
        True if has "description" element
      • setDescription

        void setDescription​(StringOrRefType description)
        Sets the "description" element
      • addNewDescription

        StringOrRefType addNewDescription()
        Appends and returns a new empty "description" element
      • unsetDescription

        void unsetDescription()
        Unsets the "description" element
      • getDescriptionReference

        ReferenceType getDescriptionReference()
        Gets the "descriptionReference" element
      • isSetDescriptionReference

        boolean isSetDescriptionReference()
        True if has "descriptionReference" element
      • setDescriptionReference

        void setDescriptionReference​(ReferenceType descriptionReference)
        Sets the "descriptionReference" element
      • addNewDescriptionReference

        ReferenceType addNewDescriptionReference()
        Appends and returns a new empty "descriptionReference" element
      • unsetDescriptionReference

        void unsetDescriptionReference()
        Unsets the "descriptionReference" element
      • isSetIdentifier

        boolean isSetIdentifier()
        True if has "identifier" element
      • addNewIdentifier

        CodeWithAuthorityType addNewIdentifier()
        Appends and returns a new empty "identifier" element
      • unsetIdentifier

        void unsetIdentifier()
        Unsets the "identifier" element
      • getNameArray

        CodeType[] getNameArray()
        Gets array of all "name" elements
      • getNameArray

        CodeType getNameArray​(int i)
        Gets ith "name" element
      • sizeOfNameArray

        int sizeOfNameArray()
        Returns number of "name" element
      • setNameArray

        void setNameArray​(CodeType[] nameArray)
        Sets array of all "name" element
      • setNameArray

        void setNameArray​(int i,
                          CodeType name)
        Sets ith "name" element
      • insertNewName

        CodeType insertNewName​(int i)
        Inserts and returns a new empty value (as xml) as the ith "name" element
      • addNewName

        CodeType addNewName()
        Appends and returns a new empty value (as xml) as the last "name" element
      • removeName

        void removeName​(int i)
        Removes the ith "name" element
      • getId

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

        org.apache.xmlbeans.XmlID xgetId()
        Gets (as xml) the "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