com.rim.bes.basplugin.mdss.dto
Class MDSSUserServiceAttributesType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.UserServiceAttributesType
com.rim.bes.basplugin.mdss.dto.MDSSUserServiceAttributesType
- Direct Known Subclasses:
- MDSSUserServiceAttributes
public abstract class MDSSUserServiceAttributesType
- extends UserServiceAttributesType
Java class for MDSSUserServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MDSSUserServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}UserServiceAttributesType">
<sequence>
<element name="MDSSUserDevicePolicy" type="{http://www.rim.com/com.rim.bes.basplugin.mdss.dto}MDSSUserDevicePolicy" maxOccurs="unbounded" minOccurs="0"/>
<element name="serverURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mdssUserDevicePolicy
protected java.util.List<MDSSUserDevicePolicy> mdssUserDevicePolicy
serverURL
protected java.lang.String serverURL
MDSSUserServiceAttributesType
public MDSSUserServiceAttributesType()
getMDSSUserDevicePolicy
public java.util.List<MDSSUserDevicePolicy> getMDSSUserDevicePolicy()
- Gets the value of the mdssUserDevicePolicy property.
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 mdssUserDevicePolicy property.
For example, to add a new item, do as follows:
getMDSSUserDevicePolicy().add(newItem);
Objects of the following type(s) are allowed in the list
MDSSUserDevicePolicy
getServerURL
public java.lang.String getServerURL()
- Gets the value of the serverURL property.
- Returns:
- possible object is
String
setServerURL
public void setServerURL(java.lang.String value)
- Sets the value of the serverURL property.
- Parameters:
value - allowed object is
String
Copyright © 2009 Research In Motion Limited. All Rights Reserved.