net.sf.mpxj.primavera.schema
Class ResourceRequestType.ResourceRequestCriterion

java.lang.Object
  extended by net.sf.mpxj.primavera.schema.ResourceRequestType.ResourceRequestCriterion
Enclosing class:
ResourceRequestType

public static class ResourceRequestType.ResourceRequestCriterion
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CriterionType">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="Primary Role"/>
               <enumeration value="Role"/>
               <enumeration value="Resource"/>
               <enumeration value="Resource Code"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Proficiency" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="1 - Master"/>
               <enumeration value="2 - Expert"/>
               <enumeration value="3 - Skilled"/>
               <enumeration value="4 - Proficient"/>
               <enumeration value="5 - Inexperienced"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ValueObjectId" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String criterionType
           
protected  String proficiency
           
protected  int valueObjectId
           
 
Constructor Summary
ResourceRequestType.ResourceRequestCriterion()
           
 
Method Summary
 String getCriterionType()
          Gets the value of the criterionType property.
 String getProficiency()
          Gets the value of the proficiency property.
 int getValueObjectId()
          Gets the value of the valueObjectId property.
 void setCriterionType(String value)
          Sets the value of the criterionType property.
 void setProficiency(String value)
          Sets the value of the proficiency property.
 void setValueObjectId(int value)
          Sets the value of the valueObjectId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

criterionType

protected String criterionType

proficiency

protected String proficiency

valueObjectId

protected int valueObjectId
Constructor Detail

ResourceRequestType.ResourceRequestCriterion

public ResourceRequestType.ResourceRequestCriterion()
Method Detail

getCriterionType

public String getCriterionType()
Gets the value of the criterionType property.

Returns:
possible object is String

setCriterionType

public void setCriterionType(String value)
Sets the value of the criterionType property.

Parameters:
value - allowed object is String

getProficiency

public String getProficiency()
Gets the value of the proficiency property.

Returns:
possible object is String

setProficiency

public void setProficiency(String value)
Sets the value of the proficiency property.

Parameters:
value - allowed object is String

getValueObjectId

public int getValueObjectId()
Gets the value of the valueObjectId property.


setValueObjectId

public void setValueObjectId(int value)
Sets the value of the valueObjectId property.



Copyright © 2012. All Rights Reserved.