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

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

public class AddPermissions
extends java.lang.Object

Java class for AddPermissions complex type.

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

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

AddPermissions

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

Returns:
possible object is AddPermissions.PermissionNames

setPermissionNames

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

Parameters:
value - allowed object is AddPermissions.PermissionNames


Copyright © 2009. All Rights Reserved.