// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2013.08.02 at 12:16:58 PM BST // package net.sf.mpxj.primavera.schema; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** * <p>Java class for ProjectIssueType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="ProjectIssueType"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="ActivityId" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="20"/> * </restriction> * </simpleType> * </element> * <element name="ActivityName" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="120"/> * </restriction> * </simpleType> * </element> * <element name="ActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ActualValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="CreateUser" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="255"/> * </restriction> * </simpleType> * </element> * <element name="DateIdentified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="IdentifiedBy" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="255"/> * </restriction> * </simpleType> * </element> * <element name="IsBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="IsTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="LastUpdateUser" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="255"/> * </restriction> * </simpleType> * </element> * <element name="LowerThreshold" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="-9.99999999999999E12"/> * <maxInclusive value="9.99999999999999E12"/> * </restriction> * </simpleType> * </element> * <element name="Name" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="100"/> * </restriction> * </simpleType> * </element> * <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="OBSName" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="100"/> * </restriction> * </simpleType> * </element> * <element name="OBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="Priority" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Top"/> * <enumeration value="High"/> * <enumeration value="Normal"/> * <enumeration value="Low"/> * <enumeration value="Lowest"/> * </restriction> * </simpleType> * </element> * <element name="ProjectId" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="20"/> * </restriction> * </simpleType> * </element> * <element name="ProjectName" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="100"/> * </restriction> * </simpleType> * </element> * <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ProjectThresholdObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="RawTextNote" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="ResolutionDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="ResourceId" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="20"/> * </restriction> * </simpleType> * </element> * <element name="ResourceName" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="100"/> * </restriction> * </simpleType> * </element> * <element name="ResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="Status" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Open"/> * <enumeration value="On Hold"/> * <enumeration value="Closed"/> * </restriction> * </simpleType> * </element> * <element name="ThresholdParameterObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="UpperThreshold" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="-9.99999999999999E12"/> * <maxInclusive value="9.99999999999999E12"/> * </restriction> * </simpleType> * </element> * <element name="WBSCode" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="20"/> * </restriction> * </simpleType> * </element> * <element name="WBSName" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="100"/> * </restriction> * </simpleType> * </element> * <element name="WBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="UDF" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}UDFAssignmentType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ProjectIssueType", propOrder = { "activityId", "activityName", "activityObjectId", "actualValue", "createDate", "createUser", "dateIdentified", "identifiedBy", "isBaseline", "isTemplate", "lastUpdateDate", "lastUpdateUser", "lowerThreshold", "name", "notes", "obsName", "obsObjectId", "objectId", "priority", "projectId", "projectName", "projectObjectId", "projectThresholdObjectId", "rawTextNote", "resolutionDate", "resourceId", "resourceName", "resourceObjectId", "status", "thresholdParameterObjectId", "upperThreshold", "wbsCode", "wbsName", "wbsObjectId", "udf" }) public class ProjectIssueType { @XmlElement(name = "ActivityId") protected String activityId; @XmlElement(name = "ActivityName") protected String activityName; @XmlElement(name = "ActivityObjectId", nillable = true) protected Integer activityObjectId; @XmlElement(name = "ActualValue", nillable = true) protected Double actualValue; @XmlElement(name = "CreateDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date createDate; @XmlElement(name = "CreateUser") protected String createUser; @XmlElement(name = "DateIdentified", type = String.class) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date dateIdentified; @XmlElement(name = "IdentifiedBy") protected String identifiedBy; @XmlElement(name = "IsBaseline") protected Boolean isBaseline; @XmlElement(name = "IsTemplate") protected Boolean isTemplate; @XmlElement(name = "LastUpdateDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date lastUpdateDate; @XmlElement(name = "LastUpdateUser") protected String lastUpdateUser; @XmlElement(name = "LowerThreshold", nillable = true) protected Double lowerThreshold; @XmlElement(name = "Name") protected String name; @XmlElement(name = "Notes") protected String notes; @XmlElement(name = "OBSName") protected String obsName; @XmlElement(name = "OBSObjectId") protected Integer obsObjectId; @XmlElement(name = "ObjectId") protected Integer objectId; @XmlElement(name = "Priority") protected String priority; @XmlElement(name = "ProjectId") protected String projectId; @XmlElement(name = "ProjectName") protected String projectName; @XmlElement(name = "ProjectObjectId") protected Integer projectObjectId; @XmlElement(name = "ProjectThresholdObjectId", nillable = true) protected Integer projectThresholdObjectId; @XmlElement(name = "RawTextNote") protected String rawTextNote; @XmlElement(name = "ResolutionDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date resolutionDate; @XmlElement(name = "ResourceId") protected String resourceId; @XmlElement(name = "ResourceName") protected String resourceName; @XmlElement(name = "ResourceObjectId", nillable = true) protected Integer resourceObjectId; @XmlElement(name = "Status") protected String status; @XmlElement(name = "ThresholdParameterObjectId", nillable = true) protected Integer thresholdParameterObjectId; @XmlElement(name = "UpperThreshold", nillable = true) protected Double upperThreshold; @XmlElement(name = "WBSCode") protected String wbsCode; @XmlElement(name = "WBSName") protected String wbsName; @XmlElement(name = "WBSObjectId", nillable = true) protected Integer wbsObjectId; @XmlElement(name = "UDF") protected List<UDFAssignmentType> udf; /** * Gets the value of the activityId property. * * @return * possible object is * {@link String } * */ public String getActivityId() { return activityId; } /** * Sets the value of the activityId property. * * @param value * allowed object is * {@link String } * */ public void setActivityId(String value) { this.activityId = value; } /** * Gets the value of the activityName property. * * @return * possible object is * {@link String } * */ public String getActivityName() { return activityName; } /** * Sets the value of the activityName property. * * @param value * allowed object is * {@link String } * */ public void setActivityName(String value) { this.activityName = value; } /** * Gets the value of the activityObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getActivityObjectId() { return activityObjectId; } /** * Sets the value of the activityObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setActivityObjectId(Integer value) { this.activityObjectId = value; } /** * Gets the value of the actualValue property. * * @return * possible object is * {@link Double } * */ public Double getActualValue() { return actualValue; } /** * Sets the value of the actualValue property. * * @param value * allowed object is * {@link Double } * */ public void setActualValue(Double value) { this.actualValue = value; } /** * Gets the value of the createDate property. * * @return * possible object is * {@link String } * */ public Date getCreateDate() { return createDate; } /** * Sets the value of the createDate property. * * @param value * allowed object is * {@link String } * */ public void setCreateDate(Date value) { this.createDate = value; } /** * Gets the value of the createUser property. * * @return * possible object is * {@link String } * */ public String getCreateUser() { return createUser; } /** * Sets the value of the createUser property. * * @param value * allowed object is * {@link String } * */ public void setCreateUser(String value) { this.createUser = value; } /** * Gets the value of the dateIdentified property. * * @return * possible object is * {@link String } * */ public Date getDateIdentified() { return dateIdentified; } /** * Sets the value of the dateIdentified property. * * @param value * allowed object is * {@link String } * */ public void setDateIdentified(Date value) { this.dateIdentified = value; } /** * Gets the value of the identifiedBy property. * * @return * possible object is * {@link String } * */ public String getIdentifiedBy() { return identifiedBy; } /** * Sets the value of the identifiedBy property. * * @param value * allowed object is * {@link String } * */ public void setIdentifiedBy(String value) { this.identifiedBy = value; } /** * Gets the value of the isBaseline property. * * @return * possible object is * {@link Boolean } * */ public Boolean isIsBaseline() { return isBaseline; } /** * Sets the value of the isBaseline property. * * @param value * allowed object is * {@link Boolean } * */ public void setIsBaseline(Boolean value) { this.isBaseline = value; } /** * Gets the value of the isTemplate property. * * @return * possible object is * {@link Boolean } * */ public Boolean isIsTemplate() { return isTemplate; } /** * Sets the value of the isTemplate property. * * @param value * allowed object is * {@link Boolean } * */ public void setIsTemplate(Boolean value) { this.isTemplate = value; } /** * Gets the value of the lastUpdateDate property. * * @return * possible object is * {@link String } * */ public Date getLastUpdateDate() { return lastUpdateDate; } /** * Sets the value of the lastUpdateDate property. * * @param value * allowed object is * {@link String } * */ public void setLastUpdateDate(Date value) { this.lastUpdateDate = value; } /** * Gets the value of the lastUpdateUser property. * * @return * possible object is * {@link String } * */ public String getLastUpdateUser() { return lastUpdateUser; } /** * Sets the value of the lastUpdateUser property. * * @param value * allowed object is * {@link String } * */ public void setLastUpdateUser(String value) { this.lastUpdateUser = value; } /** * Gets the value of the lowerThreshold property. * * @return * possible object is * {@link Double } * */ public Double getLowerThreshold() { return lowerThreshold; } /** * Sets the value of the lowerThreshold property. * * @param value * allowed object is * {@link Double } * */ public void setLowerThreshold(Double value) { this.lowerThreshold = value; } /** * Gets the value of the name property. * * @return * possible object is * {@link String } * */ public String getName() { return name; } /** * Sets the value of the name property. * * @param value * allowed object is * {@link String } * */ public void setName(String value) { this.name = value; } /** * Gets the value of the notes property. * * @return * possible object is * {@link String } * */ public String getNotes() { return notes; } /** * Sets the value of the notes property. * * @param value * allowed object is * {@link String } * */ public void setNotes(String value) { this.notes = value; } /** * Gets the value of the obsName property. * * @return * possible object is * {@link String } * */ public String getOBSName() { return obsName; } /** * Sets the value of the obsName property. * * @param value * allowed object is * {@link String } * */ public void setOBSName(String value) { this.obsName = value; } /** * Gets the value of the obsObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getOBSObjectId() { return obsObjectId; } /** * Sets the value of the obsObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setOBSObjectId(Integer value) { this.obsObjectId = value; } /** * Gets the value of the objectId property. * * @return * possible object is * {@link Integer } * */ public Integer getObjectId() { return objectId; } /** * Sets the value of the objectId property. * * @param value * allowed object is * {@link Integer } * */ public void setObjectId(Integer value) { this.objectId = value; } /** * Gets the value of the priority property. * * @return * possible object is * {@link String } * */ public String getPriority() { return priority; } /** * Sets the value of the priority property. * * @param value * allowed object is * {@link String } * */ public void setPriority(String value) { this.priority = value; } /** * Gets the value of the projectId property. * * @return * possible object is * {@link String } * */ public String getProjectId() { return projectId; } /** * Sets the value of the projectId property. * * @param value * allowed object is * {@link String } * */ public void setProjectId(String value) { this.projectId = value; } /** * Gets the value of the projectName property. * * @return * possible object is * {@link String } * */ public String getProjectName() { return projectName; } /** * Sets the value of the projectName property. * * @param value * allowed object is * {@link String } * */ public void setProjectName(String value) { this.projectName = value; } /** * Gets the value of the projectObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getProjectObjectId() { return projectObjectId; } /** * Sets the value of the projectObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setProjectObjectId(Integer value) { this.projectObjectId = value; } /** * Gets the value of the projectThresholdObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getProjectThresholdObjectId() { return projectThresholdObjectId; } /** * Sets the value of the projectThresholdObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setProjectThresholdObjectId(Integer value) { this.projectThresholdObjectId = value; } /** * Gets the value of the rawTextNote property. * * @return * possible object is * {@link String } * */ public String getRawTextNote() { return rawTextNote; } /** * Sets the value of the rawTextNote property. * * @param value * allowed object is * {@link String } * */ public void setRawTextNote(String value) { this.rawTextNote = value; } /** * Gets the value of the resolutionDate property. * * @return * possible object is * {@link String } * */ public Date getResolutionDate() { return resolutionDate; } /** * Sets the value of the resolutionDate property. * * @param value * allowed object is * {@link String } * */ public void setResolutionDate(Date value) { this.resolutionDate = value; } /** * Gets the value of the resourceId property. * * @return * possible object is * {@link String } * */ public String getResourceId() { return resourceId; } /** * Sets the value of the resourceId property. * * @param value * allowed object is * {@link String } * */ public void setResourceId(String value) { this.resourceId = value; } /** * Gets the value of the resourceName property. * * @return * possible object is * {@link String } * */ public String getResourceName() { return resourceName; } /** * Sets the value of the resourceName property. * * @param value * allowed object is * {@link String } * */ public void setResourceName(String value) { this.resourceName = value; } /** * Gets the value of the resourceObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getResourceObjectId() { return resourceObjectId; } /** * Sets the value of the resourceObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setResourceObjectId(Integer value) { this.resourceObjectId = value; } /** * Gets the value of the status property. * * @return * possible object is * {@link String } * */ public String getStatus() { return status; } /** * Sets the value of the status property. * * @param value * allowed object is * {@link String } * */ public void setStatus(String value) { this.status = value; } /** * Gets the value of the thresholdParameterObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getThresholdParameterObjectId() { return thresholdParameterObjectId; } /** * Sets the value of the thresholdParameterObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setThresholdParameterObjectId(Integer value) { this.thresholdParameterObjectId = value; } /** * Gets the value of the upperThreshold property. * * @return * possible object is * {@link Double } * */ public Double getUpperThreshold() { return upperThreshold; } /** * Sets the value of the upperThreshold property. * * @param value * allowed object is * {@link Double } * */ public void setUpperThreshold(Double value) { this.upperThreshold = value; } /** * Gets the value of the wbsCode property. * * @return * possible object is * {@link String } * */ public String getWBSCode() { return wbsCode; } /** * Sets the value of the wbsCode property. * * @param value * allowed object is * {@link String } * */ public void setWBSCode(String value) { this.wbsCode = value; } /** * Gets the value of the wbsName property. * * @return * possible object is * {@link String } * */ public String getWBSName() { return wbsName; } /** * Sets the value of the wbsName property. * * @param value * allowed object is * {@link String } * */ public void setWBSName(String value) { this.wbsName = value; } /** * Gets the value of the wbsObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getWBSObjectId() { return wbsObjectId; } /** * Sets the value of the wbsObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setWBSObjectId(Integer value) { this.wbsObjectId = value; } /** * Gets the value of the udf property. * * <p> * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a <CODE>set</CODE> method for the udf property. * * <p> * For example, to add a new item, do as follows: * <pre> * getUDF().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link UDFAssignmentType } * * */ public List<UDFAssignmentType> getUDF() { if (udf == null) { udf = new ArrayList<UDFAssignmentType>(); } return this.udf; } }