|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.ResourceRequestType.ResourceRequestCriterion
public static class ResourceRequestType.ResourceRequestCriterion
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 |
|---|
protected String criterionType
protected String proficiency
protected int valueObjectId
| Constructor Detail |
|---|
public ResourceRequestType.ResourceRequestCriterion()
| Method Detail |
|---|
public String getCriterionType()
Stringpublic void setCriterionType(String value)
value - allowed object is
Stringpublic String getProficiency()
Stringpublic void setProficiency(String value)
value - allowed object is
Stringpublic int getValueObjectId()
public void setValueObjectId(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||