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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ApplicationVendorType
public abstract class ApplicationVendorType
Java class for ApplicationVendorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplicationVendorType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="isVendorInfoVerifiable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="vendorInfo" type="{http://www.rim.com/applicationattributes}VendorInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="vendorInfoType" 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.Boolean |
isVendorInfoVerifiable
|
protected java.util.List<VendorInfo> |
vendorInfo
|
protected java.lang.String |
vendorInfoType
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ApplicationVendorType()
|
|
| Method Summary | |
|---|---|
java.util.List<VendorInfo> |
getVendorInfo()
Gets the value of the vendorInfo property. |
java.lang.String |
getVendorInfoType()
Gets the value of the vendorInfoType property. |
java.lang.Boolean |
isIsVendorInfoVerifiable()
Gets the value of the isVendorInfoVerifiable property. |
void |
setIsVendorInfoVerifiable(java.lang.Boolean value)
Sets the value of the isVendorInfoVerifiable property. |
void |
setVendorInfoType(java.lang.String value)
Sets the value of the vendorInfoType 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.Boolean isVendorInfoVerifiable
protected java.util.List<VendorInfo> vendorInfo
protected java.lang.String vendorInfoType
| Constructor Detail |
|---|
public ApplicationVendorType()
| Method Detail |
|---|
public java.lang.Boolean isIsVendorInfoVerifiable()
Booleanpublic void setIsVendorInfoVerifiable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<VendorInfo> getVendorInfo()
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 vendorInfo property.
For example, to add a new item, do as follows:
getVendorInfo().add(newItem);
Objects of the following type(s) are allowed in the list
VendorInfo
public java.lang.String getVendorInfoType()
Stringpublic void setVendorInfoType(java.lang.String value)
value - allowed object is
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.ApplicationVendorType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||