net.sf.mpxj.primavera.schema
Class WorkTimeType

java.lang.Object
  extended by net.sf.mpxj.primavera.schema.WorkTimeType

public class WorkTimeType
extends Object

Java class for WorkTimeType complex type.

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

 <complexType name="WorkTimeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Start" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}time">
               <pattern value="\d{2}:[03]0:00"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Finish" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}time">
               <pattern value="\d{2}:[25]9:00"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Date finish
           
protected  Date start
           
 
Constructor Summary
WorkTimeType()
           
 
Method Summary
 Date getFinish()
          Gets the value of the finish property.
 Date getStart()
          Gets the value of the start property.
 void setFinish(Date value)
          Sets the value of the finish property.
 void setStart(Date value)
          Sets the value of the start property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

protected Date start

finish

protected Date finish
Constructor Detail

WorkTimeType

public WorkTimeType()
Method Detail

getStart

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

Returns:
possible object is String

setStart

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

Parameters:
value - allowed object is String

getFinish

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

Returns:
possible object is String

setFinish

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

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.