net.sf.mpxj.primavera.schema
Class InitiationType

java.lang.Object
  extended by net.sf.mpxj.primavera.schema.InitiationType

public class InitiationType
extends Object

Java class for InitiationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InitiationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="CreateUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CurrentStageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CurrentStageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="InitiatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="InitiatorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InitiatorObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="IsBaseline" 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" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ProcessFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="StageModifiedFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Status" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="Initiated"/>
               <enumeration value="Submitted"/>
               <enumeration value="In Review"/>
               <enumeration value="Approved"/>
               <enumeration value="Rejected"/>
             </restriction>
           </simpleType>
         </element>
         <element name="WorkflowTemplateId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<Date> createDate
           
protected  String createUser
           
protected  String currentStageName
           
protected  JAXBElement<Integer> currentStageNumber
           
protected  JAXBElement<Date> initiatedDate
           
protected  String initiatorName
           
protected  JAXBElement<Integer> initiatorObjectId
           
protected  Boolean isBaseline
           
protected  JAXBElement<Date> lastUpdateDate
           
protected  String lastUpdateUser
           
protected  String name
           
protected  JAXBElement<Integer> objectId
           
protected  Boolean processFlag
           
protected  JAXBElement<Integer> projectObjectId
           
protected  JAXBElement<Boolean> stageModifiedFlag
           
protected  String status
           
protected  String workflowTemplateId
           
 
Constructor Summary
InitiationType()
           
 
Method Summary
 JAXBElement<Date> getCreateDate()
          Gets the value of the createDate property.
 String getCreateUser()
          Gets the value of the createUser property.
 String getCurrentStageName()
          Gets the value of the currentStageName property.
 JAXBElement<Integer> getCurrentStageNumber()
          Gets the value of the currentStageNumber property.
 JAXBElement<Date> getInitiatedDate()
          Gets the value of the initiatedDate property.
 String getInitiatorName()
          Gets the value of the initiatorName property.
 JAXBElement<Integer> getInitiatorObjectId()
          Gets the value of the initiatorObjectId property.
 JAXBElement<Date> getLastUpdateDate()
          Gets the value of the lastUpdateDate property.
 String getLastUpdateUser()
          Gets the value of the lastUpdateUser property.
 String getName()
          Gets the value of the name property.
 JAXBElement<Integer> getObjectId()
          Gets the value of the objectId property.
 JAXBElement<Integer> getProjectObjectId()
          Gets the value of the projectObjectId property.
 JAXBElement<Boolean> getStageModifiedFlag()
          Gets the value of the stageModifiedFlag property.
 String getStatus()
          Gets the value of the status property.
 String getWorkflowTemplateId()
          Gets the value of the workflowTemplateId property.
 Boolean isIsBaseline()
          Gets the value of the isBaseline property.
 Boolean isProcessFlag()
          Gets the value of the processFlag property.
 void setCreateDate(JAXBElement<Date> value)
          Sets the value of the createDate property.
 void setCreateUser(String value)
          Sets the value of the createUser property.
 void setCurrentStageName(String value)
          Sets the value of the currentStageName property.
 void setCurrentStageNumber(JAXBElement<Integer> value)
          Sets the value of the currentStageNumber property.
 void setInitiatedDate(JAXBElement<Date> value)
          Sets the value of the initiatedDate property.
 void setInitiatorName(String value)
          Sets the value of the initiatorName property.
 void setInitiatorObjectId(JAXBElement<Integer> value)
          Sets the value of the initiatorObjectId property.
 void setIsBaseline(Boolean value)
          Sets the value of the isBaseline property.
 void setLastUpdateDate(JAXBElement<Date> value)
          Sets the value of the lastUpdateDate property.
 void setLastUpdateUser(String value)
          Sets the value of the lastUpdateUser property.
 void setName(String value)
          Sets the value of the name property.
 void setObjectId(JAXBElement<Integer> value)
          Sets the value of the objectId property.
 void setProcessFlag(Boolean value)
          Sets the value of the processFlag property.
 void setProjectObjectId(JAXBElement<Integer> value)
          Sets the value of the projectObjectId property.
 void setStageModifiedFlag(JAXBElement<Boolean> value)
          Sets the value of the stageModifiedFlag property.
 void setStatus(String value)
          Sets the value of the status property.
 void setWorkflowTemplateId(String value)
          Sets the value of the workflowTemplateId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

createDate

protected JAXBElement<Date> createDate

createUser

protected String createUser

currentStageName

protected String currentStageName

currentStageNumber

protected JAXBElement<Integer> currentStageNumber

initiatedDate

protected JAXBElement<Date> initiatedDate

initiatorName

protected String initiatorName

initiatorObjectId

protected JAXBElement<Integer> initiatorObjectId

isBaseline

protected Boolean isBaseline

lastUpdateDate

protected JAXBElement<Date> lastUpdateDate

lastUpdateUser

protected String lastUpdateUser

name

protected String name

objectId

protected JAXBElement<Integer> objectId

processFlag

protected Boolean processFlag

projectObjectId

protected JAXBElement<Integer> projectObjectId

stageModifiedFlag

protected JAXBElement<Boolean> stageModifiedFlag

status

protected String status

workflowTemplateId

protected String workflowTemplateId
Constructor Detail

InitiationType

public InitiationType()
Method Detail

getCreateDate

public JAXBElement<Date> getCreateDate()
Gets the value of the createDate property.

Returns:
possible object is JAXBElement<Date>

setCreateDate

public void setCreateDate(JAXBElement<Date> value)
Sets the value of the createDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getCreateUser

public String getCreateUser()
Gets the value of the createUser property.

Returns:
possible object is String

setCreateUser

public void setCreateUser(String value)
Sets the value of the createUser property.

Parameters:
value - allowed object is String

getCurrentStageName

public String getCurrentStageName()
Gets the value of the currentStageName property.

Returns:
possible object is String

setCurrentStageName

public void setCurrentStageName(String value)
Sets the value of the currentStageName property.

Parameters:
value - allowed object is String

getCurrentStageNumber

public JAXBElement<Integer> getCurrentStageNumber()
Gets the value of the currentStageNumber property.

Returns:
possible object is JAXBElement<Integer>

setCurrentStageNumber

public void setCurrentStageNumber(JAXBElement<Integer> value)
Sets the value of the currentStageNumber property.

Parameters:
value - allowed object is JAXBElement<Integer>

getInitiatedDate

public JAXBElement<Date> getInitiatedDate()
Gets the value of the initiatedDate property.

Returns:
possible object is JAXBElement<Date>

setInitiatedDate

public void setInitiatedDate(JAXBElement<Date> value)
Sets the value of the initiatedDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getInitiatorName

public String getInitiatorName()
Gets the value of the initiatorName property.

Returns:
possible object is String

setInitiatorName

public void setInitiatorName(String value)
Sets the value of the initiatorName property.

Parameters:
value - allowed object is String

getInitiatorObjectId

public JAXBElement<Integer> getInitiatorObjectId()
Gets the value of the initiatorObjectId property.

Returns:
possible object is JAXBElement<Integer>

setInitiatorObjectId

public void setInitiatorObjectId(JAXBElement<Integer> value)
Sets the value of the initiatorObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

isIsBaseline

public Boolean isIsBaseline()
Gets the value of the isBaseline property.

Returns:
possible object is Boolean

setIsBaseline

public void setIsBaseline(Boolean value)
Sets the value of the isBaseline property.

Parameters:
value - allowed object is Boolean

getLastUpdateDate

public JAXBElement<Date> getLastUpdateDate()
Gets the value of the lastUpdateDate property.

Returns:
possible object is JAXBElement<Date>

setLastUpdateDate

public void setLastUpdateDate(JAXBElement<Date> value)
Sets the value of the lastUpdateDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getLastUpdateUser

public String getLastUpdateUser()
Gets the value of the lastUpdateUser property.

Returns:
possible object is String

setLastUpdateUser

public void setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getObjectId

public JAXBElement<Integer> getObjectId()
Gets the value of the objectId property.

Returns:
possible object is JAXBElement<Integer>

setObjectId

public void setObjectId(JAXBElement<Integer> value)
Sets the value of the objectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

isProcessFlag

public Boolean isProcessFlag()
Gets the value of the processFlag property.

Returns:
possible object is Boolean

setProcessFlag

public void setProcessFlag(Boolean value)
Sets the value of the processFlag property.

Parameters:
value - allowed object is Boolean

getProjectObjectId

public JAXBElement<Integer> getProjectObjectId()
Gets the value of the projectObjectId property.

Returns:
possible object is JAXBElement<Integer>

setProjectObjectId

public void setProjectObjectId(JAXBElement<Integer> value)
Sets the value of the projectObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getStageModifiedFlag

public JAXBElement<Boolean> getStageModifiedFlag()
Gets the value of the stageModifiedFlag property.

Returns:
possible object is JAXBElement<Boolean>

setStageModifiedFlag

public void setStageModifiedFlag(JAXBElement<Boolean> value)
Sets the value of the stageModifiedFlag property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getStatus

public String getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

public void setStatus(String value)
Sets the value of the status property.

Parameters:
value - allowed object is String

getWorkflowTemplateId

public String getWorkflowTemplateId()
Gets the value of the workflowTemplateId property.

Returns:
possible object is String

setWorkflowTemplateId

public void setWorkflowTemplateId(String value)
Sets the value of the workflowTemplateId property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.