
public class GetGeneralSettingsResponse 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="GetGeneralSettingsResult" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}GetGeneralSettingsResponseMsg"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GetGeneralSettingsResponseMsg |
getGeneralSettingsResult |
| Constructor and Description |
|---|
GetGeneralSettingsResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetGeneralSettingsResponseMsg |
getGetGeneralSettingsResult()
Gets the value of the getGeneralSettingsResult property.
|
boolean |
isSetGetGeneralSettingsResult() |
void |
setGetGeneralSettingsResult(GetGeneralSettingsResponseMsg value)
Sets the value of the getGeneralSettingsResult property.
|
protected GetGeneralSettingsResponseMsg getGeneralSettingsResult
public GetGeneralSettingsResponseMsg getGetGeneralSettingsResult()
GetGeneralSettingsResponseMsgpublic void setGetGeneralSettingsResult(GetGeneralSettingsResponseMsg value)
value - allowed object is
GetGeneralSettingsResponseMsgpublic boolean isSetGetGeneralSettingsResult()
Copyright © 2008–2017 MIL-OSS. All rights reserved.