|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.InitiationType
public class InitiationType
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 |
|---|
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 Detail |
|---|
public InitiationType()
| Method Detail |
|---|
public JAXBElement<Date> getCreateDate()
JAXBElement<Date>public void setCreateDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic String getCurrentStageName()
Stringpublic void setCurrentStageName(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getCurrentStageNumber()
JAXBElement<Integer>public void setCurrentStageNumber(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Date> getInitiatedDate()
JAXBElement<Date>public void setInitiatedDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getInitiatorName()
Stringpublic void setInitiatorName(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getInitiatorObjectId()
JAXBElement<Integer>public void setInitiatorObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public Boolean isIsBaseline()
Booleanpublic void setIsBaseline(Boolean value)
value - allowed object is
Booleanpublic JAXBElement<Date> getLastUpdateDate()
JAXBElement<Date>public void setLastUpdateDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getObjectId()
JAXBElement<Integer>public void setObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public Boolean isProcessFlag()
Booleanpublic void setProcessFlag(Boolean value)
value - allowed object is
Booleanpublic JAXBElement<Integer> getProjectObjectId()
JAXBElement<Integer>public void setProjectObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Boolean> getStageModifiedFlag()
JAXBElement<Boolean>public void setStageModifiedFlag(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getWorkflowTemplateId()
Stringpublic void setWorkflowTemplateId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||