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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.mdscs.dto.PrincipalsType
public abstract class PrincipalsType
Java class for PrincipalsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrincipalsType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="credentials" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="isPush" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="localeNameAndDescription" type="{http://www.rim.com/applicationattributes}LocaleNameAndDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="principalName" 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.String |
credentials
|
protected java.lang.Integer |
id
|
protected java.lang.Boolean |
isPush
|
protected java.util.List<LocaleNameAndDescription> |
localeNameAndDescription
|
protected java.lang.String |
principalName
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
PrincipalsType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCredentials()
Gets the value of the credentials property. |
java.lang.Integer |
getId()
Gets the value of the id property. |
java.util.List<LocaleNameAndDescription> |
getLocaleNameAndDescription()
Gets the value of the localeNameAndDescription property. |
java.lang.String |
getPrincipalName()
Gets the value of the principalName property. |
java.lang.Boolean |
isIsPush()
Gets the value of the isPush property. |
void |
setCredentials(java.lang.String value)
Sets the value of the credentials property. |
void |
setId(java.lang.Integer value)
Sets the value of the id property. |
void |
setIsPush(java.lang.Boolean value)
Sets the value of the isPush property. |
void |
setPrincipalName(java.lang.String value)
Sets the value of the principalName 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.String credentials
protected java.lang.Integer id
protected java.lang.Boolean isPush
protected java.util.List<LocaleNameAndDescription> localeNameAndDescription
protected java.lang.String principalName
| Constructor Detail |
|---|
public PrincipalsType()
| Method Detail |
|---|
public java.lang.String getCredentials()
Stringpublic void setCredentials(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getId()
Integerpublic void setId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isIsPush()
Booleanpublic void setIsPush(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<LocaleNameAndDescription> getLocaleNameAndDescription()
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 localeNameAndDescription property.
For example, to add a new item, do as follows:
getLocaleNameAndDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleNameAndDescription
public java.lang.String getPrincipalName()
Stringpublic void setPrincipalName(java.lang.String value)
value - allowed object is
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdscs.dto.PrincipalsType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||