public class FieldChangeDataObj extends Object
Java class for fieldChangeDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fieldChangeDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="newValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="oldValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldName |
protected String |
newValue |
protected String |
oldValue |
| Constructor and Description |
|---|
FieldChangeDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName()
Gets the value of the fieldName property.
|
String |
getNewValue()
Gets the value of the newValue property.
|
String |
getOldValue()
Gets the value of the oldValue property.
|
void |
setFieldName(String value)
Sets the value of the fieldName property.
|
void |
setNewValue(String value)
Sets the value of the newValue property.
|
void |
setOldValue(String value)
Sets the value of the oldValue property.
|
protected String fieldName
protected String newValue
protected String oldValue
public String getFieldName()
Stringpublic void setFieldName(String value)
value - allowed object is
Stringpublic String getNewValue()
Stringpublic void setNewValue(String value)
value - allowed object is
Stringpublic String getOldValue()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.