|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.request.history.jaxb.AssignmentChange
public class AssignmentChange
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>
| 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 |
|---|
public AssignmentChange()
| Method Detail |
|---|
public java.lang.String getOldAssignee()
Stringpublic void setOldAssignee(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getNewAssignee()
Stringpublic void setNewAssignee(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getOldAssigneeType()
Stringpublic void setOldAssigneeType(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getNewAssigneeType()
Stringpublic void setNewAssigneeType(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||