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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.LoggingAttributesType
public abstract class LoggingAttributesType
Java class for LoggingAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoggingAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="level" type="{http://www.rim.com/com.rim.bes.bas.dto}LoggingLevelEnumType" minOccurs="0"/>
<element name="encodingType" type="{http://www.rim.com/com.rim.bes.bas.dto}DebugLogEncodingTypeEnumType" minOccurs="0"/>
<element name="autoRoll" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dailyFile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isDailyFileConfigurable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isEncodingTypeConfigurable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isMaxDailyFileAgeConfigurable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="loggingComponentType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maximumDailyFileAge" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="plugInId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="serviceType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="size" 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 java.lang.Boolean |
autoRoll
|
protected java.lang.Boolean |
dailyFile
|
protected DebugLogEncodingTypeEnumType |
encodingType
|
protected java.lang.String |
identifier
|
protected java.lang.Boolean |
isDailyFileConfigurable
|
protected java.lang.Boolean |
isEncodingTypeConfigurable
|
protected java.lang.Boolean |
isMaxDailyFileAgeConfigurable
|
protected LoggingLevelEnumType |
level
|
protected java.lang.Integer |
loggingComponentType
|
protected java.lang.Integer |
maximumDailyFileAge
|
protected java.lang.Integer |
plugInId
|
protected java.lang.Integer |
serviceType
|
protected java.lang.Integer |
size
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
LoggingAttributesType()
|
|
| Method Summary | |
|---|---|
DebugLogEncodingTypeEnumType |
getEncodingType()
Gets the value of the encodingType property. |
java.lang.String |
getIdentifier()
Gets the value of the identifier property. |
LoggingLevelEnumType |
getLevel()
Gets the value of the level property. |
java.lang.Integer |
getLoggingComponentType()
Gets the value of the loggingComponentType property. |
java.lang.Integer |
getMaximumDailyFileAge()
Gets the value of the maximumDailyFileAge property. |
java.lang.Integer |
getPlugInId()
Gets the value of the plugInId property. |
java.lang.Integer |
getServiceType()
Gets the value of the serviceType property. |
java.lang.Integer |
getSize()
Gets the value of the size property. |
java.lang.Boolean |
isAutoRoll()
Gets the value of the autoRoll property. |
java.lang.Boolean |
isDailyFile()
Gets the value of the dailyFile property. |
java.lang.Boolean |
isIsDailyFileConfigurable()
Gets the value of the isDailyFileConfigurable property. |
java.lang.Boolean |
isIsEncodingTypeConfigurable()
Gets the value of the isEncodingTypeConfigurable property. |
java.lang.Boolean |
isIsMaxDailyFileAgeConfigurable()
Gets the value of the isMaxDailyFileAgeConfigurable property. |
void |
setAutoRoll(java.lang.Boolean value)
Sets the value of the autoRoll property. |
void |
setDailyFile(java.lang.Boolean value)
Sets the value of the dailyFile property. |
void |
setEncodingType(DebugLogEncodingTypeEnumType value)
Sets the value of the encodingType property. |
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier property. |
void |
setIsDailyFileConfigurable(java.lang.Boolean value)
Sets the value of the isDailyFileConfigurable property. |
void |
setIsEncodingTypeConfigurable(java.lang.Boolean value)
Sets the value of the isEncodingTypeConfigurable property. |
void |
setIsMaxDailyFileAgeConfigurable(java.lang.Boolean value)
Sets the value of the isMaxDailyFileAgeConfigurable property. |
void |
setLevel(LoggingLevelEnumType value)
Sets the value of the level property. |
void |
setLoggingComponentType(java.lang.Integer value)
Sets the value of the loggingComponentType property. |
void |
setMaximumDailyFileAge(java.lang.Integer value)
Sets the value of the maximumDailyFileAge property. |
void |
setPlugInId(java.lang.Integer value)
Sets the value of the plugInId property. |
void |
setServiceType(java.lang.Integer value)
Sets the value of the serviceType property. |
void |
setSize(java.lang.Integer value)
Sets the value of the size 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 LoggingLevelEnumType level
protected DebugLogEncodingTypeEnumType encodingType
protected java.lang.Boolean autoRoll
protected java.lang.Boolean dailyFile
protected java.lang.String identifier
protected java.lang.Boolean isDailyFileConfigurable
protected java.lang.Boolean isEncodingTypeConfigurable
protected java.lang.Boolean isMaxDailyFileAgeConfigurable
protected java.lang.Integer loggingComponentType
protected java.lang.Integer maximumDailyFileAge
protected java.lang.Integer plugInId
protected java.lang.Integer serviceType
protected java.lang.Integer size
| Constructor Detail |
|---|
public LoggingAttributesType()
| Method Detail |
|---|
public LoggingLevelEnumType getLevel()
LoggingLevelEnumTypepublic void setLevel(LoggingLevelEnumType value)
value - allowed object is
LoggingLevelEnumTypepublic DebugLogEncodingTypeEnumType getEncodingType()
DebugLogEncodingTypeEnumTypepublic void setEncodingType(DebugLogEncodingTypeEnumType value)
value - allowed object is
DebugLogEncodingTypeEnumTypepublic java.lang.Boolean isAutoRoll()
Booleanpublic void setAutoRoll(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isDailyFile()
Booleanpublic void setDailyFile(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsDailyFileConfigurable()
Booleanpublic void setIsDailyFileConfigurable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsEncodingTypeConfigurable()
Booleanpublic void setIsEncodingTypeConfigurable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsMaxDailyFileAgeConfigurable()
Booleanpublic void setIsMaxDailyFileAgeConfigurable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getLoggingComponentType()
Integerpublic void setLoggingComponentType(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMaximumDailyFileAge()
Integerpublic void setMaximumDailyFileAge(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPlugInId()
Integerpublic void setPlugInId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getServiceType()
Integerpublic void setServiceType(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getSize()
Integerpublic void setSize(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.LoggingAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||