spot
Interface LOGType.TASKSType.STORYType

Enclosing interface:
LOGType.TASKSType

public static interface LOGType.TASKSType.STORYType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="WORK" type="{http://www.w3schools.com}worktype" maxOccurs="unbounded"/>
         <element name="TASK" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="WORK" type="{http://www.w3schools.com}worktype" maxOccurs="unbounded"/>
                   <element name="FILE" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                 </sequence>
                 <attribute name="actualStartDate" type="{http://www.w3.org/2001/XMLSchema}long" />
                 <attribute name="state">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="NOTSTARTED"/>
                       <enumeration value="INCOMPLETE"/>
                       <enumeration value="DONE"/>
                     </restriction>
                   </simpleType>
                 </attribute>
                 <attribute name="actualEndDate" type="{http://www.w3.org/2001/XMLSchema}long" />
                 <attribute name="estimatedIdealDays" type="{http://www.w3.org/2001/XMLSchema}decimal" />
                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="state">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="NOTSTARTED"/>
             <enumeration value="INCOMPLETE"/>
             <enumeration value="DONE"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="estimatedIdealDays" type="{http://www.w3.org/2001/XMLSchema}decimal" />
       <attribute name="actualStartDate" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="actualEndDate" type="{http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface LOGType.TASKSType.STORYType.TASKType
          The following schema fragment specifies the expected content contained within this java content object.
 
Method Summary
 long getActualEndDate()
           
 long getActualStartDate()
           
 java.math.BigDecimal getEstimatedIdealDays()
           
 java.lang.String getName()
           
 java.lang.String getState()
           
 java.util.List getTASK()
           
 java.util.List getWORK()
           
 void setActualEndDate(long value)
           
 void setActualStartDate(long value)
           
 void setEstimatedIdealDays(java.math.BigDecimal value)
           
 void setName(java.lang.String value)
           
 void setState(java.lang.String value)
           
 

Method Detail

getTASK

public java.util.List getTASK()

getActualStartDate

public long getActualStartDate()

setActualStartDate

public void setActualStartDate(long value)

getState

public java.lang.String getState()

setState

public void setState(java.lang.String value)

getActualEndDate

public long getActualEndDate()

setActualEndDate

public void setActualEndDate(long value)

getEstimatedIdealDays

public java.math.BigDecimal getEstimatedIdealDays()

setEstimatedIdealDays

public void setEstimatedIdealDays(java.math.BigDecimal value)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)

getWORK

public java.util.List getWORK()