|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.ScheduleOptionsType
public class ScheduleOptionsType
Java class for ScheduleOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduleOptionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CalculateFloatBasedOnFinishDate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ComputeTotalFloatType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Start Float = Late Start - Early Start"/>
<enumeration value="Finish Float = Late Finish - Early Finish"/>
<enumeration value="Smallest of Start Float and Finish Float"/>
</restriction>
</simpleType>
</element>
<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="CriticalActivityFloatThreshold" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CriticalActivityPathType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Critical Float"/>
<enumeration value="Longest Path"/>
</restriction>
</simpleType>
</element>
<element name="IgnoreOtherProjectRelationships" 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="LevelResourcesDuringScheduling" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MakeOpenEndedActivitiesCritical" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MaximumMultipleFloatPaths" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxInclusive value="1000"/>
</restriction>
</simpleType>
</element>
<element name="MultipleFloatPathsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MultipleFloatPathsEndingActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MultipleFloatPathsUseTotalFloat" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="OutOfSequenceScheduleType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value=""/>
<enumeration value="Retained Logic"/>
<enumeration value="Progress Override"/>
<enumeration value="Actual Dates"/>
</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="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RecalculateResourceCosts" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="RelationshipLagCalendar" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Predecessor Activity Calendar"/>
<enumeration value="Successor Activity Calendar"/>
<enumeration value="24 Hour Calendar"/>
<enumeration value="Project Default Calendar"/>
</restriction>
</simpleType>
</element>
<element name="StartToStartLagCalculationType" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UseExpectedFinishDates" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UserName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="32"/>
</restriction>
</simpleType>
</element>
<element name="UserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ScheduleOptionsType()
|
|
| Method Summary | |
|---|---|
JAXBElement<Boolean> |
getCalculateFloatBasedOnFinishDate()
Gets the value of the calculateFloatBasedOnFinishDate property. |
String |
getComputeTotalFloatType()
Gets the value of the computeTotalFloatType property. |
JAXBElement<Date> |
getCreateDate()
Gets the value of the createDate property. |
String |
getCreateUser()
Gets the value of the createUser property. |
JAXBElement<Double> |
getCriticalActivityFloatThreshold()
Gets the value of the criticalActivityFloatThreshold property. |
String |
getCriticalActivityPathType()
Gets the value of the criticalActivityPathType property. |
JAXBElement<Boolean> |
getIgnoreOtherProjectRelationships()
Gets the value of the ignoreOtherProjectRelationships property. |
JAXBElement<Date> |
getLastUpdateDate()
Gets the value of the lastUpdateDate property. |
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property. |
JAXBElement<Boolean> |
getLevelResourcesDuringScheduling()
Gets the value of the levelResourcesDuringScheduling property. |
JAXBElement<Boolean> |
getMakeOpenEndedActivitiesCritical()
Gets the value of the makeOpenEndedActivitiesCritical property. |
JAXBElement<Integer> |
getMaximumMultipleFloatPaths()
Gets the value of the maximumMultipleFloatPaths property. |
JAXBElement<Boolean> |
getMultipleFloatPathsEnabled()
Gets the value of the multipleFloatPathsEnabled property. |
JAXBElement<Integer> |
getMultipleFloatPathsEndingActivityObjectId()
Gets the value of the multipleFloatPathsEndingActivityObjectId property. |
JAXBElement<Boolean> |
getMultipleFloatPathsUseTotalFloat()
Gets the value of the multipleFloatPathsUseTotalFloat property. |
String |
getOutOfSequenceScheduleType()
Gets the value of the outOfSequenceScheduleType property. |
String |
getProjectId()
Gets the value of the projectId property. |
JAXBElement<Integer> |
getProjectObjectId()
Gets the value of the projectObjectId property. |
JAXBElement<Boolean> |
getRecalculateResourceCosts()
Gets the value of the recalculateResourceCosts property. |
String |
getRelationshipLagCalendar()
Gets the value of the relationshipLagCalendar property. |
JAXBElement<Boolean> |
getStartToStartLagCalculationType()
Gets the value of the startToStartLagCalculationType property. |
JAXBElement<Boolean> |
getUseExpectedFinishDates()
Gets the value of the useExpectedFinishDates property. |
String |
getUserName()
Gets the value of the userName property. |
JAXBElement<Integer> |
getUserObjectId()
Gets the value of the userObjectId property. |
void |
setCalculateFloatBasedOnFinishDate(JAXBElement<Boolean> value)
Sets the value of the calculateFloatBasedOnFinishDate property. |
void |
setComputeTotalFloatType(String value)
Sets the value of the computeTotalFloatType 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 |
setCriticalActivityFloatThreshold(JAXBElement<Double> value)
Sets the value of the criticalActivityFloatThreshold property. |
void |
setCriticalActivityPathType(String value)
Sets the value of the criticalActivityPathType property. |
void |
setIgnoreOtherProjectRelationships(JAXBElement<Boolean> value)
Sets the value of the ignoreOtherProjectRelationships 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 |
setLevelResourcesDuringScheduling(JAXBElement<Boolean> value)
Sets the value of the levelResourcesDuringScheduling property. |
void |
setMakeOpenEndedActivitiesCritical(JAXBElement<Boolean> value)
Sets the value of the makeOpenEndedActivitiesCritical property. |
void |
setMaximumMultipleFloatPaths(JAXBElement<Integer> value)
Sets the value of the maximumMultipleFloatPaths property. |
void |
setMultipleFloatPathsEnabled(JAXBElement<Boolean> value)
Sets the value of the multipleFloatPathsEnabled property. |
void |
setMultipleFloatPathsEndingActivityObjectId(JAXBElement<Integer> value)
Sets the value of the multipleFloatPathsEndingActivityObjectId property. |
void |
setMultipleFloatPathsUseTotalFloat(JAXBElement<Boolean> value)
Sets the value of the multipleFloatPathsUseTotalFloat property. |
void |
setOutOfSequenceScheduleType(String value)
Sets the value of the outOfSequenceScheduleType property. |
void |
setProjectId(String value)
Sets the value of the projectId property. |
void |
setProjectObjectId(JAXBElement<Integer> value)
Sets the value of the projectObjectId property. |
void |
setRecalculateResourceCosts(JAXBElement<Boolean> value)
Sets the value of the recalculateResourceCosts property. |
void |
setRelationshipLagCalendar(String value)
Sets the value of the relationshipLagCalendar property. |
void |
setStartToStartLagCalculationType(JAXBElement<Boolean> value)
Sets the value of the startToStartLagCalculationType property. |
void |
setUseExpectedFinishDates(JAXBElement<Boolean> value)
Sets the value of the useExpectedFinishDates property. |
void |
setUserName(String value)
Sets the value of the userName property. |
void |
setUserObjectId(JAXBElement<Integer> value)
Sets the value of the userObjectId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JAXBElement<Boolean> calculateFloatBasedOnFinishDate
protected String computeTotalFloatType
protected JAXBElement<Date> createDate
protected String createUser
protected JAXBElement<Double> criticalActivityFloatThreshold
protected String criticalActivityPathType
protected JAXBElement<Boolean> ignoreOtherProjectRelationships
protected JAXBElement<Date> lastUpdateDate
protected String lastUpdateUser
protected JAXBElement<Boolean> levelResourcesDuringScheduling
protected JAXBElement<Boolean> makeOpenEndedActivitiesCritical
protected JAXBElement<Integer> maximumMultipleFloatPaths
protected JAXBElement<Boolean> multipleFloatPathsEnabled
protected JAXBElement<Integer> multipleFloatPathsEndingActivityObjectId
protected JAXBElement<Boolean> multipleFloatPathsUseTotalFloat
protected String outOfSequenceScheduleType
protected String projectId
protected JAXBElement<Integer> projectObjectId
protected JAXBElement<Boolean> recalculateResourceCosts
protected String relationshipLagCalendar
protected JAXBElement<Boolean> startToStartLagCalculationType
protected JAXBElement<Boolean> useExpectedFinishDates
protected String userName
protected JAXBElement<Integer> userObjectId
| Constructor Detail |
|---|
public ScheduleOptionsType()
| Method Detail |
|---|
public JAXBElement<Boolean> getCalculateFloatBasedOnFinishDate()
JAXBElement<Boolean>public void setCalculateFloatBasedOnFinishDate(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public String getComputeTotalFloatType()
Stringpublic void setComputeTotalFloatType(String value)
value - allowed object is
Stringpublic 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 JAXBElement<Double> getCriticalActivityFloatThreshold()
JAXBElement<Double>public void setCriticalActivityFloatThreshold(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>public String getCriticalActivityPathType()
Stringpublic void setCriticalActivityPathType(String value)
value - allowed object is
Stringpublic JAXBElement<Boolean> getIgnoreOtherProjectRelationships()
JAXBElement<Boolean>public void setIgnoreOtherProjectRelationships(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public 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 JAXBElement<Boolean> getLevelResourcesDuringScheduling()
JAXBElement<Boolean>public void setLevelResourcesDuringScheduling(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public JAXBElement<Boolean> getMakeOpenEndedActivitiesCritical()
JAXBElement<Boolean>public void setMakeOpenEndedActivitiesCritical(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public JAXBElement<Integer> getMaximumMultipleFloatPaths()
JAXBElement<Integer>public void setMaximumMultipleFloatPaths(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Boolean> getMultipleFloatPathsEnabled()
JAXBElement<Boolean>public void setMultipleFloatPathsEnabled(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public JAXBElement<Integer> getMultipleFloatPathsEndingActivityObjectId()
JAXBElement<Integer>public void setMultipleFloatPathsEndingActivityObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Boolean> getMultipleFloatPathsUseTotalFloat()
JAXBElement<Boolean>public void setMultipleFloatPathsUseTotalFloat(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public String getOutOfSequenceScheduleType()
Stringpublic void setOutOfSequenceScheduleType(String value)
value - allowed object is
Stringpublic String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getProjectObjectId()
JAXBElement<Integer>public void setProjectObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Boolean> getRecalculateResourceCosts()
JAXBElement<Boolean>public void setRecalculateResourceCosts(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public String getRelationshipLagCalendar()
Stringpublic void setRelationshipLagCalendar(String value)
value - allowed object is
Stringpublic JAXBElement<Boolean> getStartToStartLagCalculationType()
JAXBElement<Boolean>public void setStartToStartLagCalculationType(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public JAXBElement<Boolean> getUseExpectedFinishDates()
JAXBElement<Boolean>public void setUseExpectedFinishDates(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getUserObjectId()
JAXBElement<Integer>public void setUserObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||