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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ResolvedItemType
public abstract class ResolvedItemType
Java class for ResolvedItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResolvedItemType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="appliesReason" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="appliesSubReason" type="{http://www.rim.com/com.rim.bes.bas.dto}AppliesSubReason" maxOccurs="unbounded" minOccurs="0"/>
<element name="isAppliesSubReasonLoaded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="itemApplies" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="itemId" 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 java.lang.Integer |
appliesReason
|
protected java.util.List<AppliesSubReason> |
appliesSubReason
|
protected java.lang.Boolean |
isAppliesSubReasonLoaded
|
protected java.lang.Boolean |
itemApplies
|
protected java.lang.Integer |
itemId
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ResolvedItemType()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getAppliesReason()
Gets the value of the appliesReason property. |
java.util.List<AppliesSubReason> |
getAppliesSubReason()
Gets the value of the appliesSubReason property. |
java.lang.Integer |
getItemId()
Gets the value of the itemId property. |
java.lang.Boolean |
isIsAppliesSubReasonLoaded()
Gets the value of the isAppliesSubReasonLoaded property. |
java.lang.Boolean |
isItemApplies()
Gets the value of the itemApplies property. |
void |
setAppliesReason(java.lang.Integer value)
Sets the value of the appliesReason property. |
void |
setIsAppliesSubReasonLoaded(java.lang.Boolean value)
Sets the value of the isAppliesSubReasonLoaded property. |
void |
setItemApplies(java.lang.Boolean value)
Sets the value of the itemApplies property. |
void |
setItemId(java.lang.Integer value)
Sets the value of the itemId 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.Integer appliesReason
protected java.util.List<AppliesSubReason> appliesSubReason
protected java.lang.Boolean isAppliesSubReasonLoaded
protected java.lang.Boolean itemApplies
protected java.lang.Integer itemId
| Constructor Detail |
|---|
public ResolvedItemType()
| Method Detail |
|---|
public java.lang.Integer getAppliesReason()
Integerpublic void setAppliesReason(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<AppliesSubReason> getAppliesSubReason()
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 appliesSubReason property.
For example, to add a new item, do as follows:
getAppliesSubReason().add(newItem);
Objects of the following type(s) are allowed in the list
AppliesSubReason
public java.lang.Boolean isIsAppliesSubReasonLoaded()
Booleanpublic void setIsAppliesSubReasonLoaded(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isItemApplies()
Booleanpublic void setItemApplies(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getItemId()
Integerpublic void setItemId(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.ResolvedItemType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||