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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.UserEnableBlackBerryAttributesType
public abstract class UserEnableBlackBerryAttributesType
Java class for UserEnableBlackBerryAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserEnableBlackBerryAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="enableBlackBerryUserAttributes" type="{http://www.rim.com/com.rim.bes.bas.dto}EnableBlackBerryUserAttributesType" maxOccurs="unbounded" minOccurs="0"/>
<element name="failOutstandingJobs" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ignoreDuplicateWarning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ignoreEncryptionWarning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ignoreInactiveTargetWarnings" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="organizationId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="serviceInstance" type="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceType" minOccurs="0"/>
<element name="targetServiceInstance" type="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceType" 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 java.util.List<EnableBlackBerryUserAttributesType> |
enableBlackBerryUserAttributes
|
protected java.lang.Boolean |
failOutstandingJobs
|
protected java.lang.Boolean |
ignoreDuplicateWarning
|
protected java.lang.Boolean |
ignoreEncryptionWarning
|
protected java.lang.Boolean |
ignoreInactiveTargetWarnings
|
protected java.lang.Integer |
organizationId
|
protected ServiceInstanceType |
serviceInstance
|
protected ServiceInstanceType |
targetServiceInstance
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
UserEnableBlackBerryAttributesType()
|
|
| Method Summary | |
|---|---|
java.util.List<EnableBlackBerryUserAttributesType> |
getEnableBlackBerryUserAttributes()
Gets the value of the enableBlackBerryUserAttributes property. |
java.lang.Integer |
getOrganizationId()
Gets the value of the organizationId property. |
ServiceInstanceType |
getServiceInstance()
Gets the value of the serviceInstance property. |
ServiceInstanceType |
getTargetServiceInstance()
Gets the value of the targetServiceInstance property. |
java.lang.Boolean |
isFailOutstandingJobs()
Gets the value of the failOutstandingJobs property. |
java.lang.Boolean |
isIgnoreDuplicateWarning()
Gets the value of the ignoreDuplicateWarning property. |
java.lang.Boolean |
isIgnoreEncryptionWarning()
Gets the value of the ignoreEncryptionWarning property. |
java.lang.Boolean |
isIgnoreInactiveTargetWarnings()
Gets the value of the ignoreInactiveTargetWarnings property. |
void |
setFailOutstandingJobs(java.lang.Boolean value)
Sets the value of the failOutstandingJobs property. |
void |
setIgnoreDuplicateWarning(java.lang.Boolean value)
Sets the value of the ignoreDuplicateWarning property. |
void |
setIgnoreEncryptionWarning(java.lang.Boolean value)
Sets the value of the ignoreEncryptionWarning property. |
void |
setIgnoreInactiveTargetWarnings(java.lang.Boolean value)
Sets the value of the ignoreInactiveTargetWarnings property. |
void |
setOrganizationId(java.lang.Integer value)
Sets the value of the organizationId property. |
void |
setServiceInstance(ServiceInstanceType value)
Sets the value of the serviceInstance property. |
void |
setTargetServiceInstance(ServiceInstanceType value)
Sets the value of the targetServiceInstance 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 java.util.List<EnableBlackBerryUserAttributesType> enableBlackBerryUserAttributes
protected java.lang.Boolean failOutstandingJobs
protected java.lang.Boolean ignoreDuplicateWarning
protected java.lang.Boolean ignoreEncryptionWarning
protected java.lang.Boolean ignoreInactiveTargetWarnings
protected java.lang.Integer organizationId
protected ServiceInstanceType serviceInstance
protected ServiceInstanceType targetServiceInstance
| Constructor Detail |
|---|
public UserEnableBlackBerryAttributesType()
| Method Detail |
|---|
public java.util.List<EnableBlackBerryUserAttributesType> getEnableBlackBerryUserAttributes()
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 enableBlackBerryUserAttributes property.
For example, to add a new item, do as follows:
getEnableBlackBerryUserAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
EnableBlackBerryUserAttributesType
public java.lang.Boolean isFailOutstandingJobs()
Booleanpublic void setFailOutstandingJobs(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIgnoreDuplicateWarning()
Booleanpublic void setIgnoreDuplicateWarning(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIgnoreEncryptionWarning()
Booleanpublic void setIgnoreEncryptionWarning(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIgnoreInactiveTargetWarnings()
Booleanpublic void setIgnoreInactiveTargetWarnings(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getOrganizationId()
Integerpublic void setOrganizationId(java.lang.Integer value)
value - allowed object is
Integerpublic ServiceInstanceType getServiceInstance()
ServiceInstanceTypepublic void setServiceInstance(ServiceInstanceType value)
value - allowed object is
ServiceInstanceTypepublic ServiceInstanceType getTargetServiceInstance()
ServiceInstanceTypepublic void setTargetServiceInstance(ServiceInstanceType value)
value - allowed object is
ServiceInstanceType
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.UserEnableBlackBerryAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||