|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.BASEnterpriseActivationSearchResultServiceAttributesType 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.EnterpriseActivationSearchResultServiceAttributesType
com.rim.bes.bas.dto.BASEnterpriseActivationSearchResultServiceAttributesType
public abstract class BASEnterpriseActivationSearchResultServiceAttributesType
Java class for BASEnterpriseActivationSearchResultServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BASEnterpriseActivationSearchResultServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}EnterpriseActivationSearchResultServiceAttributesType">
<sequence>
<element name="overallEnterpriseActivationStateType" type="{http://www.rim.com/com.rim.bes.bas.dto}EnterpriseActivationStateTypeEnumType" minOccurs="0"/>
<element name="BASUserSearchResult" type="{http://www.rim.com/com.rim.bes.bas.dto}BASUserSearchResultServiceAttributesType" minOccurs="0"/>
<element name="enterpriseActivationEvent" type="{http://www.rim.com/com.rim.bes.bas.dto}EnterpriseActivationEvent" maxOccurs="unbounded" 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 BASUserSearchResultServiceAttributesType |
basUserSearchResult
|
protected java.util.List<EnterpriseActivationEvent> |
enterpriseActivationEvent
|
protected EnterpriseActivationStateTypeEnumType |
overallEnterpriseActivationStateType
|
| 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 | |
|---|---|
BASEnterpriseActivationSearchResultServiceAttributesType()
|
|
| Method Summary | |
|---|---|
BASUserSearchResultServiceAttributesType |
getBASUserSearchResult()
Gets the value of the basUserSearchResult property. |
java.util.List<EnterpriseActivationEvent> |
getEnterpriseActivationEvent()
Gets the value of the enterpriseActivationEvent property. |
EnterpriseActivationStateTypeEnumType |
getOverallEnterpriseActivationStateType()
Gets the value of the overallEnterpriseActivationStateType property. |
void |
setBASUserSearchResult(BASUserSearchResultServiceAttributesType value)
Sets the value of the basUserSearchResult property. |
void |
setOverallEnterpriseActivationStateType(EnterpriseActivationStateTypeEnumType value)
Sets the value of the overallEnterpriseActivationStateType 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 EnterpriseActivationStateTypeEnumType overallEnterpriseActivationStateType
protected BASUserSearchResultServiceAttributesType basUserSearchResult
protected java.util.List<EnterpriseActivationEvent> enterpriseActivationEvent
| Constructor Detail |
|---|
public BASEnterpriseActivationSearchResultServiceAttributesType()
| Method Detail |
|---|
public EnterpriseActivationStateTypeEnumType getOverallEnterpriseActivationStateType()
EnterpriseActivationStateTypeEnumTypepublic void setOverallEnterpriseActivationStateType(EnterpriseActivationStateTypeEnumType value)
value - allowed object is
EnterpriseActivationStateTypeEnumTypepublic BASUserSearchResultServiceAttributesType getBASUserSearchResult()
BASUserSearchResultServiceAttributesTypepublic void setBASUserSearchResult(BASUserSearchResultServiceAttributesType value)
value - allowed object is
BASUserSearchResultServiceAttributesTypepublic java.util.List<EnterpriseActivationEvent> getEnterpriseActivationEvent()
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 enterpriseActivationEvent property.
For example, to add a new item, do as follows:
getEnterpriseActivationEvent().add(newItem);
Objects of the following type(s) are allowed in the list
EnterpriseActivationEvent
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.BASEnterpriseActivationSearchResultServiceAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||