|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdss.dto.DevicePoliciesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.mdss.dto.DevicePoliciesType
public abstract class DevicePoliciesType
Java class for DevicePoliciesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DevicePoliciesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="allowExternalAccess" type="{http://www.rim.com/com.rim.bes.basplugin.mdss.dto}ExternalAccessEnumType" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="isAllowedAccessToMultipleDomains" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isAllowedAppInstallByUser" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isAllowedDeleteByUser" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isAllowedDiscoveryByUser" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isAllowedPushApplicationInstall" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isAllowedRuntimeUpgradeByUser" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="policyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="queueLimitForInboundApplicationMessage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="queueLimitForOutboundApplicationMessage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected ExternalAccessEnumType |
allowExternalAccess
|
protected java.lang.String |
description
|
protected java.lang.Integer |
id
|
protected java.lang.Boolean |
isAllowedAccessToMultipleDomains
|
protected java.lang.Boolean |
isAllowedAppInstallByUser
|
protected java.lang.Boolean |
isAllowedDeleteByUser
|
protected java.lang.Boolean |
isAllowedDiscoveryByUser
|
protected java.lang.Boolean |
isAllowedPushApplicationInstall
|
protected java.lang.Boolean |
isAllowedRuntimeUpgradeByUser
|
protected java.lang.String |
policyName
|
protected java.lang.Integer |
queueLimitForInboundApplicationMessage
|
protected java.lang.Integer |
queueLimitForOutboundApplicationMessage
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
DevicePoliciesType()
|
|
| Method Summary | |
|---|---|
ExternalAccessEnumType |
getAllowExternalAccess()
Gets the value of the allowExternalAccess property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.Integer |
getID()
Gets the value of the id property. |
java.lang.String |
getPolicyName()
Gets the value of the policyName property. |
java.lang.Integer |
getQueueLimitForInboundApplicationMessage()
Gets the value of the queueLimitForInboundApplicationMessage property. |
java.lang.Integer |
getQueueLimitForOutboundApplicationMessage()
Gets the value of the queueLimitForOutboundApplicationMessage property. |
java.lang.Boolean |
isIsAllowedAccessToMultipleDomains()
Gets the value of the isAllowedAccessToMultipleDomains property. |
java.lang.Boolean |
isIsAllowedAppInstallByUser()
Gets the value of the isAllowedAppInstallByUser property. |
java.lang.Boolean |
isIsAllowedDeleteByUser()
Gets the value of the isAllowedDeleteByUser property. |
java.lang.Boolean |
isIsAllowedDiscoveryByUser()
Gets the value of the isAllowedDiscoveryByUser property. |
java.lang.Boolean |
isIsAllowedPushApplicationInstall()
Gets the value of the isAllowedPushApplicationInstall property. |
java.lang.Boolean |
isIsAllowedRuntimeUpgradeByUser()
Gets the value of the isAllowedRuntimeUpgradeByUser property. |
void |
setAllowExternalAccess(ExternalAccessEnumType value)
Sets the value of the allowExternalAccess property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setID(java.lang.Integer value)
Sets the value of the id property. |
void |
setIsAllowedAccessToMultipleDomains(java.lang.Boolean value)
Sets the value of the isAllowedAccessToMultipleDomains property. |
void |
setIsAllowedAppInstallByUser(java.lang.Boolean value)
Sets the value of the isAllowedAppInstallByUser property. |
void |
setIsAllowedDeleteByUser(java.lang.Boolean value)
Sets the value of the isAllowedDeleteByUser property. |
void |
setIsAllowedDiscoveryByUser(java.lang.Boolean value)
Sets the value of the isAllowedDiscoveryByUser property. |
void |
setIsAllowedPushApplicationInstall(java.lang.Boolean value)
Sets the value of the isAllowedPushApplicationInstall property. |
void |
setIsAllowedRuntimeUpgradeByUser(java.lang.Boolean value)
Sets the value of the isAllowedRuntimeUpgradeByUser property. |
void |
setPolicyName(java.lang.String value)
Sets the value of the policyName property. |
void |
setQueueLimitForInboundApplicationMessage(java.lang.Integer value)
Sets the value of the queueLimitForInboundApplicationMessage property. |
void |
setQueueLimitForOutboundApplicationMessage(java.lang.Integer value)
Sets the value of the queueLimitForOutboundApplicationMessage property. |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ExternalAccessEnumType allowExternalAccess
protected java.lang.String description
protected java.lang.Integer id
protected java.lang.Boolean isAllowedAccessToMultipleDomains
protected java.lang.Boolean isAllowedAppInstallByUser
protected java.lang.Boolean isAllowedDeleteByUser
protected java.lang.Boolean isAllowedDiscoveryByUser
protected java.lang.Boolean isAllowedPushApplicationInstall
protected java.lang.Boolean isAllowedRuntimeUpgradeByUser
protected java.lang.String policyName
protected java.lang.Integer queueLimitForInboundApplicationMessage
protected java.lang.Integer queueLimitForOutboundApplicationMessage
| Constructor Detail |
|---|
public DevicePoliciesType()
| Method Detail |
|---|
public ExternalAccessEnumType getAllowExternalAccess()
ExternalAccessEnumTypepublic void setAllowExternalAccess(ExternalAccessEnumType value)
value - allowed object is
ExternalAccessEnumTypepublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getID()
Integerpublic void setID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isIsAllowedAccessToMultipleDomains()
Booleanpublic void setIsAllowedAccessToMultipleDomains(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsAllowedAppInstallByUser()
Booleanpublic void setIsAllowedAppInstallByUser(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsAllowedDeleteByUser()
Booleanpublic void setIsAllowedDeleteByUser(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsAllowedDiscoveryByUser()
Booleanpublic void setIsAllowedDiscoveryByUser(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsAllowedPushApplicationInstall()
Booleanpublic void setIsAllowedPushApplicationInstall(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsAllowedRuntimeUpgradeByUser()
Booleanpublic void setIsAllowedRuntimeUpgradeByUser(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPolicyName()
Stringpublic void setPolicyName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getQueueLimitForInboundApplicationMessage()
Integerpublic void setQueueLimitForInboundApplicationMessage(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getQueueLimitForOutboundApplicationMessage()
Integerpublic void setQueueLimitForOutboundApplicationMessage(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdss.dto.DevicePoliciesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||