public class LogEntry extends Id
Java class for logEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="logEntry"> <complexContent> <extension base="{http://common.bitel.ru}id"> <sequence> <element name="action" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="contractId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="objectId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="userId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
action |
protected int |
contractId |
protected javax.xml.datatype.XMLGregorianCalendar |
date |
protected java.lang.String |
description |
protected int |
objectId |
protected int |
userId |
protected java.lang.String |
userName |
Constructor and Description |
---|
LogEntry() |
Modifier and Type | Method and Description |
---|---|
int |
getAction()
Gets the value of the action property.
|
int |
getContractId()
Gets the value of the contractId property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
int |
getObjectId()
Gets the value of the objectId property.
|
int |
getUserId()
Gets the value of the userId property.
|
java.lang.String |
getUserName()
Gets the value of the userName property.
|
void |
setAction(int value)
Sets the value of the action property.
|
void |
setContractId(int value)
Sets the value of the contractId property.
|
void |
setDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the date property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setObjectId(int value)
Sets the value of the objectId property.
|
void |
setUserId(int value)
Sets the value of the userId property.
|
void |
setUserName(java.lang.String value)
Sets the value of the userName property.
|
protected int action
protected int contractId
protected javax.xml.datatype.XMLGregorianCalendar date
protected java.lang.String description
protected int objectId
protected int userId
protected java.lang.String userName
public int getAction()
public void setAction(int value)
public int getContractId()
public void setContractId(int value)
public javax.xml.datatype.XMLGregorianCalendar getDate()
XMLGregorianCalendar
public void setDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public int getObjectId()
public void setObjectId(int value)
public int getUserId()
public void setUserId(int value)
public java.lang.String getUserName()
String
public void setUserName(java.lang.String value)
value
- allowed object is
String