public class StatusMessageRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="applicationDomain" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="message" type="{}statusMessageType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected String |
applicationDomain |
|
protected StatusMessageType |
message |
| Constructor | Description |
|---|---|
StatusMessageRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getApplicationDomain() |
Gets the value of the applicationDomain property.
|
StatusMessageType |
getMessage() |
Gets the value of the message property.
|
void |
setApplicationDomain(String value) |
Sets the value of the applicationDomain property.
|
void |
setMessage(StatusMessageType value) |
Sets the value of the message property.
|
protected String applicationDomain
protected StatusMessageType message
public String getApplicationDomain()
Stringpublic void setApplicationDomain(String value)
value - allowed object is
Stringpublic StatusMessageType getMessage()
StatusMessageTypepublic void setMessage(StatusMessageType value)
value - allowed object is
StatusMessageTypeCopyright © 2025. All rights reserved.