public class RelationshipType extends Object
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="Aref" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Arls" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="IsPredecessorBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsPredecessorTemplate" 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="IsSuccessorTemplate" 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" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<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>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
aref |
protected Date |
arls |
protected Date |
createDate |
protected String |
createUser |
protected Boolean |
isPredecessorBaseline |
protected Boolean |
isPredecessorTemplate |
protected Boolean |
isSuccessorBaseline |
protected Boolean |
isSuccessorTemplate |
protected Double |
lag |
protected Date |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Integer |
objectId |
protected String |
predecessorActivityId |
protected String |
predecessorActivityName |
protected Integer |
predecessorActivityObjectId |
protected String |
predecessorActivityType |
protected String |
predecessorProjectId |
protected Integer |
predecessorProjectObjectId |
protected String |
successorActivityId |
protected String |
successorActivityName |
protected Integer |
successorActivityObjectId |
protected String |
successorActivityType |
protected String |
successorProjectId |
protected Integer |
successorProjectObjectId |
protected String |
type |
| Constructor and Description |
|---|
RelationshipType() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getAref()
Gets the value of the aref property.
|
Date |
getArls()
Gets the value of the arls property.
|
Date |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
Double |
getLag()
Gets the value of the lag property.
|
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.
|
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.
|
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 |
isIsPredecessorTemplate()
Gets the value of the isPredecessorTemplate property.
|
Boolean |
isIsSuccessorBaseline()
Gets the value of the isSuccessorBaseline property.
|
Boolean |
isIsSuccessorTemplate()
Gets the value of the isSuccessorTemplate property.
|
void |
setAref(Date value)
Sets the value of the aref property.
|
void |
setArls(Date value)
Sets the value of the arls property.
|
void |
setCreateDate(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 |
setIsPredecessorTemplate(Boolean value)
Sets the value of the isPredecessorTemplate property.
|
void |
setIsSuccessorBaseline(Boolean value)
Sets the value of the isSuccessorBaseline property.
|
void |
setIsSuccessorTemplate(Boolean value)
Sets the value of the isSuccessorTemplate property.
|
void |
setLag(Double value)
Sets the value of the lag property.
|
void |
setLastUpdateDate(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(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(Integer value)
Sets the value of the successorProjectObjectId property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected Date aref
protected Date arls
protected Date createDate
protected String createUser
protected Boolean isPredecessorBaseline
protected Boolean isPredecessorTemplate
protected Boolean isSuccessorBaseline
protected Boolean isSuccessorTemplate
protected Double lag
protected Date lastUpdateDate
protected String lastUpdateUser
protected Integer objectId
protected String predecessorActivityId
protected String predecessorActivityName
protected Integer predecessorActivityObjectId
protected String predecessorActivityType
protected String predecessorProjectId
protected Integer predecessorProjectObjectId
protected String successorActivityId
protected String successorActivityName
protected Integer successorActivityObjectId
protected String successorActivityType
protected String successorProjectId
protected Integer successorProjectObjectId
protected String type
public Date getAref()
Stringpublic void setAref(Date value)
value - allowed object is
Stringpublic Date getArls()
Stringpublic void setArls(Date value)
value - allowed object is
Stringpublic Date getCreateDate()
Stringpublic void setCreateDate(Date value)
value - allowed object is
Stringpublic 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 isIsPredecessorTemplate()
Booleanpublic void setIsPredecessorTemplate(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsSuccessorBaseline()
Booleanpublic void setIsSuccessorBaseline(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsSuccessorTemplate()
Booleanpublic void setIsSuccessorTemplate(Boolean value)
value - allowed object is
Booleanpublic void setLag(Double value)
value - allowed object is
Doublepublic Date getLastUpdateDate()
Stringpublic void setLastUpdateDate(Date value)
value - allowed object is
Stringpublic 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 Integer getPredecessorProjectObjectId()
Integerpublic void setPredecessorProjectObjectId(Integer value)
value - allowed object is
Integerpublic 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 Integer getSuccessorProjectObjectId()
Integerpublic void setSuccessorProjectObjectId(Integer value)
value - allowed object is
Integerpublic String getType()
StringCopyright © 2013. All Rights Reserved.