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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceInstanceType
com.rim.bes.basplugin.logging.dto.LoggingServiceInstanceType
public abstract class LoggingServiceInstanceType
Java class for LoggingServiceInstanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoggingServiceInstanceType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceType">
<sequence>
<element name="dailyLogFile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="logFilePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="logFilePrefix" type="{http://www.w3.org/2001/XMLSchema}string" 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 |
dailyLogFile
|
protected java.lang.String |
logFilePath
|
protected java.lang.String |
logFilePrefix
|
protected java.util.List<LoggingAttributes> |
loggingAttributes
|
| Fields inherited from class com.rim.bes.bas.dto.ServiceInstanceType |
|---|
canBeDeletedDirectly, canBeDeletedOnServerDelete, childServiceInstanceAssociation, extendedDataLoaded, installationState, installedMachine, installedPort, isHidden, localeNameAndDescription, name, parentServiceInstanceAssociation, plugInId, reference, serviceConsumers, serviceHasSettings, serviceId, serviceInstanceId, serviceProducers, status, statusName, type, version |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
LoggingServiceInstanceType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLogFilePath()
Gets the value of the logFilePath property. |
java.lang.String |
getLogFilePrefix()
Gets the value of the logFilePrefix property. |
java.util.List<LoggingAttributes> |
getLoggingAttributes()
Gets the value of the loggingAttributes property. |
java.lang.Boolean |
isDailyLogFile()
Gets the value of the dailyLogFile property. |
void |
setDailyLogFile(java.lang.Boolean value)
Sets the value of the dailyLogFile property. |
void |
setLogFilePath(java.lang.String value)
Sets the value of the logFilePath property. |
void |
setLogFilePrefix(java.lang.String value)
Sets the value of the logFilePrefix 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.lang.Boolean dailyLogFile
protected java.lang.String logFilePath
protected java.lang.String logFilePrefix
protected java.util.List<LoggingAttributes> loggingAttributes
| Constructor Detail |
|---|
public LoggingServiceInstanceType()
| Method Detail |
|---|
public java.lang.Boolean isDailyLogFile()
Booleanpublic void setDailyLogFile(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getLogFilePath()
Stringpublic void setLogFilePath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLogFilePrefix()
Stringpublic void setLogFilePrefix(java.lang.String value)
value - allowed object is
Stringpublic 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.basplugin.logging.dto.LoggingServiceInstanceType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||