com.google.code.linkedinapi.schema
Interface MemberGroup

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
MemberGroupImpl, MemberGroupImpl

public interface MemberGroup
extends SchemaEntity

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>
 


Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getName()
          Gets the value of the name property.
 SiteGroupRequest getSiteGroupRequest()
          Gets the value of the siteGroupRequest property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setSiteGroupRequest(SiteGroupRequest value)
          Sets the value of the siteGroupRequest property.
 

Method Detail

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getSiteGroupRequest

SiteGroupRequest getSiteGroupRequest()
Gets the value of the siteGroupRequest property.

Returns:
possible object is SiteGroupRequest

setSiteGroupRequest

void setSiteGroupRequest(SiteGroupRequest value)
Sets the value of the siteGroupRequest property.

Parameters:
value - allowed object is SiteGroupRequest