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

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

public class GetPermission
extends java.lang.Object

Java class for GetPermission complex type.

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

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


Field Summary
protected  java.lang.String permName
           
 
Constructor Summary
GetPermission()
           
 
Method Summary
 java.lang.String getPermName()
          Gets the value of the permName property.
 void setPermName(java.lang.String value)
          Sets the value of the permName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

permName

protected java.lang.String permName
Constructor Detail

GetPermission

public GetPermission()
Method Detail

getPermName

public java.lang.String getPermName()
Gets the value of the permName property.

Returns:
possible object is String

setPermName

public void setPermName(java.lang.String value)
Sets the value of the permName property.

Parameters:
value - allowed object is String


Copyright © 2009. All Rights Reserved.