public class GroupCategory extends Object
Java class for GroupCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupCategory">
<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="alumni"/>
<enumeration value="corporate"/>
<enumeration value="conference"/>
<enumeration value="network"/>
<enumeration value="philanthropic"/>
<enumeration value="professional"/>
<enumeration value="other"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GroupCategoryCode |
code |
| Constructor and Description |
|---|
GroupCategory() |
| Modifier and Type | Method and Description |
|---|---|
GroupCategoryCode |
getCode()
Gets the value of the code property.
|
void |
setCode(GroupCategoryCode value)
Sets the value of the code property.
|
protected GroupCategoryCode code
public GroupCategoryCode getCode()
GroupCategoryCodepublic void setCode(GroupCategoryCode value)
value - allowed object is
GroupCategoryCodeApache Camel