spot
Interface LOGType.CHANGEREQUESTSType.CHANGEREQUESTType

Enclosing interface:
LOGType.CHANGEREQUESTSType

public static interface LOGType.CHANGEREQUESTSType.CHANGEREQUESTType

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" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="FILE" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                 </sequence>
                 <attribute name="reviewedBy" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="pair" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}decimal" />
                 <attribute name="type">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="paired"/>
                       <enumeration value="solo"/>
                       <enumeration value="reviewedBy"/>
                     </restriction>
                   </simpleType>
                 </attribute>
                 <attribute name="date" type="{http://www.w3.org/2001/XMLSchema}long" />
                 <attribute name="unitTests" type="{http://www.w3.org/2001/XMLSchema}integer" />
                 <attribute name="purpose">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="refactor"/>
                       <enumeration value="add"/>
                       <enumeration value="defect"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </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="priority">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="low"/>
             <enumeration value="medium"/>
             <enumeration value="high"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="severity">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="low"/>
             <enumeration value="medium"/>
             <enumeration value="high"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="Defect"/>
             <enumeration value="Enhancement"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface LOGType.CHANGEREQUESTSType.CHANGEREQUESTType.WORKType
          The following schema fragment specifies the expected content contained within this java content object.
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getPriority()
           
 java.lang.String getSeverity()
           
 java.lang.String getState()
           
 java.lang.String getType()
           
 java.util.List getWORK()
           
 void setName(java.lang.String value)
           
 void setPriority(java.lang.String value)
           
 void setSeverity(java.lang.String value)
           
 void setState(java.lang.String value)
           
 void setType(java.lang.String value)
           
 

Method Detail

getType

public java.lang.String getType()

setType

public void setType(java.lang.String value)

getSeverity

public java.lang.String getSeverity()

setSeverity

public void setSeverity(java.lang.String value)

getState

public java.lang.String getState()

setState

public void setState(java.lang.String value)

getPriority

public java.lang.String getPriority()

setPriority

public void setPriority(java.lang.String value)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)

getWORK

public java.util.List getWORK()