|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideDevicePermissionType
public class ProvideDevicePermissionType
The Presence Rules provide-devices element. Allows a watcher to see "device" information present in the presence document.
Compliant with rfc5025.
| Nested Class Summary | |
|---|---|
static class |
ProvideDevicePermissionType.AllDevicesType
The Presence Rules all-devices element. |
static class |
ProvideDevicePermissionType.DeviceIdType
The Presence Rules deviceID element. |
| Constructor Summary | |
|---|---|
ProvideDevicePermissionType()
|
|
| Method Summary | |
|---|---|
ProvideDevicePermissionType.AllDevicesType |
getAllDevices()
Gets the value of the allDevices property. |
List<Element> |
getAny()
Gets the value of the any property. |
List<ClassType> |
getClasses()
Gets the value of the classes property. |
List<ProvideDevicePermissionType.DeviceIdType> |
getDevices()
Gets the value of the devices property. |
List<OccurrenceIdType> |
getOccurrences()
Gets the value of the occurrences property. |
void |
setAllDevices(ProvideDevicePermissionType.AllDevicesType allDevices)
Sets the value of the allDevices property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProvideDevicePermissionType()
| Method Detail |
|---|
public void setAllDevices(ProvideDevicePermissionType.AllDevicesType allDevices)
allDevices - the allDevices to set.public ProvideDevicePermissionType.AllDevicesType getAllDevices()
public List<ProvideDevicePermissionType.DeviceIdType> getDevices()
public List<OccurrenceIdType> getOccurrences()
public List<ClassType> getClasses()
public List<Element> getAny()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||