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()
String
public void setOldAssignee(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNewAssignee()
String
public void setNewAssignee(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOldAssigneeType()
String
public void setOldAssigneeType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNewAssigneeType()
String
public void setNewAssigneeType(java.lang.String value)
value
- allowed object is
String