public class SearchRoleResult extends SearchResult
Search Role operation. SearchRoleOp The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="searchRoleResult" type="SearchResult" />
| Modifier and Type | Field and Description |
|---|---|
static String |
RESULT_NAME
The XML element name of the operation result: "searchRoleResult"
|
| Constructor and Description |
|---|
SearchRoleResult()
Constructs a
Search Result with the RESULT_NAME tag. |
addCharacterData, addChild, getLastID, getOperandReference, getResult, getResultType, getTagName, getTotalCount, marshalAttributes, marshalChild, marshalChildren, setAttributes, setAttributeSetResult, setIdResult, setLastID, setObjectResult, setResultType, setTotalCountmarshalequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarshalpublic static final String RESULT_NAME
public SearchRoleResult()
Search Result with the RESULT_NAME tag.