Skip navigation links


oracle.iam.request.history.jaxb
Class Attribute

java.lang.Object
  extended by oracle.iam.request.history.jaxb.Attribute

All Implemented Interfaces:
java.io.Serializable

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>
 
See Also:
Serialized Form

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

Attribute

public Attribute()

Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String

getOldValue

public java.lang.String getOldValue()
Gets the value of the oldValue property.
Returns:
possible object is String

setOldValue

public void setOldValue(java.lang.String value)
Sets the value of the oldValue property.
Parameters:
value - allowed object is String

getNewValue

public java.lang.String getNewValue()
Gets the value of the newValue property.
Returns:
possible object is String

setNewValue

public void setNewValue(java.lang.String value)
Sets the value of the newValue property.
Parameters:
value - allowed object is String

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.