Class Attribute

java.lang.Object
oracle.iam.request.history.jaxb.Attribute
All Implemented Interfaces:
Serializable

public class Attribute extends Object implements Serializable
<p>Java class for attribute complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="attribute"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="OldValue" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="NewValue" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • Attribute

      public Attribute()
  • Method Details

    • getName

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

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

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

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

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

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