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