net.sf.mpxj.mspdi.schema
Class TimephasedDataType

java.lang.Object
  extended by net.sf.mpxj.mspdi.schema.TimephasedDataType

public class TimephasedDataType
extends Object

The definition of the time phased data block.

Java class for TimephasedDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TimephasedDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Type" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="1"/>
               <enumeration value="2"/>
               <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="16"/>
               <enumeration value="17"/>
               <enumeration value="18"/>
               <enumeration value="19"/>
               <enumeration value="20"/>
               <enumeration value="21"/>
               <enumeration value="22"/>
               <enumeration value="23"/>
               <enumeration value="24"/>
               <enumeration value="25"/>
               <enumeration value="26"/>
               <enumeration value="27"/>
               <enumeration value="28"/>
               <enumeration value="29"/>
               <enumeration value="30"/>
               <enumeration value="31"/>
               <enumeration value="32"/>
               <enumeration value="33"/>
               <enumeration value="34"/>
               <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="45"/>
               <enumeration value="46"/>
               <enumeration value="47"/>
               <enumeration value="48"/>
               <enumeration value="49"/>
               <enumeration value="50"/>
               <enumeration value="51"/>
               <enumeration value="52"/>
               <enumeration value="53"/>
               <enumeration value="54"/>
               <enumeration value="55"/>
               <enumeration value="56"/>
               <enumeration value="57"/>
               <enumeration value="58"/>
               <enumeration value="59"/>
               <enumeration value="60"/>
               <enumeration value="61"/>
               <enumeration value="62"/>
               <enumeration value="63"/>
               <enumeration value="64"/>
               <enumeration value="65"/>
               <enumeration value="66"/>
               <enumeration value="67"/>
               <enumeration value="68"/>
               <enumeration value="69"/>
               <enumeration value="70"/>
               <enumeration value="71"/>
               <enumeration value="72"/>
               <enumeration value="73"/>
               <enumeration value="74"/>
               <enumeration value="75"/>
               <enumeration value="76"/>
             </restriction>
           </simpleType>
         </element>
         <element name="UID" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Finish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Unit" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="0"/>
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="5"/>
               <enumeration value="8"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Calendar finish
           
protected  Calendar start
           
protected  BigInteger type
           
protected  BigInteger uid
           
protected  BigInteger unit
           
protected  String value
           
 
Constructor Summary
TimephasedDataType()
           
 
Method Summary
 Calendar getFinish()
          Gets the value of the finish property.
 Calendar getStart()
          Gets the value of the start property.
 BigInteger getType()
          Gets the value of the type property.
 BigInteger getUID()
          Gets the value of the uid property.
 BigInteger getUnit()
          Gets the value of the unit property.
 String getValue()
          Gets the value of the value property.
 void setFinish(Calendar value)
          Sets the value of the finish property.
 void setStart(Calendar value)
          Sets the value of the start property.
 void setType(BigInteger value)
          Sets the value of the type property.
 void setUID(BigInteger value)
          Sets the value of the uid property.
 void setUnit(BigInteger value)
          Sets the value of the unit property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected BigInteger type

uid

protected BigInteger uid

start

protected Calendar start

finish

protected Calendar finish

unit

protected BigInteger unit

value

protected String value
Constructor Detail

TimephasedDataType

public TimephasedDataType()
Method Detail

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

getUID

public BigInteger getUID()
Gets the value of the uid property.

Returns:
possible object is BigInteger

setUID

public void setUID(BigInteger value)
Sets the value of the uid property.

Parameters:
value - allowed object is BigInteger

getStart

public Calendar getStart()
Gets the value of the start property.

Returns:
possible object is String

setStart

public void setStart(Calendar value)
Sets the value of the start property.

Parameters:
value - allowed object is String

getFinish

public Calendar getFinish()
Gets the value of the finish property.

Returns:
possible object is String

setFinish

public void setFinish(Calendar value)
Sets the value of the finish property.

Parameters:
value - allowed object is String

getUnit

public BigInteger getUnit()
Gets the value of the unit property.

Returns:
possible object is BigInteger

setUnit

public void setUnit(BigInteger value)
Sets the value of the unit property.

Parameters:
value - allowed object is BigInteger

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.