public class MemberGroup 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 ref="{}id"/>
<element ref="{}name"/>
<element ref="{}site-group-request"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
name |
protected SiteGroupRequest |
siteGroupRequest |
| Constructor and Description |
|---|
MemberGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
SiteGroupRequest |
getSiteGroupRequest()
Gets the value of the siteGroupRequest property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSiteGroupRequest(SiteGroupRequest value)
Sets the value of the siteGroupRequest property.
|
protected String id
protected String name
protected SiteGroupRequest siteGroupRequest
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic SiteGroupRequest getSiteGroupRequest()
SiteGroupRequestpublic void setSiteGroupRequest(SiteGroupRequest value)
value - allowed object is
SiteGroupRequestApache Camel