|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.request.history.jaxb.Attribute
public class Attribute
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 Summary | |
|---|---|
Attribute() |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Attribute()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(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 String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||