public class

UpdateGroupInfo

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.usergroup.UpdateGroupInfo

Class Overview

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 name="oldGroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="groupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ownerIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ownerType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String description
protected String groupName
protected String oldGroupName
protected String ownerIdentifier
protected String ownerType
Public Constructors
UpdateGroupInfo()
Public Methods
String getDescription()
Gets the value of the description property.
String getGroupName()
Gets the value of the groupName property.
String getOldGroupName()
Gets the value of the oldGroupName property.
String getOwnerIdentifier()
Gets the value of the ownerIdentifier property.
String getOwnerType()
Gets the value of the ownerType property.
void setDescription(String value)
Sets the value of the description property.
void setGroupName(String value)
Sets the value of the groupName property.
void setOldGroupName(String value)
Sets the value of the oldGroupName property.
void setOwnerIdentifier(String value)
Sets the value of the ownerIdentifier property.
void setOwnerType(String value)
Sets the value of the ownerType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected String groupName

protected String oldGroupName

protected String ownerIdentifier

protected String ownerType

Public Constructors

public UpdateGroupInfo ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getGroupName ()

Gets the value of the groupName property.

Returns
  • possible object is String

public String getOldGroupName ()

Gets the value of the oldGroupName property.

Returns
  • possible object is String

public String getOwnerIdentifier ()

Gets the value of the ownerIdentifier property.

Returns
  • possible object is String

public String getOwnerType ()

Gets the value of the ownerType property.

Returns
  • possible object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setGroupName (String value)

Sets the value of the groupName property.

Parameters
value Allowed object is String

public void setOldGroupName (String value)

Sets the value of the oldGroupName property.

Parameters
value Allowed object is String

public void setOwnerIdentifier (String value)

Sets the value of the ownerIdentifier property.

Parameters
value Allowed object is String

public void setOwnerType (String value)

Sets the value of the ownerType property.

Parameters
value Allowed object is String