Interface ResourceType

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

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  ResourceType.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
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getLabel()
      Gets the "label" attribute
      String getRole()
      Gets the "role" attribute
      String getTitle()
      Gets the "title" attribute
      TypeType.Enum getType()
      Gets the "type" attribute
      boolean isSetLabel()
      True if has "label" attribute
      boolean isSetRole()
      True if has "role" attribute
      boolean isSetTitle()
      True if has "title" attribute
      void setLabel​(String label)
      Sets the "label" attribute
      void setRole​(String role)
      Sets the "role" attribute
      void setTitle​(String title)
      Sets the "title" attribute
      void setType​(TypeType.Enum type)
      Sets the "type" attribute
      void unsetLabel()
      Unsets the "label" attribute
      void unsetRole()
      Unsets the "role" attribute
      void unsetTitle()
      Unsets the "title" attribute
      LabelType xgetLabel()
      Gets (as xml) the "label" attribute
      RoleType xgetRole()
      Gets (as xml) the "role" attribute
      TitleAttrType xgetTitle()
      Gets (as xml) the "title" attribute
      TypeType xgetType()
      Gets (as xml) the "type" attribute
      void xsetLabel​(LabelType label)
      Sets (as xml) the "label" attribute
      void xsetRole​(RoleType role)
      Sets (as xml) the "role" attribute
      void xsetTitle​(TitleAttrType title)
      Sets (as xml) the "title" attribute
      void xsetType​(TypeType type)
      Sets (as xml) the "type" attribute
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

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

      • 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
      • getTitle

        String getTitle()
        Gets the "title" attribute
      • xgetTitle

        TitleAttrType xgetTitle()
        Gets (as xml) the "title" attribute
      • isSetTitle

        boolean isSetTitle()
        True if has "title" attribute
      • setTitle

        void setTitle​(String title)
        Sets the "title" attribute
      • xsetTitle

        void xsetTitle​(TitleAttrType title)
        Sets (as xml) the "title" attribute
      • unsetTitle

        void unsetTitle()
        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