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