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

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

public class AddRoles
extends java.lang.Object

Java class for AddRoles complex type.

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

 <complexType name="AddRoles">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="roleNames" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="roleName" 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 AddRoles.RoleNames
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String identityName
           
protected  AddRoles.RoleNames roleNames
           
 
Constructor Summary
AddRoles()
           
 
Method Summary
 java.lang.String getIdentityName()
          Gets the value of the identityName property.
 AddRoles.RoleNames getRoleNames()
          Gets the value of the roleNames property.
 void setIdentityName(java.lang.String value)
          Sets the value of the identityName property.
 void setRoleNames(AddRoles.RoleNames value)
          Sets the value of the roleNames property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identityName

protected java.lang.String identityName

roleNames

protected AddRoles.RoleNames roleNames
Constructor Detail

AddRoles

public AddRoles()
Method Detail

getIdentityName

public java.lang.String getIdentityName()
Gets the value of the identityName property.

Returns:
possible object is String

setIdentityName

public void setIdentityName(java.lang.String value)
Sets the value of the identityName property.

Parameters:
value - allowed object is String

getRoleNames

public AddRoles.RoleNames getRoleNames()
Gets the value of the roleNames property.

Returns:
possible object is AddRoles.RoleNames

setRoleNames

public void setRoleNames(AddRoles.RoleNames value)
Sets the value of the roleNames property.

Parameters:
value - allowed object is AddRoles.RoleNames


Copyright © 2009. All Rights Reserved.