public class JobFunction 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="code">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="acct"/>
<enumeration value="adm"/>
<enumeration value="advr"/>
<enumeration value="anls"/>
<enumeration value="art"/>
<enumeration value="bd"/>
<enumeration value="cnsl"/>
<enumeration value="cust"/>
<enumeration value="dist"/>
<enumeration value="dsgn"/>
<enumeration value="edu"/>
<enumeration value="eng"/>
<enumeration value="fin"/>
<enumeration value="genb"/>
<enumeration value="hr"/>
<enumeration value="it"/>
<enumeration value="lgl"/>
<enumeration value="mgmt"/>
<enumeration value="mnfc"/>
<enumeration value="mrkt"/>
<enumeration value="othr"/>
<enumeration value="pr"/>
<enumeration value="prch"/>
<enumeration value="prdm"/>
<enumeration value="prjm"/>
<enumeration value="prod"/>
<enumeration value="qa"/>
<enumeration value="rsch"/>
<enumeration value="sale"/>
<enumeration value="sci"/>
<enumeration value="stra"/>
<enumeration value="supl"/>
<enumeration value="trng"/>
<enumeration value="wrt"/>
</restriction>
</simpleType>
</element>
<element ref="{}name"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JobFunctionCode |
code |
protected String |
name |
| Constructor and Description |
|---|
JobFunction() |
| Modifier and Type | Method and Description |
|---|---|
JobFunctionCode |
getCode()
Gets the value of the code property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCode(JobFunctionCode value)
Sets the value of the code property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected JobFunctionCode code
protected String name
public JobFunctionCode getCode()
JobFunctionCodepublic void setCode(JobFunctionCode value)
value - allowed object is
JobFunctionCodepublic String getName()
StringApache Camel