public class Message extends Object
Java class for Message complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Message"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="messageCode" type="{http://rest.immobilienscout24.de/schema/common/1.0}MessageCode"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
message |
protected MessageCode |
messageCode |
Constructor and Description |
---|
Message() |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Gets the value of the message property.
|
MessageCode |
getMessageCode()
Gets the value of the messageCode property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setMessageCode(MessageCode value)
Sets the value of the messageCode property.
|
protected MessageCode messageCode
protected String message
public MessageCode getMessageCode()
MessageCode
public void setMessageCode(MessageCode value)
value
- allowed object is
MessageCode
public String getMessage()
String
Copyright © 2014 OpenEstate. All rights reserved.