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

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

public class RemoveRoles
extends java.lang.Object

Java class for RemoveRoles complex type.

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

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

RemoveRoles

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

Returns:
possible object is RemoveRoles.RoleNames

setRoleNames

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

Parameters:
value - allowed object is RemoveRoles.RoleNames


Copyright © 2009. All Rights Reserved.