org.fosstrak.ale.wsdl.aleac.epcglobal
Class RemovePermissions

java.lang.Object
  extended by org.fosstrak.ale.wsdl.aleac.epcglobal.RemovePermissions

public class RemovePermissions
extends java.lang.Object

Java class for RemovePermissions complex type.

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

 <complexType name="RemovePermissions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="roleName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="permissionNames" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="permissionName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RemovePermissions.PermissionNames
          Java class for anonymous complex type.
 
Field Summary
protected  RemovePermissions.PermissionNames permissionNames
           
protected  java.lang.String roleName
           
 
Constructor Summary
RemovePermissions()
           
 
Method Summary
 RemovePermissions.PermissionNames getPermissionNames()
          Gets the value of the permissionNames property.
 java.lang.String getRoleName()
          Gets the value of the roleName property.
 void setPermissionNames(RemovePermissions.PermissionNames value)
          Sets the value of the permissionNames property.
 void setRoleName(java.lang.String value)
          Sets the value of the roleName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roleName

protected java.lang.String roleName

permissionNames

protected RemovePermissions.PermissionNames permissionNames
Constructor Detail

RemovePermissions

public RemovePermissions()
Method Detail

getRoleName

public java.lang.String getRoleName()
Gets the value of the roleName property.

Returns:
possible object is String

setRoleName

public void setRoleName(java.lang.String value)
Sets the value of the roleName property.

Parameters:
value - allowed object is String

getPermissionNames

public RemovePermissions.PermissionNames getPermissionNames()
Gets the value of the permissionNames property.

Returns:
possible object is RemovePermissions.PermissionNames

setPermissionNames

public void setPermissionNames(RemovePermissions.PermissionNames value)
Sets the value of the permissionNames property.

Parameters:
value - allowed object is RemovePermissions.PermissionNames


Copyright © 2009. All Rights Reserved.