com.microsoft.exchange.messages
Class ResponseMessageType

java.lang.Object
  extended by com.microsoft.exchange.messages.ResponseMessageType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
AttachmentInfoResponseMessageType, BaseDelegateResponseMessageType, ConvertIdResponseMessageType, DelegateUserResponseMessageType, DeleteAttachmentResponseMessageType, ExpandDLResponseMessageType, FindFolderResponseMessageType, FindItemResponseMessageType, FolderInfoResponseMessageType, GetEventsResponseMessageType, ItemInfoResponseMessageType, ResolveNamesResponseMessageType, SendNotificationResponseMessageType, SubscribeResponseMessageType, SyncFolderHierarchyResponseMessageType, SyncFolderItemsResponseMessageType

public class ResponseMessageType
extends Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for ResponseMessageType complex type.

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

 <complexType name="ResponseMessageType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <element name="MessageText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ResponseCode" type="{http://schemas.microsoft.com/exchange/services/2006/messages}ResponseCodeType" minOccurs="0"/>
         <element name="DescriptiveLinkKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MessageXml" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="ResponseClass" use="required" type="{http://schemas.microsoft.com/exchange/services/2006/types}ResponseClassType" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ResponseMessageType.MessageXml
          Java class for anonymous complex type.
 
Field Summary
protected  Integer descriptiveLinkKey
           
protected  String messageText
           
protected  ResponseMessageType.MessageXml messageXml
           
protected  ResponseClassType responseClass
           
protected  ResponseCodeType responseCode
           
 
Constructor Summary
ResponseMessageType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 Integer getDescriptiveLinkKey()
          Gets the value of the descriptiveLinkKey property.
 String getMessageText()
          Gets the value of the messageText property.
 ResponseMessageType.MessageXml getMessageXml()
          Gets the value of the messageXml property.
 ResponseClassType getResponseClass()
          Gets the value of the responseClass property.
 ResponseCodeType getResponseCode()
          Gets the value of the responseCode property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setDescriptiveLinkKey(Integer value)
          Sets the value of the descriptiveLinkKey property.
 void setMessageText(String value)
          Sets the value of the messageText property.
 void setMessageXml(ResponseMessageType.MessageXml value)
          Sets the value of the messageXml property.
 void setResponseClass(ResponseClassType value)
          Sets the value of the responseClass property.
 void setResponseCode(ResponseCodeType value)
          Sets the value of the responseCode property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

messageText

protected String messageText

responseCode

protected ResponseCodeType responseCode

descriptiveLinkKey

protected Integer descriptiveLinkKey

messageXml

protected ResponseMessageType.MessageXml messageXml

responseClass

protected ResponseClassType responseClass
Constructor Detail

ResponseMessageType

public ResponseMessageType()
Method Detail

getMessageText

public String getMessageText()
Gets the value of the messageText property.

Returns:
possible object is String

setMessageText

public void setMessageText(String value)
Sets the value of the messageText property.

Parameters:
value - allowed object is String

getResponseCode

public ResponseCodeType getResponseCode()
Gets the value of the responseCode property.

Returns:
possible object is ResponseCodeType

setResponseCode

public void setResponseCode(ResponseCodeType value)
Sets the value of the responseCode property.

Parameters:
value - allowed object is ResponseCodeType

getDescriptiveLinkKey

public Integer getDescriptiveLinkKey()
Gets the value of the descriptiveLinkKey property.

Returns:
possible object is Integer

setDescriptiveLinkKey

public void setDescriptiveLinkKey(Integer value)
Sets the value of the descriptiveLinkKey property.

Parameters:
value - allowed object is Integer

getMessageXml

public ResponseMessageType.MessageXml getMessageXml()
Gets the value of the messageXml property.

Returns:
possible object is ResponseMessageType.MessageXml

setMessageXml

public void setMessageXml(ResponseMessageType.MessageXml value)
Sets the value of the messageXml property.

Parameters:
value - allowed object is ResponseMessageType.MessageXml

getResponseClass

public ResponseClassType getResponseClass()
Gets the value of the responseClass property.

Returns:
possible object is ResponseClassType

setResponseClass

public void setResponseClass(ResponseClassType value)
Sets the value of the responseClass property.

Parameters:
value - allowed object is ResponseClassType

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Jasig. All Rights Reserved.