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>
| Constructor and Description |
|---|
EntityChange() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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