|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.FindLocalesResponse NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.baa.FindLocalesResponse
public class FindLocalesResponse
Java class for findLocalesResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="findLocalesResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="returnValue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
returnValue
|
| Constructor Summary | |
|---|---|
FindLocalesResponse()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getReturnValue()
Gets the value of the returnValue property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.lang.String> returnValue
| Constructor Detail |
|---|
public FindLocalesResponse()
| Method Detail |
|---|
public java.util.List<java.lang.String> getReturnValue()
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 returnValue property.
For example, to add a new item, do as follows:
getReturnValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.FindLocalesResponse NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||