public class Category 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="discussion"/>
<enumeration value="job"/>
<enumeration value="promotion"/>
<enumeration value="linkedin-job"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PostCategoryCode |
code |
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
PostCategoryCode |
getCode()
Gets the value of the code property.
|
void |
setCode(PostCategoryCode value)
Sets the value of the code property.
|
protected PostCategoryCode code
public PostCategoryCode getCode()
PostCategoryCodepublic void setCode(PostCategoryCode value)
value - allowed object is
PostCategoryCodeApache Camel