Package oracle.iam.request.history.jaxb
Class AssignmentChange
java.lang.Object
oracle.iam.request.history.jaxb.AssignmentChange
- All Implemented Interfaces:
Serializable
<p>Java class for assignment-change complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the newAssignee property.Gets the value of the newAssigneeType property.Gets the value of the oldAssignee property.Gets the value of the oldAssigneeType property.void
setNewAssignee
(String value) Sets the value of the newAssignee property.void
setNewAssigneeType
(String value) Sets the value of the newAssigneeType property.void
setOldAssignee
(String value) Sets the value of the oldAssignee property.void
setOldAssigneeType
(String value) Sets the value of the oldAssigneeType property.
-
Constructor Details
-
AssignmentChange
public AssignmentChange()
-
-
Method Details
-
getOldAssignee
Gets the value of the oldAssignee property.- Returns:
- possible object is
String
-
setOldAssignee
Sets the value of the oldAssignee property.- Parameters:
value
- allowed object isString
-
getNewAssignee
Gets the value of the newAssignee property.- Returns:
- possible object is
String
-
setNewAssignee
Sets the value of the newAssignee property.- Parameters:
value
- allowed object isString
-
getOldAssigneeType
Gets the value of the oldAssigneeType property.- Returns:
- possible object is
String
-
setOldAssigneeType
Sets the value of the oldAssigneeType property.- Parameters:
value
- allowed object isString
-
getNewAssigneeType
Gets the value of the newAssigneeType property.- Returns:
- possible object is
String
-
setNewAssigneeType
Sets the value of the newAssigneeType property.- Parameters:
value
- allowed object isString
-