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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ApplicationAttributesType
public abstract class ApplicationAttributesType
Java class for ApplicationAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplicationAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="applicationDependency" type="{http://www.rim.com/applicationattributes}ApplicationDependency" maxOccurs="unbounded" minOccurs="0"/>
<element name="applicationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="applicationVendor" type="{http://www.rim.com/applicationattributes}ApplicationVendor" minOccurs="0"/>
<element name="contentIdentifier" type="{http://www.rim.com/applicationattributes}ContentIdentifier" minOccurs="0"/>
<element name="copyright" type="{http://www.rim.com/applicationattributes}Copyright" maxOccurs="unbounded" minOccurs="0"/>
<element name="languages" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="localeKeyword" type="{http://www.rim.com/applicationattributes}LocaleKeyword" maxOccurs="unbounded" minOccurs="0"/>
<element name="localeNameAndDescription" type="{http://www.rim.com/applicationattributes}LocaleNameAndDescription" 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<ApplicationDependency> |
applicationDependency
|
protected java.lang.String |
applicationType
|
protected ApplicationVendor |
applicationVendor
|
protected ContentIdentifier |
contentIdentifier
|
protected java.util.List<Copyright> |
copyright
|
protected java.util.List<java.lang.String> |
languages
|
protected java.util.List<LocaleKeyword> |
localeKeyword
|
protected java.util.List<LocaleNameAndDescription> |
localeNameAndDescription
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ApplicationAttributesType()
|
|
| Method Summary | |
|---|---|
java.util.List<ApplicationDependency> |
getApplicationDependency()
Gets the value of the applicationDependency property. |
java.lang.String |
getApplicationType()
Gets the value of the applicationType property. |
ApplicationVendor |
getApplicationVendor()
Gets the value of the applicationVendor property. |
ContentIdentifier |
getContentIdentifier()
Gets the value of the contentIdentifier property. |
java.util.List<Copyright> |
getCopyright()
Gets the value of the copyright property. |
java.util.List<java.lang.String> |
getLanguages()
Gets the value of the languages property. |
java.util.List<LocaleKeyword> |
getLocaleKeyword()
Gets the value of the localeKeyword property. |
java.util.List<LocaleNameAndDescription> |
getLocaleNameAndDescription()
Gets the value of the localeNameAndDescription property. |
void |
setApplicationType(java.lang.String value)
Sets the value of the applicationType property. |
void |
setApplicationVendor(ApplicationVendor value)
Sets the value of the applicationVendor property. |
void |
setContentIdentifier(ContentIdentifier value)
Sets the value of the contentIdentifier 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.util.List<ApplicationDependency> applicationDependency
protected java.lang.String applicationType
protected ApplicationVendor applicationVendor
protected ContentIdentifier contentIdentifier
protected java.util.List<Copyright> copyright
protected java.util.List<java.lang.String> languages
protected java.util.List<LocaleKeyword> localeKeyword
protected java.util.List<LocaleNameAndDescription> localeNameAndDescription
| Constructor Detail |
|---|
public ApplicationAttributesType()
| Method Detail |
|---|
public java.util.List<ApplicationDependency> getApplicationDependency()
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 applicationDependency property.
For example, to add a new item, do as follows:
getApplicationDependency().add(newItem);
Objects of the following type(s) are allowed in the list
ApplicationDependency
public java.lang.String getApplicationType()
Stringpublic void setApplicationType(java.lang.String value)
value - allowed object is
Stringpublic ApplicationVendor getApplicationVendor()
ApplicationVendorpublic void setApplicationVendor(ApplicationVendor value)
value - allowed object is
ApplicationVendorpublic ContentIdentifier getContentIdentifier()
ContentIdentifierpublic void setContentIdentifier(ContentIdentifier value)
value - allowed object is
ContentIdentifierpublic java.util.List<Copyright> getCopyright()
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 copyright property.
For example, to add a new item, do as follows:
getCopyright().add(newItem);
Objects of the following type(s) are allowed in the list
Copyright
public java.util.List<java.lang.String> getLanguages()
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 languages property.
For example, to add a new item, do as follows:
getLanguages().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<LocaleKeyword> getLocaleKeyword()
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 localeKeyword property.
For example, to add a new item, do as follows:
getLocaleKeyword().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleKeyword
public 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
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.ApplicationAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||