Skip navigation links


oracle.iam.reconciliation.reconconfig.vo
Class ActionType

java.lang.Object
  extended by oracle.iam.reconciliation.reconconfig.vo.ActionType


public class ActionType
extends java.lang.Object

Java class for action-type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="action_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="condition" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="oimusrkey" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="oimgrpkey" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="action" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="objkey" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
ActionType()
           

 

Method Summary
 java.lang.String getAction()
          Gets the value of the action property.
 java.lang.String getCondition()
          Gets the value of the condition property.
 java.math.BigInteger getObjkey()
          Gets the value of the objkey property.
 java.math.BigInteger getOimgrpkey()
          Gets the value of the oimgrpkey property.
 java.math.BigInteger getOimusrkey()
          Gets the value of the oimusrkey property.
 void setAction(java.lang.String value)
          Sets the value of the action property.
 void setCondition(java.lang.String value)
          Sets the value of the condition property.
 void setObjkey(java.math.BigInteger value)
          Sets the value of the objkey property.
 void setOimgrpkey(java.math.BigInteger value)
          Sets the value of the oimgrpkey property.
 void setOimusrkey(java.math.BigInteger value)
          Sets the value of the oimusrkey property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ActionType

public ActionType()

Method Detail

getCondition

public java.lang.String getCondition()
Gets the value of the condition property.
Returns:
possible object is String

setCondition

public void setCondition(java.lang.String value)
Sets the value of the condition property.
Parameters:
value - allowed object is String

getOimusrkey

public java.math.BigInteger getOimusrkey()
Gets the value of the oimusrkey property.
Returns:
possible object is BigInteger

setOimusrkey

public void setOimusrkey(java.math.BigInteger value)
Sets the value of the oimusrkey property.
Parameters:
value - allowed object is BigInteger

getOimgrpkey

public java.math.BigInteger getOimgrpkey()
Gets the value of the oimgrpkey property.
Returns:
possible object is BigInteger

setOimgrpkey

public void setOimgrpkey(java.math.BigInteger value)
Sets the value of the oimgrpkey property.
Parameters:
value - allowed object is BigInteger

getAction

public java.lang.String getAction()
Gets the value of the action property.
Returns:
possible object is String

setAction

public void setAction(java.lang.String value)
Sets the value of the action property.
Parameters:
value - allowed object is String

getObjkey

public java.math.BigInteger getObjkey()
Gets the value of the objkey property.
Returns:
possible object is BigInteger

setObjkey

public void setObjkey(java.math.BigInteger value)
Sets the value of the objkey property.
Parameters:
value - allowed object is BigInteger

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.