Package oracle.iam.request.history.jaxb
Class Attribute
java.lang.Object
oracle.iam.request.history.jaxb.Attribute
- All Implemented Interfaces:
Serializable
<p>Java class for attribute complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.Gets the value of the newValue property.Gets the value of the oldValue property.void
Sets the value of the name property.void
setNewValue
(String value) Sets the value of the newValue property.void
setOldValue
(String value) Sets the value of the oldValue property.
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getOldValue
Gets the value of the oldValue property.- Returns:
- possible object is
String
-
setOldValue
Sets the value of the oldValue property.- Parameters:
value
- allowed object isString
-
getNewValue
Gets the value of the newValue property.- Returns:
- possible object is
String
-
setNewValue
Sets the value of the newValue property.- Parameters:
value
- allowed object isString
-