|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxdm.xcap.client.appusage.presrules.jaxb.ProvideDevicePermission
public class ProvideDevicePermission
Java class for provideDevicePermission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="provideDevicePermission">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="all-devices">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<sequence maxOccurs="unbounded" minOccurs="0">
<choice>
<element ref="{urn:ietf:params:xml:ns:pres-rules}deviceID"/>
<element ref="{urn:ietf:params:xml:ns:pres-rules}occurrence-id"/>
<element ref="{urn:ietf:params:xml:ns:pres-rules}class"/>
<any/>
</choice>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ProvideDevicePermission.AllDevices
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected ProvideDevicePermission.AllDevices |
allDevices
|
protected java.util.List<java.lang.Object> |
deviceIDOrOccurrenceIdOrClazz
|
| Constructor Summary | |
|---|---|
ProvideDevicePermission()
|
|
| Method Summary | |
|---|---|
ProvideDevicePermission.AllDevices |
getAllDevices()
Gets the value of the allDevices property. |
java.util.List<java.lang.Object> |
getDeviceIDOrOccurrenceIdOrClazz()
Gets the value of the deviceIDOrOccurrenceIdOrClazz property. |
void |
setAllDevices(ProvideDevicePermission.AllDevices value)
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 |
| Field Detail |
|---|
protected ProvideDevicePermission.AllDevices allDevices
protected java.util.List<java.lang.Object> deviceIDOrOccurrenceIdOrClazz
| Constructor Detail |
|---|
public ProvideDevicePermission()
| Method Detail |
|---|
public ProvideDevicePermission.AllDevices getAllDevices()
ProvideDevicePermission.AllDevicespublic void setAllDevices(ProvideDevicePermission.AllDevices value)
value - allowed object is
ProvideDevicePermission.AllDevicespublic java.util.List<java.lang.Object> getDeviceIDOrOccurrenceIdOrClazz()
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 deviceIDOrOccurrenceIdOrClazz property.
For example, to add a new item, do as follows:
getDeviceIDOrOccurrenceIdOrClazz().add(newItem);
Objects of the following type(s) are allowed in the list
Object
JAXBElement<String>
JAXBElement<String>
Element
JAXBElement<String>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||