public static class Document.TaskList.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}int"/> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="LinkLag" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="LagFormat" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="CrossProject" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
crossProject |
protected Integer |
lagFormat |
protected long |
linkLag |
protected Integer |
predecessorUID |
protected Integer |
type |
Constructor and Description |
---|
PredecessorLink() |
Modifier and Type | Method and Description |
---|---|
Integer |
getLagFormat()
Gets the value of the lagFormat property.
|
long |
getLinkLag()
Gets the value of the linkLag property.
|
Integer |
getPredecessorUID()
Gets the value of the predecessorUID property.
|
Integer |
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 |
setLagFormat(Integer value)
Sets the value of the lagFormat property.
|
void |
setLinkLag(long value)
Sets the value of the linkLag property.
|
void |
setPredecessorUID(Integer value)
Sets the value of the predecessorUID property.
|
void |
setType(Integer value)
Sets the value of the type property.
|
protected Integer predecessorUID
protected Integer type
protected long linkLag
protected Integer lagFormat
protected Boolean crossProject
public Integer getPredecessorUID()
String
public void setPredecessorUID(Integer value)
value
- allowed object is
String
public Integer getType()
String
public void setType(Integer value)
value
- allowed object is
String
public long getLinkLag()
public void setLinkLag(long value)
public Integer getLagFormat()
String
public void setLagFormat(Integer value)
value
- allowed object is
String
public Boolean isCrossProject()
String
Copyright © 2000–2025 MPXJ. All rights reserved.