generated
Class Membership

java.lang.Object
  extended by generated.Membership

public class Membership
extends java.lang.Object

Java class for _typeMembership_ complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="_typeMembership_">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="membershipType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="groupId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String groupId
           
protected  java.lang.String id
           
protected  java.lang.String membershipType
           
protected  java.lang.String userName
           
 
Constructor Summary
Membership()
           
 
Method Summary
 java.lang.String getGroupId()
          Gets the value of the groupId property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getMembershipType()
          Gets the value of the membershipType property.
 java.lang.String getUserName()
          Gets the value of the userName property.
 void setGroupId(java.lang.String value)
          Sets the value of the groupId property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setMembershipType(java.lang.String value)
          Sets the value of the membershipType property.
 void setUserName(java.lang.String value)
          Sets the value of the userName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

membershipType

protected java.lang.String membershipType

id

protected java.lang.String id

groupId

protected java.lang.String groupId

userName

protected java.lang.String userName
Constructor Detail

Membership

public Membership()
Method Detail

getMembershipType

public java.lang.String getMembershipType()
Gets the value of the membershipType property.

Returns:
possible object is String

setMembershipType

public void setMembershipType(java.lang.String value)
Sets the value of the membershipType property.

Parameters:
value - allowed object is String

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getGroupId

public java.lang.String getGroupId()
Gets the value of the groupId property.

Returns:
possible object is String

setGroupId

public void setGroupId(java.lang.String value)
Sets the value of the groupId property.

Parameters:
value - allowed object is String

getUserName

public java.lang.String getUserName()
Gets the value of the userName property.

Returns:
possible object is String

setUserName

public void setUserName(java.lang.String value)
Sets the value of the userName property.

Parameters:
value - allowed object is String


Copyright © 2010 eXo Platform SAS. All Rights Reserved.