net.sf.mpxj.mspdi.schema
Class Project.Tasks.Task.PredecessorLink

java.lang.Object
  extended by net.sf.mpxj.mspdi.schema.Project.Tasks.Task.PredecessorLink
Enclosing class:
Project.Tasks.Task

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>
 


Field Summary
protected  Boolean crossProject
           
protected  String crossProjectName
           
protected  BigInteger lagFormat
           
protected  BigInteger linkLag
           
protected  BigInteger predecessorUID
           
protected  BigInteger type
           
 
Constructor Summary
Project.Tasks.Task.PredecessorLink()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

predecessorUID

protected BigInteger predecessorUID

type

protected BigInteger type

crossProject

protected Boolean crossProject

crossProjectName

protected String crossProjectName

linkLag

protected BigInteger linkLag

lagFormat

protected BigInteger lagFormat
Constructor Detail

Project.Tasks.Task.PredecessorLink

public Project.Tasks.Task.PredecessorLink()
Method Detail

getPredecessorUID

public BigInteger getPredecessorUID()
Gets the value of the predecessorUID property.

Returns:
possible object is BigInteger

setPredecessorUID

public void setPredecessorUID(BigInteger value)
Sets the value of the predecessorUID property.

Parameters:
value - allowed object is BigInteger

getType

public BigInteger getType()
Gets the value of the type property.

Returns:
possible object is BigInteger

setType

public void setType(BigInteger value)
Sets the value of the type property.

Parameters:
value - allowed object is BigInteger

isCrossProject

public Boolean isCrossProject()
Gets the value of the crossProject property.

Returns:
possible object is String

setCrossProject

public void setCrossProject(Boolean value)
Sets the value of the crossProject property.

Parameters:
value - allowed object is String

getCrossProjectName

public String getCrossProjectName()
Gets the value of the crossProjectName property.

Returns:
possible object is String

setCrossProjectName

public void setCrossProjectName(String value)
Sets the value of the crossProjectName property.

Parameters:
value - allowed object is String

getLinkLag

public BigInteger getLinkLag()
Gets the value of the linkLag property.

Returns:
possible object is BigInteger

setLinkLag

public void setLinkLag(BigInteger value)
Sets the value of the linkLag property.

Parameters:
value - allowed object is BigInteger

getLagFormat

public BigInteger getLagFormat()
Gets the value of the lagFormat property.

Returns:
possible object is BigInteger

setLagFormat

public void setLagFormat(BigInteger value)
Sets the value of the lagFormat property.

Parameters:
value - allowed object is BigInteger


Copyright © 2012. All Rights Reserved.