com.rim.bes.basplugin.mdscs.dto
Class MDSCSUserSearchCriteriaServiceAttributesType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.UserSearchCriteriaServiceAttributesType
com.rim.bes.basplugin.mdscs.dto.MDSCSUserSearchCriteriaServiceAttributesType
- Direct Known Subclasses:
- MDSCSUserSearchCriteriaServiceAttributes
public abstract class MDSCSUserSearchCriteriaServiceAttributesType
- extends UserSearchCriteriaServiceAttributesType
Java class for MDSCSUserSearchCriteriaServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MDSCSUserSearchCriteriaServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}UserSearchCriteriaServiceAttributesType">
<sequence>
<element name="accessControlRuleType" type="{http://www.rim.com/com.rim.bes.basplugin.mdscs.dto}AccessControlRuleTypeEnumType" minOccurs="0"/>
<element name="accessControlRuleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
accessControlRuleType
protected AccessControlRuleTypeEnumType accessControlRuleType
accessControlRuleName
protected java.lang.String accessControlRuleName
MDSCSUserSearchCriteriaServiceAttributesType
public MDSCSUserSearchCriteriaServiceAttributesType()
getAccessControlRuleType
public AccessControlRuleTypeEnumType getAccessControlRuleType()
- Gets the value of the accessControlRuleType property.
- Returns:
- possible object is
AccessControlRuleTypeEnumType
setAccessControlRuleType
public void setAccessControlRuleType(AccessControlRuleTypeEnumType value)
- Sets the value of the accessControlRuleType property.
- Parameters:
value - allowed object is
AccessControlRuleTypeEnumType
getAccessControlRuleName
public java.lang.String getAccessControlRuleName()
- Gets the value of the accessControlRuleName property.
- Returns:
- possible object is
String
setAccessControlRuleName
public void setAccessControlRuleName(java.lang.String value)
- Sets the value of the accessControlRuleName property.
- Parameters:
value - allowed object is
String
Copyright © 2009 Research In Motion Limited. All Rights Reserved.