Skip navigation links


oracle.iam.request.history.jaxb
Class AssignmentChange

java.lang.Object
  extended by oracle.iam.request.history.jaxb.AssignmentChange

All Implemented Interfaces:
java.io.Serializable

public class AssignmentChange
extends java.lang.Object
implements java.io.Serializable

Java class for assignment-change complex type.

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

 <complexType name="assignment_change">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="OldAssignee" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="NewAssignee" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="OldAssigneeType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="NewAssigneeType" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
AssignmentChange()
           

 

Method Summary
 java.lang.String getNewAssignee()
          Gets the value of the newAssignee property.
 java.lang.String getNewAssigneeType()
          Gets the value of the newAssigneeType property.
 java.lang.String getOldAssignee()
          Gets the value of the oldAssignee property.
 java.lang.String getOldAssigneeType()
          Gets the value of the oldAssigneeType property.
 void setNewAssignee(java.lang.String value)
          Sets the value of the newAssignee property.
 void setNewAssigneeType(java.lang.String value)
          Sets the value of the newAssigneeType property.
 void setOldAssignee(java.lang.String value)
          Sets the value of the oldAssignee property.
 void setOldAssigneeType(java.lang.String value)
          Sets the value of the oldAssigneeType property.

 

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

 

Constructor Detail

AssignmentChange

public AssignmentChange()

Method Detail

getOldAssignee

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

setOldAssignee

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

getNewAssignee

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

setNewAssignee

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

getOldAssigneeType

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

setOldAssigneeType

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

getNewAssigneeType

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

setNewAssigneeType

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

Skip navigation links


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