public class RemoveNoteReference
extends java.lang.Object
Java class for removeNoteReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="removeNoteReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="session" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="noteId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="entityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="entityId" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
entityId |
protected java.lang.String |
entityName |
protected int |
noteId |
protected java.lang.String |
session |
| Constructor and Description |
|---|
RemoveNoteReference() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEntityId()
Gets the value of the entityId property.
|
java.lang.String |
getEntityName()
Gets the value of the entityName property.
|
int |
getNoteId()
Gets the value of the noteId property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
void |
setEntityId(int value)
Sets the value of the entityId property.
|
void |
setEntityName(java.lang.String value)
Sets the value of the entityName property.
|
void |
setNoteId(int value)
Sets the value of the noteId property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
protected java.lang.String session
protected int noteId
protected java.lang.String entityName
protected int entityId
public java.lang.String getSession()
Stringpublic void setSession(java.lang.String value)
value - allowed object is
Stringpublic int getNoteId()
public void setNoteId(int value)
public java.lang.String getEntityName()
Stringpublic void setEntityName(java.lang.String value)
value - allowed object is
Stringpublic int getEntityId()
public void setEntityId(int value)