|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.ServerServiceAttributesType 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.ServerServiceAttributesType
public abstract class ServerServiceAttributesType
Java class for ServerServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServerServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}ServiceAttributesType">
<sequence>
<element name="isExtendedDataLoaded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isLoggingDataLoaded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="loggingAttributes" type="{http://www.rim.com/com.rim.bes.bas.dto}LoggingAttributes" 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 java.lang.Boolean |
isExtendedDataLoaded
|
protected java.lang.Boolean |
isLoggingDataLoaded
|
protected java.util.List<LoggingAttributes> |
loggingAttributes
|
| 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 | |
|---|---|
ServerServiceAttributesType()
|
|
| Method Summary | |
|---|---|
java.util.List<LoggingAttributes> |
getLoggingAttributes()
Gets the value of the loggingAttributes property. |
java.lang.Boolean |
isIsExtendedDataLoaded()
Gets the value of the isExtendedDataLoaded property. |
java.lang.Boolean |
isIsLoggingDataLoaded()
Gets the value of the isLoggingDataLoaded property. |
void |
setIsExtendedDataLoaded(java.lang.Boolean value)
Sets the value of the isExtendedDataLoaded property. |
void |
setIsLoggingDataLoaded(java.lang.Boolean value)
Sets the value of the isLoggingDataLoaded 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 java.lang.Boolean isExtendedDataLoaded
protected java.lang.Boolean isLoggingDataLoaded
protected java.util.List<LoggingAttributes> loggingAttributes
| Constructor Detail |
|---|
public ServerServiceAttributesType()
| Method Detail |
|---|
public java.lang.Boolean isIsExtendedDataLoaded()
Booleanpublic void setIsExtendedDataLoaded(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsLoggingDataLoaded()
Booleanpublic void setIsLoggingDataLoaded(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<LoggingAttributes> getLoggingAttributes()
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 loggingAttributes property.
For example, to add a new item, do as follows:
getLoggingAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
LoggingAttributes
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.ServerServiceAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||