|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.attachment.dto.AttachmentServerServiceInstanceType 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.attachment.dto.AttachmentServerServiceInstanceType
public abstract class AttachmentServerServiceInstanceType
Java class for AttachmentServerServiceInstanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachmentServerServiceInstanceType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceType">
<sequence>
<element name="allowRemoteServices" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="attachmentServerDistiller" type="{http://www.rim.com/com.rim.bes.basplugin.attachment.dto}AttachmentServerDistiller" maxOccurs="unbounded" minOccurs="0"/>
<element name="cacheKeyNames" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="configPort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="docCacheSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maximumConversionThreads" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maximumZipLevels" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="processRecycleTime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="processesNo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="renderingHeight" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="renderingWidth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="resultPort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="serverBusyTime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="submitPort" 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 |
allowRemoteServices
|
protected java.util.List<AttachmentServerDistiller> |
attachmentServerDistiller
|
protected java.lang.String |
cacheKeyNames
|
protected java.lang.Integer |
configPort
|
protected java.lang.Integer |
docCacheSize
|
protected java.lang.Integer |
maximumConversionThreads
|
protected java.lang.Integer |
maximumZipLevels
|
protected java.lang.Integer |
processesNo
|
protected java.lang.Integer |
processRecycleTime
|
protected java.lang.Integer |
renderingHeight
|
protected java.lang.Integer |
renderingWidth
|
protected java.lang.Integer |
resultPort
|
protected java.lang.Integer |
serverBusyTime
|
protected java.lang.Integer |
submitPort
|
| 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 | |
|---|---|
AttachmentServerServiceInstanceType()
|
|
| Method Summary | |
|---|---|
java.util.List<AttachmentServerDistiller> |
getAttachmentServerDistiller()
Gets the value of the attachmentServerDistiller property. |
java.lang.String |
getCacheKeyNames()
Gets the value of the cacheKeyNames property. |
java.lang.Integer |
getConfigPort()
Gets the value of the configPort property. |
java.lang.Integer |
getDocCacheSize()
Gets the value of the docCacheSize property. |
java.lang.Integer |
getMaximumConversionThreads()
Gets the value of the maximumConversionThreads property. |
java.lang.Integer |
getMaximumZipLevels()
Gets the value of the maximumZipLevels property. |
java.lang.Integer |
getProcessesNo()
Gets the value of the processesNo property. |
java.lang.Integer |
getProcessRecycleTime()
Gets the value of the processRecycleTime property. |
java.lang.Integer |
getRenderingHeight()
Gets the value of the renderingHeight property. |
java.lang.Integer |
getRenderingWidth()
Gets the value of the renderingWidth property. |
java.lang.Integer |
getResultPort()
Gets the value of the resultPort property. |
java.lang.Integer |
getServerBusyTime()
Gets the value of the serverBusyTime property. |
java.lang.Integer |
getSubmitPort()
Gets the value of the submitPort property. |
java.lang.Boolean |
isAllowRemoteServices()
Gets the value of the allowRemoteServices property. |
void |
setAllowRemoteServices(java.lang.Boolean value)
Sets the value of the allowRemoteServices property. |
void |
setCacheKeyNames(java.lang.String value)
Sets the value of the cacheKeyNames property. |
void |
setConfigPort(java.lang.Integer value)
Sets the value of the configPort property. |
void |
setDocCacheSize(java.lang.Integer value)
Sets the value of the docCacheSize property. |
void |
setMaximumConversionThreads(java.lang.Integer value)
Sets the value of the maximumConversionThreads property. |
void |
setMaximumZipLevels(java.lang.Integer value)
Sets the value of the maximumZipLevels property. |
void |
setProcessesNo(java.lang.Integer value)
Sets the value of the processesNo property. |
void |
setProcessRecycleTime(java.lang.Integer value)
Sets the value of the processRecycleTime property. |
void |
setRenderingHeight(java.lang.Integer value)
Sets the value of the renderingHeight property. |
void |
setRenderingWidth(java.lang.Integer value)
Sets the value of the renderingWidth property. |
void |
setResultPort(java.lang.Integer value)
Sets the value of the resultPort property. |
void |
setServerBusyTime(java.lang.Integer value)
Sets the value of the serverBusyTime property. |
void |
setSubmitPort(java.lang.Integer value)
Sets the value of the submitPort 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 allowRemoteServices
protected java.util.List<AttachmentServerDistiller> attachmentServerDistiller
protected java.lang.String cacheKeyNames
protected java.lang.Integer configPort
protected java.lang.Integer docCacheSize
protected java.lang.Integer maximumConversionThreads
protected java.lang.Integer maximumZipLevels
protected java.lang.Integer processRecycleTime
protected java.lang.Integer processesNo
protected java.lang.Integer renderingHeight
protected java.lang.Integer renderingWidth
protected java.lang.Integer resultPort
protected java.lang.Integer serverBusyTime
protected java.lang.Integer submitPort
| Constructor Detail |
|---|
public AttachmentServerServiceInstanceType()
| Method Detail |
|---|
public java.lang.Boolean isAllowRemoteServices()
Booleanpublic void setAllowRemoteServices(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<AttachmentServerDistiller> getAttachmentServerDistiller()
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 attachmentServerDistiller property.
For example, to add a new item, do as follows:
getAttachmentServerDistiller().add(newItem);
Objects of the following type(s) are allowed in the list
AttachmentServerDistiller
public java.lang.String getCacheKeyNames()
Stringpublic void setCacheKeyNames(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getConfigPort()
Integerpublic void setConfigPort(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getDocCacheSize()
Integerpublic void setDocCacheSize(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMaximumConversionThreads()
Integerpublic void setMaximumConversionThreads(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMaximumZipLevels()
Integerpublic void setMaximumZipLevels(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getProcessRecycleTime()
Integerpublic void setProcessRecycleTime(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getProcessesNo()
Integerpublic void setProcessesNo(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRenderingHeight()
Integerpublic void setRenderingHeight(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRenderingWidth()
Integerpublic void setRenderingWidth(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getResultPort()
Integerpublic void setResultPort(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getServerBusyTime()
Integerpublic void setServerBusyTime(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getSubmitPort()
Integerpublic void setSubmitPort(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.attachment.dto.AttachmentServerServiceInstanceType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||