
public class DeleteServiceDependencyResponse 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="DeleteServiceDependencyResponse" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}DeleteServiceDependencyResponseMsg"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DeleteServiceDependencyResponseMsg |
deleteServiceDependencyResponse |
| Constructor and Description |
|---|
DeleteServiceDependencyResponse() |
| Modifier and Type | Method and Description |
|---|---|
DeleteServiceDependencyResponseMsg |
getDeleteServiceDependencyResponse()
Gets the value of the deleteServiceDependencyResponse property.
|
boolean |
isSetDeleteServiceDependencyResponse() |
void |
setDeleteServiceDependencyResponse(DeleteServiceDependencyResponseMsg value)
Sets the value of the deleteServiceDependencyResponse property.
|
protected DeleteServiceDependencyResponseMsg deleteServiceDependencyResponse
public DeleteServiceDependencyResponseMsg getDeleteServiceDependencyResponse()
DeleteServiceDependencyResponseMsgpublic void setDeleteServiceDependencyResponse(DeleteServiceDependencyResponseMsg value)
value - allowed object is
DeleteServiceDependencyResponseMsgpublic boolean isSetDeleteServiceDependencyResponse()
Copyright © 2008–2017 MIL-OSS. All rights reserved.