public class JobServiceType extends Object
Java class for JobServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobServiceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AddProjectInfo" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="4000"/> </restriction> </simpleType> </element> <element name="CopyOptions" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="50"/> </restriction> </simpleType> </element> <element name="ExportFilePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ExportPlfFileNames" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ExportXMLByte" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ImportXMLByte" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="JobData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="JobDataX" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="JobRecurringType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="Enabled"/> <enumeration value="Disabled"/> <enumeration value="WebASAP"/> <enumeration value="None"/> </restriction> </simpleType> </element> <element name="JobStatus" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Pending"/> <enumeration value="Running"/> <enumeration value="Complete"/> <enumeration value="Failed"/> <enumeration value="Cancelled"/> <enumeration value="Delegated"/> <enumeration value="Completed With Errors"/> </restriction> </simpleType> </element> <element name="JobType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Schedule"/> <enumeration value="Summarize"/> <enumeration value="Apply Actuals"/> <enumeration value="Store Period Performance"/> <enumeration value="Sync Actual This Period"/> <enumeration value="Level"/> <enumeration value="Recalculate Assignment Costs"/> <enumeration value="Send To Unifier"/> <enumeration value="Update Baseline"/> <enumeration value="Import Project"/> <enumeration value="Schedule Check"/> <enumeration value="Export Project"/> <enumeration value="Project CBS Service"/> <enumeration value="Copy Project Service"/> <enumeration value="Preview Update Baseline Service"/> <enumeration value="Schedule Publish Project"/> </restriction> </simpleType> </element> <element name="JobTypeKey" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="LastRunDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Name" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PlfDirName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ProjectInfo" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="4000"/> </restriction> </simpleType> </element> <element name="TargetWbsId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="UserId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
addProjectInfo |
protected String |
copyOptions |
protected String |
exportFilePath |
protected String |
exportPlfFileNames |
protected String |
exportXMLByte |
protected String |
fileName |
protected String |
importXMLByte |
protected String |
jobData |
protected String |
jobDataX |
protected String |
jobRecurringType |
protected String |
jobStatus |
protected String |
jobType |
protected String |
jobTypeKey |
protected LocalDateTime |
lastRunDate |
protected String |
name |
protected Integer |
objectId |
protected String |
plfDirName |
protected String |
projectInfo |
protected Integer |
targetWbsId |
protected Integer |
userId |
Constructor and Description |
---|
JobServiceType() |
Modifier and Type | Method and Description |
---|---|
String |
getAddProjectInfo()
Gets the value of the addProjectInfo property.
|
String |
getCopyOptions()
Gets the value of the copyOptions property.
|
String |
getExportFilePath()
Gets the value of the exportFilePath property.
|
String |
getExportPlfFileNames()
Gets the value of the exportPlfFileNames property.
|
String |
getExportXMLByte()
Gets the value of the exportXMLByte property.
|
String |
getFileName()
Gets the value of the fileName property.
|
String |
getImportXMLByte()
Gets the value of the importXMLByte property.
|
String |
getJobData()
Gets the value of the jobData property.
|
String |
getJobDataX()
Gets the value of the jobDataX property.
|
String |
getJobRecurringType()
Gets the value of the jobRecurringType property.
|
String |
getJobStatus()
Gets the value of the jobStatus property.
|
String |
getJobType()
Gets the value of the jobType property.
|
String |
getJobTypeKey()
Gets the value of the jobTypeKey property.
|
LocalDateTime |
getLastRunDate()
Gets the value of the lastRunDate property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
String |
getPlfDirName()
Gets the value of the plfDirName property.
|
String |
getProjectInfo()
Gets the value of the projectInfo property.
|
Integer |
getTargetWbsId()
Gets the value of the targetWbsId property.
|
Integer |
getUserId()
Gets the value of the userId property.
|
void |
setAddProjectInfo(String value)
Sets the value of the addProjectInfo property.
|
void |
setCopyOptions(String value)
Sets the value of the copyOptions property.
|
void |
setExportFilePath(String value)
Sets the value of the exportFilePath property.
|
void |
setExportPlfFileNames(String value)
Sets the value of the exportPlfFileNames property.
|
void |
setExportXMLByte(String value)
Sets the value of the exportXMLByte property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setImportXMLByte(String value)
Sets the value of the importXMLByte property.
|
void |
setJobData(String value)
Sets the value of the jobData property.
|
void |
setJobDataX(String value)
Sets the value of the jobDataX property.
|
void |
setJobRecurringType(String value)
Sets the value of the jobRecurringType property.
|
void |
setJobStatus(String value)
Sets the value of the jobStatus property.
|
void |
setJobType(String value)
Sets the value of the jobType property.
|
void |
setJobTypeKey(String value)
Sets the value of the jobTypeKey property.
|
void |
setLastRunDate(LocalDateTime value)
Sets the value of the lastRunDate property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setPlfDirName(String value)
Sets the value of the plfDirName property.
|
void |
setProjectInfo(String value)
Sets the value of the projectInfo property.
|
void |
setTargetWbsId(Integer value)
Sets the value of the targetWbsId property.
|
void |
setUserId(Integer value)
Sets the value of the userId property.
|
protected String addProjectInfo
protected String copyOptions
protected String exportFilePath
protected String exportPlfFileNames
protected String exportXMLByte
protected String fileName
protected String importXMLByte
protected String jobData
protected String jobDataX
protected String jobRecurringType
protected String jobStatus
protected String jobType
protected String jobTypeKey
protected LocalDateTime lastRunDate
protected String name
protected Integer objectId
protected String plfDirName
protected String projectInfo
protected Integer targetWbsId
protected Integer userId
public String getAddProjectInfo()
String
public void setAddProjectInfo(String value)
value
- allowed object is
String
public String getCopyOptions()
String
public void setCopyOptions(String value)
value
- allowed object is
String
public String getExportFilePath()
String
public void setExportFilePath(String value)
value
- allowed object is
String
public String getExportPlfFileNames()
String
public void setExportPlfFileNames(String value)
value
- allowed object is
String
public String getExportXMLByte()
String
public void setExportXMLByte(String value)
value
- allowed object is
String
public String getFileName()
String
public void setFileName(String value)
value
- allowed object is
String
public String getImportXMLByte()
String
public void setImportXMLByte(String value)
value
- allowed object is
String
public String getJobData()
String
public void setJobData(String value)
value
- allowed object is
String
public String getJobDataX()
String
public void setJobDataX(String value)
value
- allowed object is
String
public String getJobRecurringType()
String
public void setJobRecurringType(String value)
value
- allowed object is
String
public String getJobStatus()
String
public void setJobStatus(String value)
value
- allowed object is
String
public String getJobType()
String
public void setJobType(String value)
value
- allowed object is
String
public String getJobTypeKey()
String
public void setJobTypeKey(String value)
value
- allowed object is
String
public LocalDateTime getLastRunDate()
String
public void setLastRunDate(LocalDateTime value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public String getPlfDirName()
String
public void setPlfDirName(String value)
value
- allowed object is
String
public String getProjectInfo()
String
public void setProjectInfo(String value)
value
- allowed object is
String
public Integer getTargetWbsId()
Integer
public void setTargetWbsId(Integer value)
value
- allowed object is
Integer
public Integer getUserId()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.