public class GetEntityMetadata
extends java.lang.Object
Java class for getEntityMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getEntityMetadata">
<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="entityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="privateLabelId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
entityName |
protected java.lang.Integer |
privateLabelId |
protected java.lang.String |
session |
| Constructor and Description |
|---|
GetEntityMetadata() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityName()
Gets the value of the entityName property.
|
java.lang.Integer |
getPrivateLabelId()
Gets the value of the privateLabelId property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
void |
setEntityName(java.lang.String value)
Sets the value of the entityName property.
|
void |
setPrivateLabelId(java.lang.Integer value)
Sets the value of the privateLabelId property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
protected java.lang.String session
protected java.lang.String entityName
protected java.lang.Integer privateLabelId
public java.lang.String getSession()
Stringpublic void setSession(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEntityName()
Stringpublic void setEntityName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPrivateLabelId()
Integerpublic void setPrivateLabelId(java.lang.Integer value)
value - allowed object is
Integer