Interface MembershipContentRuleDocument.MembershipContentRule

    • 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
      List getContentElements()
      Gets the "ContentElements" attribute
      List getMemberInterfaces()
      Gets the "MemberInterfaces" attribute
      boolean isSetMemberInterfaces()
      True if has "MemberInterfaces" attribute
      void setContentElements​(List contentElements)
      Sets the "ContentElements" attribute
      void setMemberInterfaces​(List memberInterfaces)
      Sets the "MemberInterfaces" attribute
      void unsetMemberInterfaces()
      Unsets the "MemberInterfaces" attribute
      ContentElementsType xgetContentElements()
      Gets (as xml) the "ContentElements" attribute
      MemberInterfacesType xgetMemberInterfaces()
      Gets (as xml) the "MemberInterfaces" attribute
      void xsetContentElements​(ContentElementsType contentElements)
      Sets (as xml) the "ContentElements" attribute
      void xsetMemberInterfaces​(MemberInterfacesType memberInterfaces)
      Sets (as xml) the "MemberInterfaces" 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

      • getMemberInterfaces

        List getMemberInterfaces()
        Gets the "MemberInterfaces" attribute
      • xgetMemberInterfaces

        MemberInterfacesType xgetMemberInterfaces()
        Gets (as xml) the "MemberInterfaces" attribute
      • isSetMemberInterfaces

        boolean isSetMemberInterfaces()
        True if has "MemberInterfaces" attribute
      • setMemberInterfaces

        void setMemberInterfaces​(List memberInterfaces)
        Sets the "MemberInterfaces" attribute
      • xsetMemberInterfaces

        void xsetMemberInterfaces​(MemberInterfacesType memberInterfaces)
        Sets (as xml) the "MemberInterfaces" attribute
      • unsetMemberInterfaces

        void unsetMemberInterfaces()
        Unsets the "MemberInterfaces" attribute
      • getContentElements

        List getContentElements()
        Gets the "ContentElements" attribute
      • xgetContentElements

        ContentElementsType xgetContentElements()
        Gets (as xml) the "ContentElements" attribute
      • setContentElements

        void setContentElements​(List contentElements)
        Sets the "ContentElements" attribute
      • xsetContentElements

        void xsetContentElements​(ContentElementsType contentElements)
        Sets (as xml) the "ContentElements" attribute