com.rim.bes.basplugin.mdscs.dto
Class EnabledDevicePortType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.mdscs.dto.EnabledDevicePortType
- Direct Known Subclasses:
- DevicePorts
public abstract class EnabledDevicePortType
- extends BASBaseDTO
Java class for EnabledDevicePortType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnabledDevicePortType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="devicePort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Field Summary |
protected java.lang.Integer |
devicePort
|
|
Method Summary |
java.lang.Integer |
getDevicePort()
Gets the value of the devicePort property. |
void |
setDevicePort(java.lang.Integer value)
Sets the value of the devicePort property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
devicePort
protected java.lang.Integer devicePort
EnabledDevicePortType
public EnabledDevicePortType()
getDevicePort
public java.lang.Integer getDevicePort()
- Gets the value of the devicePort property.
- Returns:
- possible object is
Integer
setDevicePort
public void setDevicePort(java.lang.Integer value)
- Sets the value of the devicePort property.
- Parameters:
value - allowed object is
Integer
Copyright © 2009 Research In Motion Limited. All Rights Reserved.