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