public class ChangedAttribute
extends java.lang.Object
implements java.io.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 java.lang.String |
attributeName |
protected java.lang.String |
elementID |
protected java.lang.String |
elementType |
protected java.lang.String |
newValue |
protected java.lang.String |
oldValue |
| Constructor and Description |
|---|
ChangedAttribute() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeName()
Gets the value of the attributeName property.
|
java.lang.String |
getElementID()
Gets the value of the elementID property.
|
java.lang.String |
getElementType()
Gets the value of the elementType property.
|
java.lang.String |
getNewValue()
Gets the value of the newValue property.
|
java.lang.String |
getOldValue()
Gets the value of the oldValue property.
|
void |
setAttributeName(java.lang.String value)
Sets the value of the attributeName property.
|
void |
setElementID(java.lang.String value)
Sets the value of the elementID property.
|
void |
setElementType(java.lang.String value)
Sets the value of the elementType property.
|
void |
setNewValue(java.lang.String value)
Sets the value of the newValue property.
|
void |
setOldValue(java.lang.String value)
Sets the value of the oldValue property.
|
protected java.lang.String oldValue
protected java.lang.String attributeName
protected java.lang.String newValue
protected java.lang.String elementType
protected java.lang.String elementID
public java.lang.String getOldValue()
Stringpublic void setOldValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAttributeName()
Stringpublic void setAttributeName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNewValue()
Stringpublic void setNewValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getElementType()
Stringpublic void setElementType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getElementID()
Stringpublic void setElementID(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.