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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.collaboration.dto.CollaborationConnectionType
public abstract class CollaborationConnectionType
Java class for CollaborationConnectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollaborationConnectionType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="type" type="{http://www.rim.com/com.rim.bes.basplugin.collaboration.dto}CollaborationConnectionTypeEnumType" minOccurs="0"/>
<element name="subType" type="{http://www.rim.com/com.rim.bes.basplugin.collaboration.dto}CollaborationConnectionSubTypeEnumType" minOccurs="0"/>
<element name="host" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isPoolLoadBalanced" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isReadOnlyHost" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="listeningPort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="transportType" 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.String |
host
|
protected java.lang.Boolean |
isPoolLoadBalanced
|
protected java.lang.Boolean |
isReadOnlyHost
|
protected java.lang.Integer |
listeningPort
|
protected java.lang.Integer |
port
|
protected CollaborationConnectionSubTypeEnumType |
subType
|
protected java.lang.Integer |
transportType
|
protected CollaborationConnectionTypeEnumType |
type
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
CollaborationConnectionType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHost()
Gets the value of the host property. |
java.lang.Integer |
getListeningPort()
Gets the value of the listeningPort property. |
java.lang.Integer |
getPort()
Gets the value of the port property. |
CollaborationConnectionSubTypeEnumType |
getSubType()
Gets the value of the subType property. |
java.lang.Integer |
getTransportType()
Gets the value of the transportType property. |
CollaborationConnectionTypeEnumType |
getType()
Gets the value of the type property. |
java.lang.Boolean |
isIsPoolLoadBalanced()
Gets the value of the isPoolLoadBalanced property. |
java.lang.Boolean |
isIsReadOnlyHost()
Gets the value of the isReadOnlyHost property. |
void |
setHost(java.lang.String value)
Sets the value of the host property. |
void |
setIsPoolLoadBalanced(java.lang.Boolean value)
Sets the value of the isPoolLoadBalanced property. |
void |
setIsReadOnlyHost(java.lang.Boolean value)
Sets the value of the isReadOnlyHost property. |
void |
setListeningPort(java.lang.Integer value)
Sets the value of the listeningPort property. |
void |
setPort(java.lang.Integer value)
Sets the value of the port property. |
void |
setSubType(CollaborationConnectionSubTypeEnumType value)
Sets the value of the subType property. |
void |
setTransportType(java.lang.Integer value)
Sets the value of the transportType property. |
void |
setType(CollaborationConnectionTypeEnumType value)
Sets the value of the type 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 CollaborationConnectionTypeEnumType type
protected CollaborationConnectionSubTypeEnumType subType
protected java.lang.String host
protected java.lang.Boolean isPoolLoadBalanced
protected java.lang.Boolean isReadOnlyHost
protected java.lang.Integer listeningPort
protected java.lang.Integer port
protected java.lang.Integer transportType
| Constructor Detail |
|---|
public CollaborationConnectionType()
| Method Detail |
|---|
public CollaborationConnectionTypeEnumType getType()
CollaborationConnectionTypeEnumTypepublic void setType(CollaborationConnectionTypeEnumType value)
value - allowed object is
CollaborationConnectionTypeEnumTypepublic CollaborationConnectionSubTypeEnumType getSubType()
CollaborationConnectionSubTypeEnumTypepublic void setSubType(CollaborationConnectionSubTypeEnumType value)
value - allowed object is
CollaborationConnectionSubTypeEnumTypepublic java.lang.String getHost()
Stringpublic void setHost(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsPoolLoadBalanced()
Booleanpublic void setIsPoolLoadBalanced(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsReadOnlyHost()
Booleanpublic void setIsReadOnlyHost(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getListeningPort()
Integerpublic void setListeningPort(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPort()
Integerpublic void setPort(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTransportType()
Integerpublic void setTransportType(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.collaboration.dto.CollaborationConnectionType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||