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

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

public class ProvidePersonPermission
extends java.lang.Object

Java class for providePersonPermission complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="providePersonPermission">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="all-persons">
           <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}occurrence-id"/>
             <element ref="{urn:ietf:params:xml:ns:pres-rules}class"/>
             <any/>
           </choice>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ProvidePersonPermission.AllPersons
          Java class for anonymous complex type.
 
Field Summary
protected  ProvidePersonPermission.AllPersons allPersons
           
protected  java.util.List<java.lang.Object> occurrenceIdOrClazzOrAny
           
 
Constructor Summary
ProvidePersonPermission()
           
 
Method Summary
 ProvidePersonPermission.AllPersons getAllPersons()
          Gets the value of the allPersons property.
 java.util.List<java.lang.Object> getOccurrenceIdOrClazzOrAny()
          Gets the value of the occurrenceIdOrClazzOrAny property.
 void setAllPersons(ProvidePersonPermission.AllPersons value)
          Sets the value of the allPersons property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allPersons

protected ProvidePersonPermission.AllPersons allPersons

occurrenceIdOrClazzOrAny

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

ProvidePersonPermission

public ProvidePersonPermission()
Method Detail

getAllPersons

public ProvidePersonPermission.AllPersons getAllPersons()
Gets the value of the allPersons property.

Returns:
possible object is ProvidePersonPermission.AllPersons

setAllPersons

public void setAllPersons(ProvidePersonPermission.AllPersons value)
Sets the value of the allPersons property.

Parameters:
value - allowed object is ProvidePersonPermission.AllPersons

getOccurrenceIdOrClazzOrAny

public java.util.List<java.lang.Object> getOccurrenceIdOrClazzOrAny()
Gets the value of the occurrenceIdOrClazzOrAny 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 occurrenceIdOrClazzOrAny property.

For example, to add a new item, do as follows:

    getOccurrenceIdOrClazzOrAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Object JAXBElement<String> Element JAXBElement<String>



Copyright © 2011. All Rights Reserved.