Class EntityChange

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

public class EntityChange extends Object implements Serializable
<p>Java class for entity-change complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="entity-change"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="entity-modified" type="{http://www.example.org}entity-modified"/&gt; &lt;/sequence&gt; &lt;attribute name="ChangeType" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="EntityName" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • EntityChange

      public EntityChange()
  • Method Details

    • getEntityModified

      public EntityModified getEntityModified()
      Gets the value of the entityModified property.
      Returns:
      possible object is EntityModified
    • setEntityModified

      public void setEntityModified(EntityModified value)
      Sets the value of the entityModified property.
      Parameters:
      value - allowed object is EntityModified
    • getChangeType

      public String getChangeType()
      Gets the value of the changeType property.
      Returns:
      possible object is String
    • setChangeType

      public void setChangeType(String value)
      Sets the value of the changeType property.
      Parameters:
      value - allowed object is String
    • getEntityName

      public String getEntityName()
      Gets the value of the entityName property.
      Returns:
      possible object is String
    • setEntityName

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