org.eclipse.stardust.engine.api.ws
Class PrivilegesXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.PrivilegesXto

public class PrivilegesXto
extends java.lang.Object

Java class for Privileges complex type.

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

 <complexType name="Privileges">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="privilege" type="{http://eclipse.org/stardust/ws/v2012a/api}Privilege" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
PrivilegesXto()
           
 
Method Summary
 java.util.List<PrivilegeXto> getPrivilege()
          Gets the value of the privilege property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivilegesXto

public PrivilegesXto()
Method Detail

getPrivilege

public java.util.List<PrivilegeXto> getPrivilege()
Gets the value of the privilege 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 privilege property.

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

    getPrivilege().add(newItem);
 

Objects of the following type(s) are allowed in the list PrivilegeXto



Copyright © 2013 SunGard CSA LLC. All Rights Reserved.