public class GetBrokerListResponseMsg extends Object implements Serializable
Java class for GetBrokerListResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetBrokerListResponseMsg"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="brokerList" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}brokerDetails" maxOccurs="unbounded" minOccurs="0"/> <element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<BrokerDetails> |
brokerList |
protected SecurityWrapper |
classification |
Constructor and Description |
---|
GetBrokerListResponseMsg() |
Modifier and Type | Method and Description |
---|---|
List<BrokerDetails> |
getBrokerList()
Gets the value of the brokerList property.
|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
boolean |
isSetBrokerList() |
boolean |
isSetClassification() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
unsetBrokerList() |
protected List<BrokerDetails> brokerList
protected SecurityWrapper classification
public List<BrokerDetails> getBrokerList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the brokerList property.
For example, to add a new item, do as follows:
getBrokerList().add(newItem);
Objects of the following type(s) are allowed in the list
BrokerDetails
public boolean isSetBrokerList()
public void unsetBrokerList()
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
Copyright © 2008–2017 MIL-OSS. All rights reserved.