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