Package com.scene7.ipsapi
Class GetJobLogsParam
- java.lang.Object
 - 
- com.scene7.ipsapi.GetJobLogsParam
 
 
- 
public class GetJobLogsParam extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="userHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sortBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sortDirection" type="{http://www.w3.org/2001/XMLSchema}string" 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"/> <element name="numRows" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description GetJobLogsParam() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCompanyHandle()Gets the value of the companyHandle property.javax.xml.datatype.XMLGregorianCalendargetEndDate()Gets the value of the endDate property.java.lang.IntegergetNumRows()Gets the value of the numRows property.java.lang.StringgetSortBy()Gets the value of the sortBy property.java.lang.StringgetSortDirection()Gets the value of the sortDirection property.javax.xml.datatype.XMLGregorianCalendargetStartDate()Gets the value of the startDate property.java.lang.StringgetUserHandle()Gets the value of the userHandle property.voidsetCompanyHandle(java.lang.String value)Sets the value of the companyHandle property.voidsetEndDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the endDate property.voidsetNumRows(java.lang.Integer value)Sets the value of the numRows property.voidsetSortBy(java.lang.String value)Sets the value of the sortBy property.voidsetSortDirection(java.lang.String value)Sets the value of the sortDirection property.voidsetStartDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the startDate property.voidsetUserHandle(java.lang.String value)Sets the value of the userHandle property. 
 - 
 
- 
- 
Method Detail
- 
getCompanyHandle
public java.lang.String getCompanyHandle()
Gets the value of the companyHandle property.- Returns:
 - possible object is
     
String 
 
- 
setCompanyHandle
public void setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property.- Parameters:
 value- allowed object isString
 
- 
getUserHandle
public java.lang.String getUserHandle()
Gets the value of the userHandle property.- Returns:
 - possible object is
     
String 
 
- 
setUserHandle
public void setUserHandle(java.lang.String value)
Sets the value of the userHandle property.- Parameters:
 value- allowed object isString
 
- 
getSortBy
public java.lang.String getSortBy()
Gets the value of the sortBy property.- Returns:
 - possible object is
     
String 
 
- 
setSortBy
public void setSortBy(java.lang.String value)
Sets the value of the sortBy property.- Parameters:
 value- allowed object isString
 
- 
getSortDirection
public java.lang.String getSortDirection()
Gets the value of the sortDirection property.- Returns:
 - possible object is
     
String 
 
- 
setSortDirection
public void setSortDirection(java.lang.String value)
Sets the value of the sortDirection property.- Parameters:
 value- allowed object isString
 
- 
getStartDate
public javax.xml.datatype.XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.- Returns:
 - possible object is
     
XMLGregorianCalendar 
 
- 
setStartDate
public void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property.- Parameters:
 value- allowed object isXMLGregorianCalendar
 
- 
getEndDate
public javax.xml.datatype.XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.- Returns:
 - possible object is
     
XMLGregorianCalendar 
 
- 
setEndDate
public void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDate property.- Parameters:
 value- allowed object isXMLGregorianCalendar
 
- 
getNumRows
public java.lang.Integer getNumRows()
Gets the value of the numRows property.- Returns:
 - possible object is
     
Integer 
 
- 
setNumRows
public void setNumRows(java.lang.Integer value)
Sets the value of the numRows property.- Parameters:
 value- allowed object isInteger
 
 - 
 
 -