public class GetEditHistoryByDates
extends java.lang.Object
Java class for getEditHistoryByDates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getEditHistoryByDates"> <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="id" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
endDate |
protected java.lang.String |
entityName |
protected java.lang.Object |
id |
protected java.lang.String |
session |
protected javax.xml.datatype.XMLGregorianCalendar |
startDate |
Constructor and Description |
---|
GetEditHistoryByDates() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
java.lang.String |
getEntityName()
Gets the value of the entityName property.
|
java.lang.Object |
getId()
Gets the value of the id property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
javax.xml.datatype.XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
void |
setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setEntityName(java.lang.String value)
Sets the value of the entityName property.
|
void |
setId(java.lang.Object value)
Sets the value of the id property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
void |
setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property.
|
protected java.lang.String session
protected java.lang.String entityName
protected java.lang.Object id
protected javax.xml.datatype.XMLGregorianCalendar startDate
protected javax.xml.datatype.XMLGregorianCalendar endDate
public java.lang.String getSession()
String
public void setSession(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityName()
String
public void setEntityName(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getId()
Object
public void setId(java.lang.Object value)
value
- allowed object is
Object
public javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendar
public void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getEndDate()
XMLGregorianCalendar
public void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar