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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ReferenceValueType
public abstract class ReferenceValueType
Java class for ReferenceValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceValueType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" 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.String |
data
|
protected java.lang.Long |
id
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ReferenceValueType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getData()
Gets the value of the data property. |
java.lang.Long |
getId()
Gets the value of the id property. |
void |
setData(java.lang.String value)
Sets the value of the data property. |
void |
setId(java.lang.Long value)
Sets the value of the id 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.String data
protected java.lang.Long id
| Constructor Detail |
|---|
public ReferenceValueType()
| Method Detail |
|---|
public java.lang.String getData()
Stringpublic void setData(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getId()
Longpublic void setId(java.lang.Long value)
value - allowed object is
Long
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.ReferenceValueType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||