generated
Class GroupInfo

java.lang.Object
  extended by generated.GroupInfo

public class GroupInfo
extends java.lang.Object

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

group

protected Group group

members

protected Members members
Constructor Detail

GroupInfo

public GroupInfo()
Method Detail

getGroup

public Group getGroup()
Gets the value of the group property.

Returns:
possible object is Group

setGroup

public void setGroup(Group value)
Sets the value of the group property.

Parameters:
value - allowed object is Group

getMembers

public Members getMembers()
Gets the value of the members property.

Returns:
possible object is Members

setMembers

public void setMembers(Members value)
Sets the value of the members property.

Parameters:
value - allowed object is Members


Copyright © 2012 eXo Platform SAS. All Rights Reserved.