public class

RequestResponse

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

Class Overview

Java class for RequestResponse complex type.

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

 <complexType name="RequestResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="JobID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="JobStatus" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}RequestStatus"/>
         <element name="Alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String alias
protected String comment
protected int jobID
protected RequestStatus jobStatus
Public Constructors
RequestResponse()
Public Methods
String getAlias()
Gets the value of the alias property.
String getComment()
Gets the value of the comment property.
int getJobID()
Gets the value of the jobID property.
RequestStatus getJobStatus()
Gets the value of the jobStatus property.
void setAlias(String value)
Sets the value of the alias property.
void setComment(String value)
Sets the value of the comment property.
void setJobID(int value)
Sets the value of the jobID property.
void setJobStatus(RequestStatus value)
Sets the value of the jobStatus property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String alias

protected String comment

protected int jobID

protected RequestStatus jobStatus

Public Constructors

public RequestResponse ()

Public Methods

public String getAlias ()

Gets the value of the alias property.

Returns
  • possible object is String

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public int getJobID ()

Gets the value of the jobID property.

public RequestStatus getJobStatus ()

Gets the value of the jobStatus property.

Returns

public void setAlias (String value)

Sets the value of the alias property.

Parameters
value Allowed object is String

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setJobID (int value)

Sets the value of the jobID property.

Parameters
value

public void setJobStatus (RequestStatus value)

Sets the value of the jobStatus property.

Parameters
value Allowed object is RequestStatus