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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.attachment.dto.AttachmentServerDistillerType
public abstract class AttachmentServerDistillerType
Java class for AttachmentServerDistillerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachmentServerDistillerType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="category" type="{http://www.rim.com/com.rim.bes.basplugin.attachment.dto}AttachmentDistillerCategoryEnumType" minOccurs="0"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="extensions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="isEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="localeString" type="{http://www.rim.com/com.rim.bes.bas.dto}LocaleString" maxOccurs="unbounded" minOccurs="0"/>
<element name="maximumFileSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="metaDataDefinition" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataDefinition" maxOccurs="unbounded" minOccurs="0"/>
<element name="metaDataSetItem" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataSetItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="serverDistillerId" type="{http://www.w3.org/2001/XMLSchema}int" 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 AttachmentDistillerCategoryEnumType |
category
|
protected java.lang.String |
displayName
|
protected java.util.List<java.lang.String> |
extensions
|
protected java.lang.Boolean |
isEnabled
|
protected java.util.List<LocaleString> |
localeString
|
protected java.lang.Integer |
maximumFileSize
|
protected java.util.List<MetaDataDefinition> |
metaDataDefinition
|
protected java.util.List<MetaDataSetItem> |
metaDataSetItem
|
protected java.lang.Integer |
serverDistillerId
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
AttachmentServerDistillerType()
|
|
| Method Summary | |
|---|---|
AttachmentDistillerCategoryEnumType |
getCategory()
Gets the value of the category property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.util.List<java.lang.String> |
getExtensions()
Gets the value of the extensions property. |
java.util.List<LocaleString> |
getLocaleString()
Gets the value of the localeString property. |
java.lang.Integer |
getMaximumFileSize()
Gets the value of the maximumFileSize property. |
java.util.List<MetaDataDefinition> |
getMetaDataDefinition()
Gets the value of the metaDataDefinition property. |
java.util.List<MetaDataSetItem> |
getMetaDataSetItem()
Gets the value of the metaDataSetItem property. |
java.lang.Integer |
getServerDistillerId()
Gets the value of the serverDistillerId property. |
java.lang.Boolean |
isIsEnabled()
Gets the value of the isEnabled property. |
void |
setCategory(AttachmentDistillerCategoryEnumType value)
Sets the value of the category property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setIsEnabled(java.lang.Boolean value)
Sets the value of the isEnabled property. |
void |
setMaximumFileSize(java.lang.Integer value)
Sets the value of the maximumFileSize property. |
void |
setServerDistillerId(java.lang.Integer value)
Sets the value of the serverDistillerId 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 AttachmentDistillerCategoryEnumType category
protected java.lang.String displayName
protected java.util.List<java.lang.String> extensions
protected java.lang.Boolean isEnabled
protected java.util.List<LocaleString> localeString
protected java.lang.Integer maximumFileSize
protected java.util.List<MetaDataDefinition> metaDataDefinition
protected java.util.List<MetaDataSetItem> metaDataSetItem
protected java.lang.Integer serverDistillerId
| Constructor Detail |
|---|
public AttachmentServerDistillerType()
| Method Detail |
|---|
public AttachmentDistillerCategoryEnumType getCategory()
AttachmentDistillerCategoryEnumTypepublic void setCategory(AttachmentDistillerCategoryEnumType value)
value - allowed object is
AttachmentDistillerCategoryEnumTypepublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getExtensions()
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 extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Boolean isIsEnabled()
Booleanpublic void setIsEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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 getMaximumFileSize()
Integerpublic void setMaximumFileSize(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<MetaDataDefinition> getMetaDataDefinition()
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 metaDataDefinition property.
For example, to add a new item, do as follows:
getMetaDataDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
MetaDataDefinition
public 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 getServerDistillerId()
Integerpublic void setServerDistillerId(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.attachment.dto.AttachmentServerDistillerType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||