public class ChangedPath 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="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 String |
modification |
protected String |
newValue |
protected String |
oldValue |
protected String |
path |
| Constructor and Description |
|---|
ChangedPath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getModification()
Gets the value of the modification property.
|
String |
getNewValue()
Gets the value of the newValue property.
|
String |
getOldValue()
Gets the value of the oldValue property.
|
String |
getPath()
Gets the value of the path property.
|
void |
setModification(String value)
Sets the value of the modification property.
|
void |
setNewValue(String value)
Sets the value of the newValue property.
|
void |
setOldValue(String value)
Sets the value of the oldValue property.
|
void |
setPath(String value)
Sets the value of the path property.
|
protected String path
protected String modification
protected String oldValue
protected String newValue
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic String getModification()
Stringpublic void setModification(String value)
value - allowed object is
Stringpublic String getOldValue()
Stringpublic void setOldValue(String value)
value - allowed object is
Stringpublic String getNewValue()
StringCopyright © 2013. All Rights Reserved.