|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.messages.ResponseMessageType
public class ResponseMessageType
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 |
|---|
protected String messageText
protected ResponseCodeType responseCode
protected Integer descriptiveLinkKey
protected ResponseMessageType.MessageXml messageXml
protected ResponseClassType responseClass
| Constructor Detail |
|---|
public ResponseMessageType()
| Method Detail |
|---|
public String getMessageText()
Stringpublic void setMessageText(String value)
value - allowed object is
Stringpublic ResponseCodeType getResponseCode()
ResponseCodeTypepublic void setResponseCode(ResponseCodeType value)
value - allowed object is
ResponseCodeTypepublic Integer getDescriptiveLinkKey()
Integerpublic void setDescriptiveLinkKey(Integer value)
value - allowed object is
Integerpublic ResponseMessageType.MessageXml getMessageXml()
ResponseMessageType.MessageXmlpublic void setMessageXml(ResponseMessageType.MessageXml value)
value - allowed object is
ResponseMessageType.MessageXmlpublic ResponseClassType getResponseClass()
ResponseClassTypepublic void setResponseClass(ResponseClassType value)
value - allowed object is
ResponseClassTypepublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||