public class ChangedAttribute extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="OldValue" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AttributeName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="NewValue" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ElementType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ElementID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName |
protected String |
elementID |
protected String |
elementType |
protected String |
newValue |
protected String |
oldValue |
| Constructor and Description |
|---|
ChangedAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Gets the value of the attributeName property.
|
String |
getElementID()
Gets the value of the elementID property.
|
String |
getElementType()
Gets the value of the elementType property.
|
String |
getNewValue()
Gets the value of the newValue property.
|
String |
getOldValue()
Gets the value of the oldValue property.
|
void |
setAttributeName(String value)
Sets the value of the attributeName property.
|
void |
setElementID(String value)
Sets the value of the elementID property.
|
void |
setElementType(String value)
Sets the value of the elementType 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 oldValue
protected String attributeName
protected String newValue
protected String elementType
protected String elementID
public String getOldValue()
Stringpublic void setOldValue(String value)
value - allowed object is
Stringpublic String getAttributeName()
Stringpublic void setAttributeName(String value)
value - allowed object is
Stringpublic String getNewValue()
Stringpublic void setNewValue(String value)
value - allowed object is
Stringpublic String getElementType()
Stringpublic void setElementType(String value)
value - allowed object is
Stringpublic String getElementID()
StringCopyright © 2012. All Rights Reserved.