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