|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdscs.dto.MDSCSServiceConfigurationType 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.MDSCSServiceConfigurationType
public abstract class MDSCSServiceConfigurationType
Java class for MDSCSServiceConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MDSCSServiceConfigurationType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="configurationId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="localeNameAndDescription" type="{http://www.rim.com/applicationattributes}LocaleNameAndDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="localeString" type="{http://www.rim.com/com.rim.bes.bas.dto}LocaleString" maxOccurs="unbounded" minOccurs="0"/>
<element name="MDSCSServiceId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="metaDataSetItem" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataSetItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="precedenceOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="serviceURL" 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.Integer |
configurationId
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastModifiedDate
|
protected java.util.List<LocaleNameAndDescription> |
localeNameAndDescription
|
protected java.util.List<LocaleString> |
localeString
|
protected java.lang.Integer |
mdscsServiceId
|
protected java.util.List<MetaDataSetItem> |
metaDataSetItem
|
protected java.lang.Integer |
precedenceOrder
|
protected java.lang.String |
serviceURL
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
MDSCSServiceConfigurationType()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getConfigurationId()
Gets the value of the configurationId property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastModifiedDate()
Gets the value of the lastModifiedDate property. |
java.util.List<LocaleNameAndDescription> |
getLocaleNameAndDescription()
Gets the value of the localeNameAndDescription property. |
java.util.List<LocaleString> |
getLocaleString()
Gets the value of the localeString property. |
java.lang.Integer |
getMDSCSServiceId()
Gets the value of the mdscsServiceId property. |
java.util.List<MetaDataSetItem> |
getMetaDataSetItem()
Gets the value of the metaDataSetItem property. |
java.lang.Integer |
getPrecedenceOrder()
Gets the value of the precedenceOrder property. |
java.lang.String |
getServiceURL()
Gets the value of the serviceURL property. |
void |
setConfigurationId(java.lang.Integer value)
Sets the value of the configurationId property. |
void |
setLastModifiedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property. |
void |
setMDSCSServiceId(java.lang.Integer value)
Sets the value of the mdscsServiceId property. |
void |
setPrecedenceOrder(java.lang.Integer value)
Sets the value of the precedenceOrder property. |
void |
setServiceURL(java.lang.String value)
Sets the value of the serviceURL 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.Integer configurationId
protected javax.xml.datatype.XMLGregorianCalendar lastModifiedDate
protected java.util.List<LocaleNameAndDescription> localeNameAndDescription
protected java.util.List<LocaleString> localeString
protected java.lang.Integer mdscsServiceId
protected java.util.List<MetaDataSetItem> metaDataSetItem
protected java.lang.Integer precedenceOrder
protected java.lang.String serviceURL
| Constructor Detail |
|---|
public MDSCSServiceConfigurationType()
| Method Detail |
|---|
public java.lang.Integer getConfigurationId()
Integerpublic void setConfigurationId(java.lang.Integer value)
value - allowed object is
Integerpublic javax.xml.datatype.XMLGregorianCalendar getLastModifiedDate()
XMLGregorianCalendarpublic void setLastModifiedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic 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.util.List<LocaleString> getLocaleString()
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 localeString property.
For example, to add a new item, do as follows:
getLocaleString().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleString
public java.lang.Integer getMDSCSServiceId()
Integerpublic void setMDSCSServiceId(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<MetaDataSetItem> getMetaDataSetItem()
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 metaDataSetItem property.
For example, to add a new item, do as follows:
getMetaDataSetItem().add(newItem);
Objects of the following type(s) are allowed in the list
MetaDataSetItem
public java.lang.Integer getPrecedenceOrder()
Integerpublic void setPrecedenceOrder(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getServiceURL()
Stringpublic void setServiceURL(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.MDSCSServiceConfigurationType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||