|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.WorkTimeType
public class WorkTimeType
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 |
|---|
protected Date start
protected Date finish
| Constructor Detail |
|---|
public WorkTimeType()
| Method Detail |
|---|
public Date getStart()
Stringpublic void setStart(Date value)
value - allowed object is
Stringpublic Date getFinish()
Stringpublic void setFinish(Date value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||