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

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

public class GetClientPermissionNames
extends java.lang.Object

Java class for GetClientPermissionNames complex type.

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

 <complexType name="GetClientPermissionNames">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String identityName
           
 
Constructor Summary
GetClientPermissionNames()
           
 
Method Summary
 java.lang.String getIdentityName()
          Gets the value of the identityName property.
 void setIdentityName(java.lang.String value)
          Sets the value of the identityName 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
Constructor Detail

GetClientPermissionNames

public GetClientPermissionNames()
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


Copyright © 2009. All Rights Reserved.