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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.UserServiceAttributesType
com.rim.bes.basplugin.dispatcher.dto.DispatcherUserServiceAttributesType
public abstract class DispatcherUserServiceAttributesType
Java class for DispatcherUserServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DispatcherUserServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}UserServiceAttributesType">
<sequence>
<element name="dispatcherAssociationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dispatcherName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dispatcherServiceInstanceId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="enterpriseServicePolicyOverride" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="externalServicesEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="externalServicesEnabledOnDispatcher" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="generateKeysAutomatically" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isMovePending" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="maxKeyGenerationAttempts" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="showEnterpriseServicePolicyOverride" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 javax.xml.datatype.XMLGregorianCalendar |
dispatcherAssociationDate
|
protected java.lang.String |
dispatcherName
|
protected java.lang.Integer |
dispatcherServiceInstanceId
|
protected java.lang.Boolean |
enterpriseServicePolicyOverride
|
protected java.lang.Boolean |
externalServicesEnabled
|
protected java.lang.Boolean |
externalServicesEnabledOnDispatcher
|
protected java.lang.Boolean |
generateKeysAutomatically
|
protected java.lang.Boolean |
isMovePending
|
protected java.lang.Integer |
maxKeyGenerationAttempts
|
protected java.lang.Boolean |
showEnterpriseServicePolicyOverride
|
| Fields inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
plugInId, type |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
DispatcherUserServiceAttributesType()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDispatcherAssociationDate()
Gets the value of the dispatcherAssociationDate property. |
java.lang.String |
getDispatcherName()
Gets the value of the dispatcherName property. |
java.lang.Integer |
getDispatcherServiceInstanceId()
Gets the value of the dispatcherServiceInstanceId property. |
java.lang.Integer |
getMaxKeyGenerationAttempts()
Gets the value of the maxKeyGenerationAttempts property. |
java.lang.Boolean |
isEnterpriseServicePolicyOverride()
Gets the value of the enterpriseServicePolicyOverride property. |
java.lang.Boolean |
isExternalServicesEnabled()
Gets the value of the externalServicesEnabled property. |
java.lang.Boolean |
isExternalServicesEnabledOnDispatcher()
Gets the value of the externalServicesEnabledOnDispatcher property. |
java.lang.Boolean |
isGenerateKeysAutomatically()
Gets the value of the generateKeysAutomatically property. |
java.lang.Boolean |
isIsMovePending()
Gets the value of the isMovePending property. |
java.lang.Boolean |
isShowEnterpriseServicePolicyOverride()
Gets the value of the showEnterpriseServicePolicyOverride property. |
void |
setDispatcherAssociationDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dispatcherAssociationDate property. |
void |
setDispatcherName(java.lang.String value)
Sets the value of the dispatcherName property. |
void |
setDispatcherServiceInstanceId(java.lang.Integer value)
Sets the value of the dispatcherServiceInstanceId property. |
void |
setEnterpriseServicePolicyOverride(java.lang.Boolean value)
Sets the value of the enterpriseServicePolicyOverride property. |
void |
setExternalServicesEnabled(java.lang.Boolean value)
Sets the value of the externalServicesEnabled property. |
void |
setExternalServicesEnabledOnDispatcher(java.lang.Boolean value)
Sets the value of the externalServicesEnabledOnDispatcher property. |
void |
setGenerateKeysAutomatically(java.lang.Boolean value)
Sets the value of the generateKeysAutomatically property. |
void |
setIsMovePending(java.lang.Boolean value)
Sets the value of the isMovePending property. |
void |
setMaxKeyGenerationAttempts(java.lang.Integer value)
Sets the value of the maxKeyGenerationAttempts property. |
void |
setShowEnterpriseServicePolicyOverride(java.lang.Boolean value)
Sets the value of the showEnterpriseServicePolicyOverride property. |
| Methods inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
getPlugInId, getType, setPlugInId, setType |
| 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 javax.xml.datatype.XMLGregorianCalendar dispatcherAssociationDate
protected java.lang.String dispatcherName
protected java.lang.Integer dispatcherServiceInstanceId
protected java.lang.Boolean enterpriseServicePolicyOverride
protected java.lang.Boolean externalServicesEnabled
protected java.lang.Boolean externalServicesEnabledOnDispatcher
protected java.lang.Boolean generateKeysAutomatically
protected java.lang.Boolean isMovePending
protected java.lang.Integer maxKeyGenerationAttempts
protected java.lang.Boolean showEnterpriseServicePolicyOverride
| Constructor Detail |
|---|
public DispatcherUserServiceAttributesType()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getDispatcherAssociationDate()
XMLGregorianCalendarpublic void setDispatcherAssociationDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getDispatcherName()
Stringpublic void setDispatcherName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getDispatcherServiceInstanceId()
Integerpublic void setDispatcherServiceInstanceId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isEnterpriseServicePolicyOverride()
Booleanpublic void setEnterpriseServicePolicyOverride(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isExternalServicesEnabled()
Booleanpublic void setExternalServicesEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isExternalServicesEnabledOnDispatcher()
Booleanpublic void setExternalServicesEnabledOnDispatcher(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isGenerateKeysAutomatically()
Booleanpublic void setGenerateKeysAutomatically(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsMovePending()
Booleanpublic void setIsMovePending(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getMaxKeyGenerationAttempts()
Integerpublic void setMaxKeyGenerationAttempts(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isShowEnterpriseServicePolicyOverride()
Booleanpublic void setShowEnterpriseServicePolicyOverride(java.lang.Boolean value)
value - allowed object is
Boolean
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.dispatcher.dto.DispatcherUserServiceAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||