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

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