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