public class

RequestInfo

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.mails.RequestInfo

Class Overview

Java class for RequestInfo complex type.

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

 <complexType name="RequestInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RequestorEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Justification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RequestId" type="{http://microsoft.com/wsdl/types/}guid"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String justification
protected String requestId
protected String requestorEmail
Public Constructors
RequestInfo()
Public Methods
String getJustification()
Gets the value of the justification property.
String getRequestId()
Gets the value of the requestId property.
String getRequestorEmail()
Gets the value of the requestorEmail property.
void setJustification(String value)
Sets the value of the justification property.
void setRequestId(String value)
Sets the value of the requestId property.
void setRequestorEmail(String value)
Sets the value of the requestorEmail property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String justification

protected String requestId

protected String requestorEmail

Public Constructors

public RequestInfo ()

Public Methods

public String getJustification ()

Gets the value of the justification property.

Returns
  • possible object is String

public String getRequestId ()

Gets the value of the requestId property.

Returns
  • possible object is String

public String getRequestorEmail ()

Gets the value of the requestorEmail property.

Returns
  • possible object is String

public void setJustification (String value)

Sets the value of the justification property.

Parameters
value Allowed object is String

public void setRequestId (String value)

Sets the value of the requestId property.

Parameters
value Allowed object is String

public void setRequestorEmail (String value)

Sets the value of the requestorEmail property.

Parameters
value Allowed object is String