public class Attribute
extends java.lang.Object
implements java.io.Serializable
Java class for attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attribute"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="OldValue" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="NewValue" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Attribute() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNewValue()
Gets the value of the newValue property.
|
java.lang.String |
getOldValue()
Gets the value of the oldValue property.
|
void |
setName(java.lang.String value)
Sets the value of the name 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.
|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOldValue()
String
public void setOldValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNewValue()
String
public void setNewValue(java.lang.String value)
value
- allowed object is
String