public class MembershipState 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="blocked"/>
<enumeration value="non-member"/>
<enumeration value="awaiting-confirmation"/>
<enumeration value="awaiting-parent-group-confirmation"/>
<enumeration value="member"/>
<enumeration value="moderator"/>
<enumeration value="manager"/>
<enumeration value="owner"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MembershipStateCode |
code |
| Constructor and Description |
|---|
MembershipState() |
| Modifier and Type | Method and Description |
|---|---|
MembershipStateCode |
getCode()
Gets the value of the code property.
|
void |
setCode(MembershipStateCode value)
Sets the value of the code property.
|
protected MembershipStateCode code
public MembershipStateCode getCode()
MembershipStateCodepublic void setCode(MembershipStateCode value)
value - allowed object is
MembershipStateCodeApache Camel