Class AssignmentChange

java.lang.Object
oracle.iam.request.history.jaxb.AssignmentChange
All Implemented Interfaces:
Serializable

public class AssignmentChange extends Object implements Serializable
<p>Java class for assignment-change complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="assignment-change"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="OldAssignee" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="NewAssignee" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="OldAssigneeType" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="NewAssigneeType" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • AssignmentChange

      public AssignmentChange()
  • Method Details

    • getOldAssignee

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

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

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

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

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

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

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

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