com.rim.bes.bas.dto
Class UserSearchResultType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.UserSearchResultType
- Direct Known Subclasses:
- UserSearchResult
public abstract class UserSearchResultType
- extends BASBaseDTO
Java class for UserSearchResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserSearchResultType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="userSearchResultServiceAttributes" type="{http://www.rim.com/com.rim.bes.bas.dto}UserSearchResultServiceAttributesType" 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 |
userSearchResultServiceAttributes
protected java.util.List<UserSearchResultServiceAttributesType> userSearchResultServiceAttributes
UserSearchResultType
public UserSearchResultType()
getUserSearchResultServiceAttributes
public java.util.List<UserSearchResultServiceAttributesType> getUserSearchResultServiceAttributes()
- Gets the value of the userSearchResultServiceAttributes 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 userSearchResultServiceAttributes property.
For example, to add a new item, do as follows:
getUserSearchResultServiceAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
UserSearchResultServiceAttributesType
Copyright © 2009 Research In Motion Limited. All Rights Reserved.