public class GetDepartmentDateFormat
extends java.lang.Object
The parameters are : (name [type] description)
Java class for getDepartmentDateFormat complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getDepartmentDateFormat"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="departmentId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="serverSessionId" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
departmentId |
protected java.lang.String |
language |
protected long |
serverSessionId |
Constructor and Description |
---|
GetDepartmentDateFormat() |
Modifier and Type | Method and Description |
---|---|
long |
getDepartmentId()
Gets the value of the departmentId property.
|
java.lang.String |
getLanguage()
Gets the value of the language property.
|
long |
getServerSessionId()
Gets the value of the serverSessionId property.
|
void |
setDepartmentId(long value)
Sets the value of the departmentId property.
|
void |
setLanguage(java.lang.String value)
Sets the value of the language property.
|
void |
setServerSessionId(long value)
Sets the value of the serverSessionId property.
|
protected long departmentId
protected java.lang.String language
protected long serverSessionId
public long getDepartmentId()
public void setDepartmentId(long value)
public java.lang.String getLanguage()
String
public void setLanguage(java.lang.String value)
value
- allowed object is
String
public long getServerSessionId()
public void setServerSessionId(long value)