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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.mdss.dto.ConnectionServiceType
public abstract class ConnectionServiceType
Java class for ConnectionServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionServiceType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="maxMsgLength" 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="url" type="{http://www.w3.org/2001/XMLSchema}string" 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.Integer |
maxMsgLength
|
protected java.lang.Integer |
port
|
protected java.lang.String |
url
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ConnectionServiceType()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getMaxMsgLength()
Gets the value of the maxMsgLength property. |
java.lang.Integer |
getPort()
Gets the value of the port property. |
java.lang.String |
getUrl()
Gets the value of the url property. |
void |
setMaxMsgLength(java.lang.Integer value)
Sets the value of the maxMsgLength property. |
void |
setPort(java.lang.Integer value)
Sets the value of the port property. |
void |
setUrl(java.lang.String value)
Sets the value of the url 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.Integer maxMsgLength
protected java.lang.Integer port
protected java.lang.String url
| Constructor Detail |
|---|
public ConnectionServiceType()
| Method Detail |
|---|
public java.lang.Integer getMaxMsgLength()
Integerpublic void setMaxMsgLength(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.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdss.dto.ConnectionServiceType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||