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