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