Interface Extended

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

    public interface Extended
    extends org.apache.xmlbeans.XmlObject
    An XML extended(@http://www.w3.org/1999/xlink). This is a complex type.
    • Field Detail

      • type

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

      • getTitleArray

        TitleEltType[] getTitleArray()
        Gets array of all "title" elements
      • getTitleArray

        TitleEltType getTitleArray​(int i)
        Gets ith "title" element
      • sizeOfTitleArray

        int sizeOfTitleArray()
        Returns number of "title" element
      • setTitleArray

        void setTitleArray​(TitleEltType[] titleArray)
        Sets array of all "title" element
      • setTitleArray

        void setTitleArray​(int i,
                           TitleEltType title)
        Sets ith "title" element
      • insertNewTitle

        TitleEltType insertNewTitle​(int i)
        Inserts and returns a new empty value (as xml) as the ith "title" element
      • addNewTitle

        TitleEltType addNewTitle()
        Appends and returns a new empty value (as xml) as the last "title" element
      • removeTitle

        void removeTitle​(int i)
        Removes the ith "title" element
      • getResourceArray

        ResourceType[] getResourceArray()
        Gets array of all "resource" elements
      • getResourceArray

        ResourceType getResourceArray​(int i)
        Gets ith "resource" element
      • sizeOfResourceArray

        int sizeOfResourceArray()
        Returns number of "resource" element
      • setResourceArray

        void setResourceArray​(ResourceType[] resourceArray)
        Sets array of all "resource" element
      • setResourceArray

        void setResourceArray​(int i,
                              ResourceType resource)
        Sets ith "resource" element
      • insertNewResource

        ResourceType insertNewResource​(int i)
        Inserts and returns a new empty value (as xml) as the ith "resource" element
      • addNewResource

        ResourceType addNewResource()
        Appends and returns a new empty value (as xml) as the last "resource" element
      • removeResource

        void removeResource​(int i)
        Removes the ith "resource" element
      • getLocatorArray

        LocatorType[] getLocatorArray()
        Gets array of all "locator" elements
      • getLocatorArray

        LocatorType getLocatorArray​(int i)
        Gets ith "locator" element
      • sizeOfLocatorArray

        int sizeOfLocatorArray()
        Returns number of "locator" element
      • setLocatorArray

        void setLocatorArray​(LocatorType[] locatorArray)
        Sets array of all "locator" element
      • setLocatorArray

        void setLocatorArray​(int i,
                             LocatorType locator)
        Sets ith "locator" element
      • insertNewLocator

        LocatorType insertNewLocator​(int i)
        Inserts and returns a new empty value (as xml) as the ith "locator" element
      • addNewLocator

        LocatorType addNewLocator()
        Appends and returns a new empty value (as xml) as the last "locator" element
      • removeLocator

        void removeLocator​(int i)
        Removes the ith "locator" element
      • getArcArray

        ArcType[] getArcArray()
        Gets array of all "arc" elements
      • getArcArray

        ArcType getArcArray​(int i)
        Gets ith "arc" element
      • sizeOfArcArray

        int sizeOfArcArray()
        Returns number of "arc" element
      • setArcArray

        void setArcArray​(ArcType[] arcArray)
        Sets array of all "arc" element
      • setArcArray

        void setArcArray​(int i,
                         ArcType arc)
        Sets ith "arc" element
      • insertNewArc

        ArcType insertNewArc​(int i)
        Inserts and returns a new empty value (as xml) as the ith "arc" element
      • addNewArc

        ArcType addNewArc()
        Appends and returns a new empty value (as xml) as the last "arc" element
      • removeArc

        void removeArc​(int i)
        Removes the ith "arc" element
      • xgetType

        TypeType xgetType()
        Gets (as xml) the "type" attribute
      • setType

        void setType​(TypeType.Enum type)
        Sets the "type" attribute
      • xsetType

        void xsetType​(TypeType type)
        Sets (as xml) the "type" attribute
      • getRole

        String getRole()
        Gets the "role" attribute
      • xgetRole

        RoleType xgetRole()
        Gets (as xml) the "role" attribute
      • isSetRole

        boolean isSetRole()
        True if has "role" attribute
      • setRole

        void setRole​(String role)
        Sets the "role" attribute
      • xsetRole

        void xsetRole​(RoleType role)
        Sets (as xml) the "role" attribute
      • unsetRole

        void unsetRole()
        Unsets the "role" attribute
      • getTitle2

        String getTitle2()
        Gets the "title" attribute
      • xgetTitle2

        TitleAttrType xgetTitle2()
        Gets (as xml) the "title" attribute
      • isSetTitle2

        boolean isSetTitle2()
        True if has "title" attribute
      • setTitle2

        void setTitle2​(String title2)
        Sets the "title" attribute
      • xsetTitle2

        void xsetTitle2​(TitleAttrType title2)
        Sets (as xml) the "title" attribute
      • unsetTitle2

        void unsetTitle2()
        Unsets the "title" attribute