|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgenerated.GroupInfo
public class GroupInfo
Java class for _groupInfo_ complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_groupInfo_">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="group" type="{}_typeGroup_"/>
<element name="members" type="{}members"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Group |
group
|
protected Members |
members
|
| Constructor Summary | |
|---|---|
GroupInfo()
|
|
| Method Summary | |
|---|---|
Group |
getGroup()
Gets the value of the group property. |
Members |
getMembers()
Gets the value of the members property. |
void |
setGroup(Group value)
Sets the value of the group property. |
void |
setMembers(Members value)
Sets the value of the members property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Group group
protected Members members
| Constructor Detail |
|---|
public GroupInfo()
| Method Detail |
|---|
public Group getGroup()
Grouppublic void setGroup(Group value)
value - allowed object is
Grouppublic Members getMembers()
Memberspublic void setMembers(Members value)
value - allowed object is
Members
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||