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

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

public class ProvideServicePermission
extends java.lang.Object

Java class for provideServicePermission complex type.

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

 <complexType name="provideServicePermission">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="all-services">
           <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}service-uri"/>
             <element ref="{urn:ietf:params:xml:ns:pres-rules}service-uri-scheme"/>
             <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 ProvideServicePermission.AllServices
          Java class for anonymous complex type.
 
Field Summary
protected  ProvideServicePermission.AllServices allServices
           
protected  java.util.List<java.lang.Object> serviceUriOrServiceUriSchemeOrOccurrenceId
           
 
Constructor Summary
ProvideServicePermission()
           
 
Method Summary
 ProvideServicePermission.AllServices getAllServices()
          Gets the value of the allServices property.
 java.util.List<java.lang.Object> getServiceUriOrServiceUriSchemeOrOccurrenceId()
          Gets the value of the serviceUriOrServiceUriSchemeOrOccurrenceId property.
 void setAllServices(ProvideServicePermission.AllServices value)
          Sets the value of the allServices property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allServices

protected ProvideServicePermission.AllServices allServices

serviceUriOrServiceUriSchemeOrOccurrenceId

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

ProvideServicePermission

public ProvideServicePermission()
Method Detail

getAllServices

public ProvideServicePermission.AllServices getAllServices()
Gets the value of the allServices property.

Returns:
possible object is ProvideServicePermission.AllServices

setAllServices

public void setAllServices(ProvideServicePermission.AllServices value)
Sets the value of the allServices property.

Parameters:
value - allowed object is ProvideServicePermission.AllServices

getServiceUriOrServiceUriSchemeOrOccurrenceId

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

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

    getServiceUriOrServiceUriSchemeOrOccurrenceId().add(newItem);
 

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



Copyright © 2011. All Rights Reserved.