com.rim.bes.basplugin.mdss.dto
Class AvailableBESServersType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.mdss.dto.AvailableBESServersType
- Direct Known Subclasses:
- AvailableBESServers
public abstract class AvailableBESServersType
- extends BASBaseDTO
Java class for AvailableBESServersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AvailableBESServersType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="supportedBES" type="{http://www.rim.com/com.rim.bes.basplugin.mdss.dto}SupportedBES" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
supportedBES
protected java.util.List<SupportedBES> supportedBES
AvailableBESServersType
public AvailableBESServersType()
getSupportedBES
public java.util.List<SupportedBES> getSupportedBES()
- Gets the value of the supportedBES property.
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 supportedBES property.
For example, to add a new item, do as follows:
getSupportedBES().add(newItem);
Objects of the following type(s) are allowed in the list
SupportedBES
Copyright © 2009 Research In Motion Limited. All Rights Reserved.