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>
Modifier and Type | Field and Description |
---|---|
protected String |
criterionType |
protected String |
proficiency |
protected int |
valueObjectId |
Constructor and Description |
---|
ResourceRequestCriterion() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String criterionType
protected String proficiency
protected int valueObjectId
public String getCriterionType()
String
public void setCriterionType(String value)
value
- allowed object is
String
public String getProficiency()
String
public void setProficiency(String value)
value
- allowed object is
String
public int getValueObjectId()
public void setValueObjectId(int value)
Copyright © 2000–2024 Packwood Software. All rights reserved.