Skip navigation links


oracle.iam.request.history.jaxb
Class EntityChange

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

All Implemented Interfaces:
java.io.Serializable

public class EntityChange
extends java.lang.Object
implements java.io.Serializable

Java class for entity-change complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="entity_change">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entity_modified" type="{http://www.example.org}entity-modified"/>
       </sequence>
       <attribute name="ChangeType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="EntityName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
EntityChange()
           

 

Method Summary
 java.lang.String getChangeType()
          Gets the value of the changeType property.
 EntityModified getEntityModified()
          Gets the value of the entityModified property.
 java.lang.String getEntityName()
          Gets the value of the entityName property.
 void setChangeType(java.lang.String value)
          Sets the value of the changeType property.
 void setEntityModified(EntityModified value)
          Sets the value of the entityModified property.
 void setEntityName(java.lang.String value)
          Sets the value of the entityName property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

EntityChange

public EntityChange()

Method Detail

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 java.lang.String getChangeType()
Gets the value of the changeType property.
Returns:
possible object is String

setChangeType

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

getEntityName

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

setEntityName

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

Skip navigation links


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