org.openxdm.xcap.client.appusage.presrules.jaxb
Class ProvideDevicePermission

java.lang.Object
  extended by org.openxdm.xcap.client.appusage.presrules.jaxb.ProvideDevicePermission

public class ProvideDevicePermission
extends java.lang.Object

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

allDevices

protected ProvideDevicePermission.AllDevices allDevices

deviceIDOrOccurrenceIdOrClazz

protected java.util.List<java.lang.Object> deviceIDOrOccurrenceIdOrClazz
Constructor Detail

ProvideDevicePermission

public ProvideDevicePermission()
Method Detail

getAllDevices

public ProvideDevicePermission.AllDevices getAllDevices()
Gets the value of the allDevices property.

Returns:
possible object is ProvideDevicePermission.AllDevices

setAllDevices

public void setAllDevices(ProvideDevicePermission.AllDevices value)
Sets the value of the allDevices property.

Parameters:
value - allowed object is ProvideDevicePermission.AllDevices

getDeviceIDOrOccurrenceIdOrClazz

public java.util.List<java.lang.Object> getDeviceIDOrOccurrenceIdOrClazz()
Gets the value of the deviceIDOrOccurrenceIdOrClazz property.

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>



Copyright © 2011. All Rights Reserved.