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