Package oracle.iam.request.history.jaxb
Class EntityChange
java.lang.Object
oracle.iam.request.history.jaxb.EntityChange
- All Implemented Interfaces:
Serializable
<p>Java class for entity-change complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the changeType property.Gets the value of the entityModified property.Gets the value of the entityName property.void
setChangeType
(String value) Sets the value of the changeType property.void
setEntityModified
(EntityModified value) Sets the value of the entityModified property.void
setEntityName
(String value) Sets the value of the entityName property.
-
Constructor Details
-
EntityChange
public EntityChange()
-
-
Method Details
-
getEntityModified
Gets the value of the entityModified property.- Returns:
- possible object is
EntityModified
-
setEntityModified
Sets the value of the entityModified property.- Parameters:
value
- allowed object isEntityModified
-
getChangeType
Gets the value of the changeType property.- Returns:
- possible object is
String
-
setChangeType
Sets the value of the changeType property.- Parameters:
value
- allowed object isString
-
getEntityName
Gets the value of the entityName property.- Returns:
- possible object is
String
-
setEntityName
Sets the value of the entityName property.- Parameters:
value
- allowed object isString
-