Package com.scene7.ipsapi
Class GetJobLogsParam
java.lang.Object
com.scene7.ipsapi.GetJobLogsParam
Java 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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the companyHandle property.Gets the value of the endDate property.Gets the value of the numRows property.Gets the value of the sortBy property.Gets the value of the sortDirection property.Gets the value of the startDate property.Gets the value of the userHandle property.voidsetCompanyHandle(String value) Sets the value of the companyHandle property.voidsetEndDate(XMLGregorianCalendar value) Sets the value of the endDate property.voidsetNumRows(Integer value) Sets the value of the numRows property.voidSets the value of the sortBy property.voidsetSortDirection(String value) Sets the value of the sortDirection property.voidsetStartDate(XMLGregorianCalendar value) Sets the value of the startDate property.voidsetUserHandle(String value) Sets the value of the userHandle property.
-
Constructor Details
-
GetJobLogsParam
public GetJobLogsParam()
-
-
Method Details
-
getCompanyHandle
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
getUserHandle
Gets the value of the userHandle property.- Returns:
- possible object is
String
-
setUserHandle
Sets the value of the userHandle property.- Parameters:
value- allowed object isString
-
getSortBy
Gets the value of the sortBy property.- Returns:
- possible object is
String
-
setSortBy
Sets the value of the sortBy property.- Parameters:
value- allowed object isString
-
getSortDirection
Gets the value of the sortDirection property.- Returns:
- possible object is
String
-
setSortDirection
Sets the value of the sortDirection property.- Parameters:
value- allowed object isString
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDate
Sets the value of the startDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getEndDate
Gets the value of the endDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndDate
Sets the value of the endDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getNumRows
Gets the value of the numRows property.- Returns:
- possible object is
Integer
-
setNumRows
Sets the value of the numRows property.- Parameters:
value- allowed object isInteger
-