public class GetPluginHtmlFormattedDisplayResponse extends Object implements Serializable
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="response" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}GetPluginHtmlFormattedDisplayResponseMsg"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected GetPluginHtmlFormattedDisplayResponseMsg |
response |
Constructor and Description |
---|
GetPluginHtmlFormattedDisplayResponse() |
Modifier and Type | Method and Description |
---|---|
GetPluginHtmlFormattedDisplayResponseMsg |
getResponse()
Gets the value of the response property.
|
boolean |
isSetResponse() |
void |
setResponse(GetPluginHtmlFormattedDisplayResponseMsg value)
Sets the value of the response property.
|
protected GetPluginHtmlFormattedDisplayResponseMsg response
public GetPluginHtmlFormattedDisplayResponse()
public GetPluginHtmlFormattedDisplayResponseMsg getResponse()
GetPluginHtmlFormattedDisplayResponseMsg
public void setResponse(GetPluginHtmlFormattedDisplayResponseMsg value)
value
- allowed object is
GetPluginHtmlFormattedDisplayResponseMsg
public boolean isSetResponse()
Copyright © 2008–2017 MIL-OSS. All rights reserved.