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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.basplugin.synchronization.dto.SynchronizationUserServiceAttributesType
com.rim.bes.basplugin.synchronization.dto.SynchronizationFieldMappingUserConfigServiceAttributeType
public abstract class SynchronizationFieldMappingUserConfigServiceAttributeType
Java class for SynchronizationFieldMappingUserConfigServiceAttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynchronizationFieldMappingUserConfigServiceAttributeType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}SynchronizationUserServiceAttributesType">
<sequence>
<element name="additionalMappings" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}AdditionalMappings" maxOccurs="unbounded" minOccurs="0"/>
<element name="additionalTelephoneMappings" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}AdditionalTelephoneMappings" maxOccurs="unbounded" minOccurs="0"/>
<element name="businessAddressMappings" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}BusinessAddressMappings" maxOccurs="unbounded" minOccurs="0"/>
<element name="emailMappings" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}EmailMappings" maxOccurs="unbounded" minOccurs="0"/>
<element name="homeAddressMappings" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}HomeAddressMappings" maxOccurs="unbounded" minOccurs="0"/>
<element name="isDisabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="nameMappings" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}NameMappings" maxOccurs="unbounded" minOccurs="0"/>
<element name="otherAddressMappings" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}OtherAddressMappings" maxOccurs="unbounded" minOccurs="0"/>
<element name="userDefinedMappings" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}UserDefinedMappings" maxOccurs="unbounded" 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.util.List<AdditionalMappings> |
additionalMappings
|
protected java.util.List<AdditionalTelephoneMappings> |
additionalTelephoneMappings
|
protected java.util.List<BusinessAddressMappings> |
businessAddressMappings
|
protected java.util.List<EmailMappings> |
emailMappings
|
protected java.util.List<HomeAddressMappings> |
homeAddressMappings
|
protected java.lang.Boolean |
isDisabled
|
protected java.util.List<NameMappings> |
nameMappings
|
protected java.util.List<OtherAddressMappings> |
otherAddressMappings
|
protected java.util.List<UserDefinedMappings> |
userDefinedMappings
|
| Fields inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
plugInId, type |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
SynchronizationFieldMappingUserConfigServiceAttributeType()
|
|
| Method Summary | |
|---|---|
java.util.List<AdditionalMappings> |
getAdditionalMappings()
Gets the value of the additionalMappings property. |
java.util.List<AdditionalTelephoneMappings> |
getAdditionalTelephoneMappings()
Gets the value of the additionalTelephoneMappings property. |
java.util.List<BusinessAddressMappings> |
getBusinessAddressMappings()
Gets the value of the businessAddressMappings property. |
java.util.List<EmailMappings> |
getEmailMappings()
Gets the value of the emailMappings property. |
java.util.List<HomeAddressMappings> |
getHomeAddressMappings()
Gets the value of the homeAddressMappings property. |
java.util.List<NameMappings> |
getNameMappings()
Gets the value of the nameMappings property. |
java.util.List<OtherAddressMappings> |
getOtherAddressMappings()
Gets the value of the otherAddressMappings property. |
java.util.List<UserDefinedMappings> |
getUserDefinedMappings()
Gets the value of the userDefinedMappings property. |
java.lang.Boolean |
isIsDisabled()
Gets the value of the isDisabled property. |
void |
setIsDisabled(java.lang.Boolean value)
Sets the value of the isDisabled property. |
| Methods inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
getPlugInId, getType, setPlugInId, setType |
| 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.util.List<AdditionalMappings> additionalMappings
protected java.util.List<AdditionalTelephoneMappings> additionalTelephoneMappings
protected java.util.List<BusinessAddressMappings> businessAddressMappings
protected java.util.List<EmailMappings> emailMappings
protected java.util.List<HomeAddressMappings> homeAddressMappings
protected java.lang.Boolean isDisabled
protected java.util.List<NameMappings> nameMappings
protected java.util.List<OtherAddressMappings> otherAddressMappings
protected java.util.List<UserDefinedMappings> userDefinedMappings
| Constructor Detail |
|---|
public SynchronizationFieldMappingUserConfigServiceAttributeType()
| Method Detail |
|---|
public java.util.List<AdditionalMappings> getAdditionalMappings()
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 additionalMappings property.
For example, to add a new item, do as follows:
getAdditionalMappings().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalMappings
public java.util.List<AdditionalTelephoneMappings> getAdditionalTelephoneMappings()
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 additionalTelephoneMappings property.
For example, to add a new item, do as follows:
getAdditionalTelephoneMappings().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalTelephoneMappings
public java.util.List<BusinessAddressMappings> getBusinessAddressMappings()
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 businessAddressMappings property.
For example, to add a new item, do as follows:
getBusinessAddressMappings().add(newItem);
Objects of the following type(s) are allowed in the list
BusinessAddressMappings
public java.util.List<EmailMappings> getEmailMappings()
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 emailMappings property.
For example, to add a new item, do as follows:
getEmailMappings().add(newItem);
Objects of the following type(s) are allowed in the list
EmailMappings
public java.util.List<HomeAddressMappings> getHomeAddressMappings()
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 homeAddressMappings property.
For example, to add a new item, do as follows:
getHomeAddressMappings().add(newItem);
Objects of the following type(s) are allowed in the list
HomeAddressMappings
public java.lang.Boolean isIsDisabled()
Booleanpublic void setIsDisabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<NameMappings> getNameMappings()
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 nameMappings property.
For example, to add a new item, do as follows:
getNameMappings().add(newItem);
Objects of the following type(s) are allowed in the list
NameMappings
public java.util.List<OtherAddressMappings> getOtherAddressMappings()
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 otherAddressMappings property.
For example, to add a new item, do as follows:
getOtherAddressMappings().add(newItem);
Objects of the following type(s) are allowed in the list
OtherAddressMappings
public java.util.List<UserDefinedMappings> getUserDefinedMappings()
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 userDefinedMappings property.
For example, to add a new item, do as follows:
getUserDefinedMappings().add(newItem);
Objects of the following type(s) are allowed in the list
UserDefinedMappings
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.synchronization.dto.SynchronizationFieldMappingUserConfigServiceAttributeType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||