public class GetUserTemplateDataIds
extends java.lang.Object
Java class for getUserTemplateDataIds complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getUserTemplateDataIds"> <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="userId" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
session |
protected int |
templateId |
protected int |
userId |
Constructor and Description |
---|
GetUserTemplateDataIds() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSession()
Gets the value of the session property.
|
int |
getTemplateId()
Gets the value of the templateId property.
|
int |
getUserId()
Gets the value of the userId 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.
|
void |
setUserId(int value)
Sets the value of the userId property.
|
protected java.lang.String session
protected int templateId
protected int userId
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 getUserId()
public void setUserId(int value)