Interface RedefineDocument.Redefine

    • Method Detail

      • sizeOfAnnotationArray

        int sizeOfAnnotationArray()
        Returns number of "annotation" element
      • insertNewAnnotation

        AnnotationDocument.Annotation insertNewAnnotation​(int i)
        Inserts and returns a new empty value (as xml) as the ith "annotation" element
      • addNewAnnotation

        AnnotationDocument.Annotation addNewAnnotation()
        Appends and returns a new empty value (as xml) as the last "annotation" element
      • removeAnnotation

        void removeAnnotation​(int i)
        Removes the ith "annotation" element
      • getSimpleTypeArray

        TopLevelSimpleType[] getSimpleTypeArray()
        Gets array of all "simpleType" elements
      • getSimpleTypeArray

        TopLevelSimpleType getSimpleTypeArray​(int i)
        Gets ith "simpleType" element
      • sizeOfSimpleTypeArray

        int sizeOfSimpleTypeArray()
        Returns number of "simpleType" element
      • setSimpleTypeArray

        void setSimpleTypeArray​(TopLevelSimpleType[] simpleTypeArray)
        Sets array of all "simpleType" element
      • setSimpleTypeArray

        void setSimpleTypeArray​(int i,
                                TopLevelSimpleType simpleType)
        Sets ith "simpleType" element
      • insertNewSimpleType

        TopLevelSimpleType insertNewSimpleType​(int i)
        Inserts and returns a new empty value (as xml) as the ith "simpleType" element
      • addNewSimpleType

        TopLevelSimpleType addNewSimpleType()
        Appends and returns a new empty value (as xml) as the last "simpleType" element
      • removeSimpleType

        void removeSimpleType​(int i)
        Removes the ith "simpleType" element
      • getComplexTypeArray

        TopLevelComplexType[] getComplexTypeArray()
        Gets array of all "complexType" elements
      • getComplexTypeArray

        TopLevelComplexType getComplexTypeArray​(int i)
        Gets ith "complexType" element
      • sizeOfComplexTypeArray

        int sizeOfComplexTypeArray()
        Returns number of "complexType" element
      • setComplexTypeArray

        void setComplexTypeArray​(TopLevelComplexType[] complexTypeArray)
        Sets array of all "complexType" element
      • setComplexTypeArray

        void setComplexTypeArray​(int i,
                                 TopLevelComplexType complexType)
        Sets ith "complexType" element
      • insertNewComplexType

        TopLevelComplexType insertNewComplexType​(int i)
        Inserts and returns a new empty value (as xml) as the ith "complexType" element
      • addNewComplexType

        TopLevelComplexType addNewComplexType()
        Appends and returns a new empty value (as xml) as the last "complexType" element
      • removeComplexType

        void removeComplexType​(int i)
        Removes the ith "complexType" element
      • getGroupArray

        NamedGroup[] getGroupArray()
        Gets array of all "group" elements
      • getGroupArray

        NamedGroup getGroupArray​(int i)
        Gets ith "group" element
      • sizeOfGroupArray

        int sizeOfGroupArray()
        Returns number of "group" element
      • setGroupArray

        void setGroupArray​(NamedGroup[] groupArray)
        Sets array of all "group" element
      • setGroupArray

        void setGroupArray​(int i,
                           NamedGroup group)
        Sets ith "group" element
      • insertNewGroup

        NamedGroup insertNewGroup​(int i)
        Inserts and returns a new empty value (as xml) as the ith "group" element
      • addNewGroup

        NamedGroup addNewGroup()
        Appends and returns a new empty value (as xml) as the last "group" element
      • removeGroup

        void removeGroup​(int i)
        Removes the ith "group" element
      • getAttributeGroupArray

        NamedAttributeGroup[] getAttributeGroupArray()
        Gets array of all "attributeGroup" elements
      • getAttributeGroupArray

        NamedAttributeGroup getAttributeGroupArray​(int i)
        Gets ith "attributeGroup" element
      • sizeOfAttributeGroupArray

        int sizeOfAttributeGroupArray()
        Returns number of "attributeGroup" element
      • setAttributeGroupArray

        void setAttributeGroupArray​(NamedAttributeGroup[] attributeGroupArray)
        Sets array of all "attributeGroup" element
      • setAttributeGroupArray

        void setAttributeGroupArray​(int i,
                                    NamedAttributeGroup attributeGroup)
        Sets ith "attributeGroup" element
      • insertNewAttributeGroup

        NamedAttributeGroup insertNewAttributeGroup​(int i)
        Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element
      • addNewAttributeGroup

        NamedAttributeGroup addNewAttributeGroup()
        Appends and returns a new empty value (as xml) as the last "attributeGroup" element
      • removeAttributeGroup

        void removeAttributeGroup​(int i)
        Removes the ith "attributeGroup" element
      • getSchemaLocation

        java.lang.String getSchemaLocation()
        Gets the "schemaLocation" attribute
      • xgetSchemaLocation

        XmlAnyURI xgetSchemaLocation()
        Gets (as xml) the "schemaLocation" attribute
      • setSchemaLocation

        void setSchemaLocation​(java.lang.String schemaLocation)
        Sets the "schemaLocation" attribute
      • xsetSchemaLocation

        void xsetSchemaLocation​(XmlAnyURI schemaLocation)
        Sets (as xml) the "schemaLocation" attribute
      • getId

        java.lang.String getId()
        Gets the "id" attribute
      • xgetId

        XmlID xgetId()
        Gets (as xml) the "id" attribute
      • isSetId

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

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

        void xsetId​(XmlID id)
        Sets (as xml) the "id" attribute
      • unsetId

        void unsetId()
        Unsets the "id" attribute