public class ChangedPath
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="Path" type="{http://www.CIP4.org/JDFSchema_2_0}XPath" />
<attribute name="Modification" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="OldValue" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="NewValue" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
modification |
protected java.lang.String |
newValue |
protected java.lang.String |
oldValue |
protected java.lang.String |
path |
| Constructor and Description |
|---|
ChangedPath() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getModification()
Gets the value of the modification property.
|
java.lang.String |
getNewValue()
Gets the value of the newValue property.
|
java.lang.String |
getOldValue()
Gets the value of the oldValue property.
|
java.lang.String |
getPath()
Gets the value of the path property.
|
void |
setModification(java.lang.String value)
Sets the value of the modification 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.
|
void |
setPath(java.lang.String value)
Sets the value of the path property.
|
protected java.lang.String path
protected java.lang.String modification
protected java.lang.String oldValue
protected java.lang.String newValue
public java.lang.String getPath()
Stringpublic void setPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModification()
Stringpublic void setModification(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOldValue()
Stringpublic void setOldValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNewValue()
Stringpublic void setNewValue(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.