public class

GetUserLoginFromEmail

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

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="emailXml" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class GetUserLoginFromEmail.EmailXml

Java class for anonymous complex type. 

Fields
protected GetUserLoginFromEmail.EmailXml emailXml
Public Constructors
GetUserLoginFromEmail()
Public Methods
GetUserLoginFromEmail.EmailXml getEmailXml()
Gets the value of the emailXml property.
void setEmailXml(GetUserLoginFromEmail.EmailXml value)
Sets the value of the emailXml property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetUserLoginFromEmail.EmailXml emailXml

Public Constructors

public GetUserLoginFromEmail ()

Public Methods

public GetUserLoginFromEmail.EmailXml getEmailXml ()

Gets the value of the emailXml property.

Returns

public void setEmailXml (GetUserLoginFromEmail.EmailXml value)

Sets the value of the emailXml property.

Parameters
value Allowed object is GetUserLoginFromEmail.EmailXml