public static class Project.Tasks.Task.PredecessorLink extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PredecessorUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="Type" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="0"/> <enumeration value="1"/> <enumeration value="2"/> <enumeration value="3"/> </restriction> </simpleType> </element> <element name="CrossProject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CrossProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LinkLag" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="LagFormat" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="3"/> <enumeration value="4"/> <enumeration value="5"/> <enumeration value="6"/> <enumeration value="7"/> <enumeration value="8"/> <enumeration value="9"/> <enumeration value="10"/> <enumeration value="11"/> <enumeration value="12"/> <enumeration value="19"/> <enumeration value="20"/> <enumeration value="35"/> <enumeration value="36"/> <enumeration value="37"/> <enumeration value="38"/> <enumeration value="39"/> <enumeration value="40"/> <enumeration value="41"/> <enumeration value="42"/> <enumeration value="43"/> <enumeration value="44"/> <enumeration value="51"/> <enumeration value="52"/> <enumeration value="53"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
crossProject |
protected String |
crossProjectName |
protected BigInteger |
lagFormat |
protected BigInteger |
linkLag |
protected BigInteger |
predecessorUID |
protected BigInteger |
type |
Constructor and Description |
---|
PredecessorLink() |
Modifier and Type | Method and Description |
---|---|
String |
getCrossProjectName()
Gets the value of the crossProjectName property.
|
BigInteger |
getLagFormat()
Gets the value of the lagFormat property.
|
BigInteger |
getLinkLag()
Gets the value of the linkLag property.
|
BigInteger |
getPredecessorUID()
Gets the value of the predecessorUID property.
|
BigInteger |
getType()
Gets the value of the type property.
|
Boolean |
isCrossProject()
Gets the value of the crossProject property.
|
void |
setCrossProject(Boolean value)
Sets the value of the crossProject property.
|
void |
setCrossProjectName(String value)
Sets the value of the crossProjectName property.
|
void |
setLagFormat(BigInteger value)
Sets the value of the lagFormat property.
|
void |
setLinkLag(BigInteger value)
Sets the value of the linkLag property.
|
void |
setPredecessorUID(BigInteger value)
Sets the value of the predecessorUID property.
|
void |
setType(BigInteger value)
Sets the value of the type property.
|
protected BigInteger predecessorUID
protected BigInteger type
protected Boolean crossProject
protected String crossProjectName
protected BigInteger linkLag
protected BigInteger lagFormat
public BigInteger getPredecessorUID()
BigInteger
public void setPredecessorUID(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getType()
BigInteger
public void setType(BigInteger value)
value
- allowed object is
BigInteger
public Boolean isCrossProject()
String
public void setCrossProject(Boolean value)
value
- allowed object is
String
public String getCrossProjectName()
String
public void setCrossProjectName(String value)
value
- allowed object is
String
public BigInteger getLinkLag()
BigInteger
public void setLinkLag(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getLagFormat()
BigInteger
public void setLagFormat(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2000–2024 Packwood Software. All rights reserved.