|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdscs.dto.MediaContentManagementType 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.MediaContentManagementType
public abstract class MediaContentManagementType
Java class for MediaContentManagementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MediaContentManagementType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="isDisallowContent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="maximumKBPerConnection" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="mediaContent" 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.Object |
id
|
protected java.lang.Boolean |
isDisallowContent
|
protected java.lang.Integer |
maximumKBPerConnection
|
protected java.lang.String |
mediaContent
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
MediaContentManagementType()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getId()
Gets the value of the id property. |
java.lang.Integer |
getMaximumKBPerConnection()
Gets the value of the maximumKBPerConnection property. |
java.lang.String |
getMediaContent()
Gets the value of the mediaContent property. |
java.lang.Boolean |
isIsDisallowContent()
Gets the value of the isDisallowContent property. |
void |
setId(java.lang.Object value)
Sets the value of the id property. |
void |
setIsDisallowContent(java.lang.Boolean value)
Sets the value of the isDisallowContent property. |
void |
setMaximumKBPerConnection(java.lang.Integer value)
Sets the value of the maximumKBPerConnection property. |
void |
setMediaContent(java.lang.String value)
Sets the value of the mediaContent 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.Object id
protected java.lang.Boolean isDisallowContent
protected java.lang.Integer maximumKBPerConnection
protected java.lang.String mediaContent
| Constructor Detail |
|---|
public MediaContentManagementType()
| Method Detail |
|---|
public java.lang.Object getId()
Objectpublic void setId(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Boolean isIsDisallowContent()
Booleanpublic void setIsDisallowContent(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getMaximumKBPerConnection()
Integerpublic void setMaximumKBPerConnection(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getMediaContent()
Stringpublic void setMediaContent(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.MediaContentManagementType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||