|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.request.history.jaxb.EntityChange
public class EntityChange
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>
| 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 |
|---|
public EntityChange()
| Method Detail |
|---|
public EntityModified getEntityModified()
EntityModifiedpublic void setEntityModified(EntityModified value)
value - allowed object is EntityModifiedpublic java.lang.String getChangeType()
Stringpublic void setChangeType(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getEntityName()
Stringpublic void setEntityName(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||