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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.DeviceServiceAttributesType
com.rim.bes.basplugin.policy.dto.PolicyDeviceServiceAttributesType
public abstract class PolicyDeviceServiceAttributesType
Java class for PolicyDeviceServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyDeviceServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}DeviceServiceAttributesType">
<sequence>
<element name="status" type="{http://www.rim.com/com.rim.bes.bas.dto}PolicyStatusTypeEnumType" minOccurs="0"/>
<element name="effectiveDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="isApplicationControlPoliciesEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isWirelessApplicationDeliveryEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nameOnDevice" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="received" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="sent" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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 javax.xml.datatype.XMLGregorianCalendar |
effectiveDateTime
|
protected java.lang.Boolean |
isApplicationControlPoliciesEnabled
|
protected java.lang.Boolean |
isWirelessApplicationDeliveryEnabled
|
protected java.lang.String |
name
|
protected java.lang.String |
nameOnDevice
|
protected javax.xml.datatype.XMLGregorianCalendar |
received
|
protected javax.xml.datatype.XMLGregorianCalendar |
sent
|
protected PolicyStatusTypeEnumType |
status
|
| Fields inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
plugInId, type |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
PolicyDeviceServiceAttributesType()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getEffectiveDateTime()
Gets the value of the effectiveDateTime property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getNameOnDevice()
Gets the value of the nameOnDevice property. |
javax.xml.datatype.XMLGregorianCalendar |
getReceived()
Gets the value of the received property. |
javax.xml.datatype.XMLGregorianCalendar |
getSent()
Gets the value of the sent property. |
PolicyStatusTypeEnumType |
getStatus()
Gets the value of the status property. |
java.lang.Boolean |
isIsApplicationControlPoliciesEnabled()
Gets the value of the isApplicationControlPoliciesEnabled property. |
java.lang.Boolean |
isIsWirelessApplicationDeliveryEnabled()
Gets the value of the isWirelessApplicationDeliveryEnabled property. |
void |
setEffectiveDateTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the effectiveDateTime property. |
void |
setIsApplicationControlPoliciesEnabled(java.lang.Boolean value)
Sets the value of the isApplicationControlPoliciesEnabled property. |
void |
setIsWirelessApplicationDeliveryEnabled(java.lang.Boolean value)
Sets the value of the isWirelessApplicationDeliveryEnabled property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNameOnDevice(java.lang.String value)
Sets the value of the nameOnDevice property. |
void |
setReceived(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the received property. |
void |
setSent(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the sent property. |
void |
setStatus(PolicyStatusTypeEnumType value)
Sets the value of the status property. |
| Methods inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
getPlugInId, getType, setPlugInId, setType |
| 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 PolicyStatusTypeEnumType status
protected javax.xml.datatype.XMLGregorianCalendar effectiveDateTime
protected java.lang.Boolean isApplicationControlPoliciesEnabled
protected java.lang.Boolean isWirelessApplicationDeliveryEnabled
protected java.lang.String name
protected java.lang.String nameOnDevice
protected javax.xml.datatype.XMLGregorianCalendar received
protected javax.xml.datatype.XMLGregorianCalendar sent
| Constructor Detail |
|---|
public PolicyDeviceServiceAttributesType()
| Method Detail |
|---|
public PolicyStatusTypeEnumType getStatus()
PolicyStatusTypeEnumTypepublic void setStatus(PolicyStatusTypeEnumType value)
value - allowed object is
PolicyStatusTypeEnumTypepublic javax.xml.datatype.XMLGregorianCalendar getEffectiveDateTime()
XMLGregorianCalendarpublic void setEffectiveDateTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Boolean isIsApplicationControlPoliciesEnabled()
Booleanpublic void setIsApplicationControlPoliciesEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsWirelessApplicationDeliveryEnabled()
Booleanpublic void setIsWirelessApplicationDeliveryEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNameOnDevice()
Stringpublic void setNameOnDevice(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getReceived()
XMLGregorianCalendarpublic void setReceived(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getSent()
XMLGregorianCalendarpublic void setSent(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.policy.dto.PolicyDeviceServiceAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||