com.rim.bes.bas.dto
Class UserWLANVPNVOIPConfigurationType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ITPolicyType
com.rim.bes.bas.dto.UserWLANVPNVOIPConfigurationType
- Direct Known Subclasses:
- VOIPConfigurations, VPNConfigurations, WLANConfigurations
public abstract class UserWLANVPNVOIPConfigurationType
- extends ITPolicyType
Java class for UserWLANVPNVOIPConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserWLANVPNVOIPConfigurationType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}ITPolicyType">
<sequence>
<element name="userConfigId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="WLANBaseConfigSetsId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
java.lang.Integer |
getUserConfigId()
Gets the value of the userConfigId property. |
java.lang.Integer |
getWLANBaseConfigSetsId()
Gets the value of the wlanBaseConfigSetsId property. |
void |
setUserConfigId(java.lang.Integer value)
Sets the value of the userConfigId property. |
void |
setWLANBaseConfigSetsId(java.lang.Integer value)
Sets the value of the wlanBaseConfigSetsId property. |
| Methods inherited from class com.rim.bes.bas.dto.ITPolicyType |
getITPolicyItem, getITPolicyLurnum, getLocaleNameAndDescription, getOrganizationId, getPolicyId, getPolicyName, getPriority, isIsPolicyNameEditable, isIsPrivate, setIsPolicyNameEditable, setIsPrivate, setITPolicyLurnum, setOrganizationId, setPolicyId, setPolicyName, setPriority |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userConfigId
protected java.lang.Integer userConfigId
wlanBaseConfigSetsId
protected java.lang.Integer wlanBaseConfigSetsId
UserWLANVPNVOIPConfigurationType
public UserWLANVPNVOIPConfigurationType()
getUserConfigId
public java.lang.Integer getUserConfigId()
- Gets the value of the userConfigId property.
- Returns:
- possible object is
Integer
setUserConfigId
public void setUserConfigId(java.lang.Integer value)
- Sets the value of the userConfigId property.
- Parameters:
value - allowed object is
Integer
getWLANBaseConfigSetsId
public java.lang.Integer getWLANBaseConfigSetsId()
- Gets the value of the wlanBaseConfigSetsId property.
- Returns:
- possible object is
Integer
setWLANBaseConfigSetsId
public void setWLANBaseConfigSetsId(java.lang.Integer value)
- Sets the value of the wlanBaseConfigSetsId property.
- Parameters:
value - allowed object is
Integer
Copyright © 2009 Research In Motion Limited. All Rights Reserved.