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>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseMessageType.MessageXml
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
descriptiveLinkKey |
protected String |
messageText |
protected ResponseMessageType.MessageXml |
messageXml |
protected ResponseClassType |
responseClass |
protected ResponseCodeType |
responseCode |
| Constructor and Description |
|---|
ResponseMessageType() |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected String messageText
protected ResponseCodeType responseCode
protected Integer descriptiveLinkKey
protected ResponseMessageType.MessageXml messageXml
protected ResponseClassType responseClass
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 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.ToStringpublic 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.ToStringpublic 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 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2017 Apereo. All Rights Reserved.