public static class Document.Links.Link 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="ID" type="{http://www.w3.org/2001/XMLSchema}int"/> <choice> <sequence> <element name="SourceTaskID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="DestinationTaskID" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> <sequence> <element name="SourceProjectID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="DestinationProjectID" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </choice> <element name="Type"> <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="Lag" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="LagUnit" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ShortTimeUnitType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
destinationProjectID |
protected Integer |
destinationTaskID |
protected Integer |
id |
protected Double |
lag |
protected TimeUnit |
lagUnit |
protected Integer |
sourceProjectID |
protected Integer |
sourceTaskID |
protected RelationType |
type |
Constructor and Description |
---|
Link() |
Modifier and Type | Method and Description |
---|---|
Integer |
getDestinationProjectID()
Gets the value of the destinationProjectID property.
|
Integer |
getDestinationTaskID()
Gets the value of the destinationTaskID property.
|
Integer |
getID()
Gets the value of the id property.
|
Double |
getLag()
Gets the value of the lag property.
|
TimeUnit |
getLagUnit()
Gets the value of the lagUnit property.
|
Integer |
getSourceProjectID()
Gets the value of the sourceProjectID property.
|
Integer |
getSourceTaskID()
Gets the value of the sourceTaskID property.
|
RelationType |
getType()
Gets the value of the type property.
|
void |
setDestinationProjectID(Integer value)
Sets the value of the destinationProjectID property.
|
void |
setDestinationTaskID(Integer value)
Sets the value of the destinationTaskID property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setLag(Double value)
Sets the value of the lag property.
|
void |
setLagUnit(TimeUnit value)
Sets the value of the lagUnit property.
|
void |
setSourceProjectID(Integer value)
Sets the value of the sourceProjectID property.
|
void |
setSourceTaskID(Integer value)
Sets the value of the sourceTaskID property.
|
void |
setType(RelationType value)
Sets the value of the type property.
|
protected Integer id
protected Integer sourceTaskID
protected Integer destinationTaskID
protected Integer sourceProjectID
protected Integer destinationProjectID
protected RelationType type
protected Double lag
protected TimeUnit lagUnit
public void setID(Integer value)
value
- allowed object is
String
public Integer getSourceTaskID()
String
public void setSourceTaskID(Integer value)
value
- allowed object is
String
public Integer getDestinationTaskID()
String
public void setDestinationTaskID(Integer value)
value
- allowed object is
String
public Integer getSourceProjectID()
String
public void setSourceProjectID(Integer value)
value
- allowed object is
String
public Integer getDestinationProjectID()
String
public void setDestinationProjectID(Integer value)
value
- allowed object is
String
public RelationType getType()
String
public void setType(RelationType value)
value
- allowed object is
String
public Double getLag()
String
public void setLag(Double value)
value
- allowed object is
String
public TimeUnit getLagUnit()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.