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

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

public class SetPermissions
extends java.lang.Object

Java class for SetPermissions complex type.

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

 <complexType name="SetPermissions">
   <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 SetPermissions.PermissionNames
          Java class for anonymous complex type.
 
Field Summary
protected  SetPermissions.PermissionNames permissionNames
           
protected  java.lang.String roleName
           
 
Constructor Summary
SetPermissions()
           
 
Method Summary
 SetPermissions.PermissionNames getPermissionNames()
          Gets the value of the permissionNames property.
 java.lang.String getRoleName()
          Gets the value of the roleName property.
 void setPermissionNames(SetPermissions.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 SetPermissions.PermissionNames permissionNames
Constructor Detail

SetPermissions

public SetPermissions()
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 SetPermissions.PermissionNames getPermissionNames()
Gets the value of the permissionNames property.

Returns:
possible object is SetPermissions.PermissionNames

setPermissionNames

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

Parameters:
value - allowed object is SetPermissions.PermissionNames


Copyright © 2009. All Rights Reserved.