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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.mdscs.dto.LoggingDestinationType
public abstract class LoggingDestinationType
Java class for LoggingDestinationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoggingDestinationType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="logDestinationType" type="{http://www.rim.com/com.rim.bes.basplugin.mdscs.dto}LogDestinationTypeEnumType" minOccurs="0"/>
<element name="logLevel" type="{http://www.rim.com/com.rim.bes.bas.dto}LogLevelEnumType" minOccurs="0"/>
<element name="logFilesLocation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="logTimerInterval" 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 LogDestinationTypeEnumType |
logDestinationType
|
protected java.lang.String |
logFilesLocation
|
protected LogLevelEnumType |
logLevel
|
protected java.lang.Integer |
logTimerInterval
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
LoggingDestinationType()
|
|
| Method Summary | |
|---|---|
LogDestinationTypeEnumType |
getLogDestinationType()
Gets the value of the logDestinationType property. |
java.lang.String |
getLogFilesLocation()
Gets the value of the logFilesLocation property. |
LogLevelEnumType |
getLogLevel()
Gets the value of the logLevel property. |
java.lang.Integer |
getLogTimerInterval()
Gets the value of the logTimerInterval property. |
void |
setLogDestinationType(LogDestinationTypeEnumType value)
Sets the value of the logDestinationType property. |
void |
setLogFilesLocation(java.lang.String value)
Sets the value of the logFilesLocation property. |
void |
setLogLevel(LogLevelEnumType value)
Sets the value of the logLevel property. |
void |
setLogTimerInterval(java.lang.Integer value)
Sets the value of the logTimerInterval 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 LogDestinationTypeEnumType logDestinationType
protected LogLevelEnumType logLevel
protected java.lang.String logFilesLocation
protected java.lang.Integer logTimerInterval
| Constructor Detail |
|---|
public LoggingDestinationType()
| Method Detail |
|---|
public LogDestinationTypeEnumType getLogDestinationType()
LogDestinationTypeEnumTypepublic void setLogDestinationType(LogDestinationTypeEnumType value)
value - allowed object is
LogDestinationTypeEnumTypepublic LogLevelEnumType getLogLevel()
LogLevelEnumTypepublic void setLogLevel(LogLevelEnumType value)
value - allowed object is
LogLevelEnumTypepublic java.lang.String getLogFilesLocation()
Stringpublic void setLogFilesLocation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getLogTimerInterval()
Integerpublic void setLogTimerInterval(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdscs.dto.LoggingDestinationType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||