
public class RegisterPluginResponse 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}RegisterPluginResponseMsg"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RegisterPluginResponseMsg |
response |
| Constructor and Description |
|---|
RegisterPluginResponse() |
| Modifier and Type | Method and Description |
|---|---|
RegisterPluginResponseMsg |
getResponse()
Gets the value of the response property.
|
boolean |
isSetResponse() |
void |
setResponse(RegisterPluginResponseMsg value)
Sets the value of the response property.
|
protected RegisterPluginResponseMsg response
public RegisterPluginResponseMsg getResponse()
RegisterPluginResponseMsgpublic void setResponse(RegisterPluginResponseMsg value)
value - allowed object is
RegisterPluginResponseMsgpublic boolean isSetResponse()
Copyright © 2008–2017 MIL-OSS. All rights reserved.