public class GetClientCorporationTemplateData
extends java.lang.Object
Java class for getClientCorporationTemplateData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getClientCorporationTemplateData"> <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="templateId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="clientCorporationId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="dataId" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
clientCorporationId |
protected int |
dataId |
protected java.lang.String |
session |
protected int |
templateId |
Constructor and Description |
---|
GetClientCorporationTemplateData() |
Modifier and Type | Method and Description |
---|---|
int |
getClientCorporationId()
Gets the value of the clientCorporationId property.
|
int |
getDataId()
Gets the value of the dataId property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
int |
getTemplateId()
Gets the value of the templateId property.
|
void |
setClientCorporationId(int value)
Sets the value of the clientCorporationId property.
|
void |
setDataId(int value)
Sets the value of the dataId property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
void |
setTemplateId(int value)
Sets the value of the templateId property.
|
protected java.lang.String session
protected int templateId
protected int clientCorporationId
protected int dataId
public java.lang.String getSession()
String
public void setSession(java.lang.String value)
value
- allowed object is
String
public int getTemplateId()
public void setTemplateId(int value)
public int getClientCorporationId()
public void setClientCorporationId(int value)
public int getDataId()
public void setDataId(int value)