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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceInstanceRelationshipAttributesType
com.rim.bes.basplugin.attachment.dto.ConnectorAttachmentServerAttributesType
public abstract class ConnectorAttachmentServerAttributesType
Java class for ConnectorAttachmentServerAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectorAttachmentServerAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceRelationshipAttributesType">
<sequence>
<element name="extension" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="isDedicatedServer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="resultQueryPeriod" 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.util.List<java.lang.String> |
extension
|
protected java.lang.Boolean |
isDedicatedServer
|
protected java.lang.Integer |
resultQueryPeriod
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ConnectorAttachmentServerAttributesType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getExtension()
Gets the value of the extension property. |
java.lang.Integer |
getResultQueryPeriod()
Gets the value of the resultQueryPeriod property. |
java.lang.Boolean |
isIsDedicatedServer()
Gets the value of the isDedicatedServer property. |
void |
setIsDedicatedServer(java.lang.Boolean value)
Sets the value of the isDedicatedServer property. |
void |
setResultQueryPeriod(java.lang.Integer value)
Sets the value of the resultQueryPeriod 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.util.List<java.lang.String> extension
protected java.lang.Boolean isDedicatedServer
protected java.lang.Integer resultQueryPeriod
| Constructor Detail |
|---|
public ConnectorAttachmentServerAttributesType()
| Method Detail |
|---|
public java.util.List<java.lang.String> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Boolean isIsDedicatedServer()
Booleanpublic void setIsDedicatedServer(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getResultQueryPeriod()
Integerpublic void setResultQueryPeriod(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.ConnectorAttachmentServerAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||