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

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

public class SetRoles
extends java.lang.Object

Java class for SetRoles complex type.

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

 <complexType name="SetRoles">
   <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 SetRoles.RoleNames
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String identityName
           
protected  SetRoles.RoleNames roleNames
           
 
Constructor Summary
SetRoles()
           
 
Method Summary
 java.lang.String getIdentityName()
          Gets the value of the identityName property.
 SetRoles.RoleNames getRoleNames()
          Gets the value of the roleNames property.
 void setIdentityName(java.lang.String value)
          Sets the value of the identityName property.
 void setRoleNames(SetRoles.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 SetRoles.RoleNames roleNames
Constructor Detail

SetRoles

public SetRoles()
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 SetRoles.RoleNames getRoleNames()
Gets the value of the roleNames property.

Returns:
possible object is SetRoles.RoleNames

setRoleNames

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

Parameters:
value - allowed object is SetRoles.RoleNames


Copyright © 2009. All Rights Reserved.