Interface ArcType

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

    public interface ArcType
    extends org.apache.xmlbeans.XmlObject
    An XML arcType(@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
      • 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
      • getArcrole

        String getArcrole()
        Gets the "arcrole" attribute
      • xgetArcrole

        ArcroleType xgetArcrole()
        Gets (as xml) the "arcrole" attribute
      • isSetArcrole

        boolean isSetArcrole()
        True if has "arcrole" attribute
      • setArcrole

        void setArcrole​(String arcrole)
        Sets the "arcrole" attribute
      • xsetArcrole

        void xsetArcrole​(ArcroleType arcrole)
        Sets (as xml) the "arcrole" attribute
      • unsetArcrole

        void unsetArcrole()
        Unsets the "arcrole" 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
      • xgetShow

        ShowType xgetShow()
        Gets (as xml) the "show" attribute
      • isSetShow

        boolean isSetShow()
        True if has "show" attribute
      • setShow

        void setShow​(ShowType.Enum show)
        Sets the "show" attribute
      • xsetShow

        void xsetShow​(ShowType show)
        Sets (as xml) the "show" attribute
      • unsetShow

        void unsetShow()
        Unsets the "show" attribute
      • xgetActuate

        ActuateType xgetActuate()
        Gets (as xml) the "actuate" attribute
      • isSetActuate

        boolean isSetActuate()
        True if has "actuate" attribute
      • setActuate

        void setActuate​(ActuateType.Enum actuate)
        Sets the "actuate" attribute
      • xsetActuate

        void xsetActuate​(ActuateType actuate)
        Sets (as xml) the "actuate" attribute
      • unsetActuate

        void unsetActuate()
        Unsets the "actuate" attribute
      • getFrom

        String getFrom()
        Gets the "from" attribute
      • xgetFrom

        FromType xgetFrom()
        Gets (as xml) the "from" attribute
      • isSetFrom

        boolean isSetFrom()
        True if has "from" attribute
      • setFrom

        void setFrom​(String from)
        Sets the "from" attribute
      • xsetFrom

        void xsetFrom​(FromType from)
        Sets (as xml) the "from" attribute
      • unsetFrom

        void unsetFrom()
        Unsets the "from" attribute
      • getTo

        String getTo()
        Gets the "to" attribute
      • xgetTo

        ToType xgetTo()
        Gets (as xml) the "to" attribute
      • isSetTo

        boolean isSetTo()
        True if has "to" attribute
      • setTo

        void setTo​(String to)
        Sets the "to" attribute
      • xsetTo

        void xsetTo​(ToType to)
        Sets (as xml) the "to" attribute
      • unsetTo

        void unsetTo()
        Unsets the "to" attribute