Interface LocatorType

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

    public interface LocatorType
    extends org.apache.xmlbeans.XmlObject
    An XML locatorType(@http://www.w3.org/1999/xlink). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  LocatorType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • 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
      • 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
      • getHref

        String getHref()
        Gets the "href" attribute
      • xgetHref

        HrefType xgetHref()
        Gets (as xml) the "href" attribute
      • setHref

        void setHref​(String href)
        Sets the "href" attribute
      • xsetHref

        void xsetHref​(HrefType href)
        Sets (as xml) the "href" 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
      • getLabel

        String getLabel()
        Gets the "label" attribute
      • xgetLabel

        LabelType xgetLabel()
        Gets (as xml) the "label" attribute
      • isSetLabel

        boolean isSetLabel()
        True if has "label" attribute
      • setLabel

        void setLabel​(String label)
        Sets the "label" attribute
      • xsetLabel

        void xsetLabel​(LabelType label)
        Sets (as xml) the "label" attribute
      • unsetLabel

        void unsetLabel()
        Unsets the "label" attribute