public class DeleteUserOperationFromFiltersResult extends java.lang.Object implements OperationResult
DeleteUserOperationFromFiltersOp The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="deleteUserOperationFromFiltersResult">
<xs:complexType>
<xs:sequence>
<xs:element ref="userOperationFilter" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="fromDate" type="xs:dateTime"/>
<xs:attribute name="toDate" type="xs:dateTime"/>
</xs:complexType>
</xs:element>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESULT_NAME |
| Constructor and Description |
|---|
DeleteUserOperationFromFiltersResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCharacterData(java.lang.String cData)
Adds character data to the content element.
|
void |
addChild(java.lang.String tagName,
XMLMarshallable child)
Adds a child to the object, the
child representing
the marshallable object which must be added to the element. |
void |
addUserOperationFilter(UserOperationFilterModel userOperationFilter)
Adds a user's operation filter.
|
java.util.Date |
getFromDate()
Gets the from date of the time period.
|
java.lang.String |
getOperandReference()
Gets the code or the reference (if no code exists) that identifies the operand of the operation request;
If the operation is not auditable, the operand reference is
null. |
java.util.Date |
getToDate()
Gets the to date of the time period.
|
java.util.Vector<UserOperationFilterModel> |
getUserOperationFilters()
Returns the list of user's operation filters.
|
void |
marshal(XMLOutputter output)
Gives an XML representation of this object, including its children.
|
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the element being
processed.
|
void |
setFromDate(java.util.Date v)
Sets the value of from date of the time period.
|
void |
setToDate(java.util.Date v)
Sets the value of the to date of the time period.
|
void |
setUserOperationFilters(java.util.Vector<UserOperationFilterModel> userOperationFilters)
Sets the list of user's operation filters.
|
public static final java.lang.String RESULT_NAME
public DeleteUserOperationFromFiltersResult()
public java.util.Vector<UserOperationFilterModel> getUserOperationFilters()
public void setUserOperationFilters(java.util.Vector<UserOperationFilterModel> userOperationFilters)
userOperationFilters - a list of user's operation filter.public void addUserOperationFilter(UserOperationFilterModel userOperationFilter)
userOperationFilter - a user's operation filter to be added.public java.util.Date getFromDate()
public void setFromDate(java.util.Date v)
v - Value to assign to fromDate.public java.util.Date getToDate()
public void setToDate(java.util.Date v)
v - Value to assign to toDate.public void setAttributes(XMLAttributes atts)
XMLMarshallablesetAttributes in interface XMLMarshallableatts - The XML attributes of the current elementpublic void addCharacterData(java.lang.String cData)
XMLMarshallableaddCharacterData in interface XMLMarshallablecData - The character data to be addedpublic void addChild(java.lang.String tagName,
XMLMarshallable child)
XMLMarshallablechild representing
the marshallable object which must be added to the element.addChild in interface XMLMarshallabletagName - The name of tag for the childchild - The child to be addedpublic void marshal(XMLOutputter output)
XMLMarshallablemarshal in interface XMLMarshallableoutput - The XML output to marshal the object intopublic java.lang.String getOperandReference()
OperationResultnull.getOperandReference in interface OperationResult