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>
| Constructor and Description |
|---|
AssignmentChange() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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