|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.RelationshipType
public class RelationshipType
Java class for RelationshipType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelationshipType">
<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="IsPredecessorBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsSuccessorBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Lag" type="{http://www.w3.org/2001/XMLSchema}double" 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="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PredecessorActivityId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PredecessorActivityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PredecessorActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PredecessorActivityType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Task Dependent"/>
<enumeration value="Resource Dependent"/>
<enumeration value="Level of Effort"/>
<enumeration value="Start Milestone"/>
<enumeration value="Finish Milestone"/>
<enumeration value="WBS Summary"/>
</restriction>
</simpleType>
</element>
<element name="PredecessorProjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PredecessorProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SuccessorActivityId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SuccessorActivityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SuccessorActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SuccessorActivityType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Task Dependent"/>
<enumeration value="Resource Dependent"/>
<enumeration value="Level of Effort"/>
<enumeration value="Start Milestone"/>
<enumeration value="Finish Milestone"/>
<enumeration value="WBS Summary"/>
</restriction>
</simpleType>
</element>
<element name="SuccessorProjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SuccessorProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Type" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Finish to Start"/>
<enumeration value="Finish to Finish"/>
<enumeration value="Start to Start"/>
<enumeration value="Start to Finish"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<Date> |
createDate
|
protected String |
createUser
|
protected Boolean |
isPredecessorBaseline
|
protected Boolean |
isSuccessorBaseline
|
protected JAXBElement<Double> |
lag
|
protected JAXBElement<Date> |
lastUpdateDate
|
protected String |
lastUpdateUser
|
protected Integer |
objectId
|
protected String |
predecessorActivityId
|
protected String |
predecessorActivityName
|
protected Integer |
predecessorActivityObjectId
|
protected String |
predecessorActivityType
|
protected String |
predecessorProjectId
|
protected JAXBElement<Integer> |
predecessorProjectObjectId
|
protected String |
successorActivityId
|
protected String |
successorActivityName
|
protected Integer |
successorActivityObjectId
|
protected String |
successorActivityType
|
protected String |
successorProjectId
|
protected JAXBElement<Integer> |
successorProjectObjectId
|
protected String |
type
|
| Constructor Summary | |
|---|---|
RelationshipType()
|
|
| Method Summary | |
|---|---|
JAXBElement<Date> |
getCreateDate()
Gets the value of the createDate property. |
String |
getCreateUser()
Gets the value of the createUser property. |
JAXBElement<Double> |
getLag()
Gets the value of the lag property. |
JAXBElement<Date> |
getLastUpdateDate()
Gets the value of the lastUpdateDate property. |
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property. |
Integer |
getObjectId()
Gets the value of the objectId property. |
String |
getPredecessorActivityId()
Gets the value of the predecessorActivityId property. |
String |
getPredecessorActivityName()
Gets the value of the predecessorActivityName property. |
Integer |
getPredecessorActivityObjectId()
Gets the value of the predecessorActivityObjectId property. |
String |
getPredecessorActivityType()
Gets the value of the predecessorActivityType property. |
String |
getPredecessorProjectId()
Gets the value of the predecessorProjectId property. |
JAXBElement<Integer> |
getPredecessorProjectObjectId()
Gets the value of the predecessorProjectObjectId property. |
String |
getSuccessorActivityId()
Gets the value of the successorActivityId property. |
String |
getSuccessorActivityName()
Gets the value of the successorActivityName property. |
Integer |
getSuccessorActivityObjectId()
Gets the value of the successorActivityObjectId property. |
String |
getSuccessorActivityType()
Gets the value of the successorActivityType property. |
String |
getSuccessorProjectId()
Gets the value of the successorProjectId property. |
JAXBElement<Integer> |
getSuccessorProjectObjectId()
Gets the value of the successorProjectObjectId property. |
String |
getType()
Gets the value of the type property. |
Boolean |
isIsPredecessorBaseline()
Gets the value of the isPredecessorBaseline property. |
Boolean |
isIsSuccessorBaseline()
Gets the value of the isSuccessorBaseline 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 |
setIsPredecessorBaseline(Boolean value)
Sets the value of the isPredecessorBaseline property. |
void |
setIsSuccessorBaseline(Boolean value)
Sets the value of the isSuccessorBaseline property. |
void |
setLag(JAXBElement<Double> value)
Sets the value of the lag 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 |
setObjectId(Integer value)
Sets the value of the objectId property. |
void |
setPredecessorActivityId(String value)
Sets the value of the predecessorActivityId property. |
void |
setPredecessorActivityName(String value)
Sets the value of the predecessorActivityName property. |
void |
setPredecessorActivityObjectId(Integer value)
Sets the value of the predecessorActivityObjectId property. |
void |
setPredecessorActivityType(String value)
Sets the value of the predecessorActivityType property. |
void |
setPredecessorProjectId(String value)
Sets the value of the predecessorProjectId property. |
void |
setPredecessorProjectObjectId(JAXBElement<Integer> value)
Sets the value of the predecessorProjectObjectId property. |
void |
setSuccessorActivityId(String value)
Sets the value of the successorActivityId property. |
void |
setSuccessorActivityName(String value)
Sets the value of the successorActivityName property. |
void |
setSuccessorActivityObjectId(Integer value)
Sets the value of the successorActivityObjectId property. |
void |
setSuccessorActivityType(String value)
Sets the value of the successorActivityType property. |
void |
setSuccessorProjectId(String value)
Sets the value of the successorProjectId property. |
void |
setSuccessorProjectObjectId(JAXBElement<Integer> value)
Sets the value of the successorProjectObjectId property. |
void |
setType(String value)
Sets the value of the type 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 Boolean isPredecessorBaseline
protected Boolean isSuccessorBaseline
protected JAXBElement<Double> lag
protected JAXBElement<Date> lastUpdateDate
protected String lastUpdateUser
protected Integer objectId
protected String predecessorActivityId
protected String predecessorActivityName
protected Integer predecessorActivityObjectId
protected String predecessorActivityType
protected String predecessorProjectId
protected JAXBElement<Integer> predecessorProjectObjectId
protected String successorActivityId
protected String successorActivityName
protected Integer successorActivityObjectId
protected String successorActivityType
protected String successorProjectId
protected JAXBElement<Integer> successorProjectObjectId
protected String type
| Constructor Detail |
|---|
public RelationshipType()
| 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 Boolean isIsPredecessorBaseline()
Booleanpublic void setIsPredecessorBaseline(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsSuccessorBaseline()
Booleanpublic void setIsSuccessorBaseline(Boolean value)
value - allowed object is
Booleanpublic JAXBElement<Double> getLag()
JAXBElement<Double>public void setLag(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>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 Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic String getPredecessorActivityId()
Stringpublic void setPredecessorActivityId(String value)
value - allowed object is
Stringpublic String getPredecessorActivityName()
Stringpublic void setPredecessorActivityName(String value)
value - allowed object is
Stringpublic Integer getPredecessorActivityObjectId()
Integerpublic void setPredecessorActivityObjectId(Integer value)
value - allowed object is
Integerpublic String getPredecessorActivityType()
Stringpublic void setPredecessorActivityType(String value)
value - allowed object is
Stringpublic String getPredecessorProjectId()
Stringpublic void setPredecessorProjectId(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getPredecessorProjectObjectId()
JAXBElement<Integer>public void setPredecessorProjectObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public String getSuccessorActivityId()
Stringpublic void setSuccessorActivityId(String value)
value - allowed object is
Stringpublic String getSuccessorActivityName()
Stringpublic void setSuccessorActivityName(String value)
value - allowed object is
Stringpublic Integer getSuccessorActivityObjectId()
Integerpublic void setSuccessorActivityObjectId(Integer value)
value - allowed object is
Integerpublic String getSuccessorActivityType()
Stringpublic void setSuccessorActivityType(String value)
value - allowed object is
Stringpublic String getSuccessorProjectId()
Stringpublic void setSuccessorProjectId(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getSuccessorProjectObjectId()
JAXBElement<Integer>public void setSuccessorProjectObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public String getType()
Stringpublic void setType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||