com.rim.bes.bas.dto
Class IsDataLoadedType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.IsDataLoadedType
- Direct Known Subclasses:
- GroupChildGroupsType, GroupParentGroupsType, GroupUsersType, ResolvedUserGroupIdsType, ResolvedUserGroupsType, ServiceInstanceRelationshipType, UserGroupsType
public abstract class IsDataLoadedType
- extends BASBaseDTO
Java class for IsDataLoadedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IsDataLoadedType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="isDataLoaded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
java.lang.Boolean |
isIsDataLoaded()
Gets the value of the isDataLoaded property. |
void |
setIsDataLoaded(java.lang.Boolean value)
Sets the value of the isDataLoaded property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isDataLoaded
protected java.lang.Boolean isDataLoaded
IsDataLoadedType
public IsDataLoadedType()
isIsDataLoaded
public java.lang.Boolean isIsDataLoaded()
- Gets the value of the isDataLoaded property.
- Returns:
- possible object is
Boolean
setIsDataLoaded
public void setIsDataLoaded(java.lang.Boolean value)
- Sets the value of the isDataLoaded property.
- Parameters:
value - allowed object is
Boolean
Copyright © 2009 Research In Motion Limited. All Rights Reserved.