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

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

public class UndefinePermission
extends java.lang.Object

Java class for UndefinePermission complex type.

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

 <complexType name="UndefinePermission">
   <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
UndefinePermission()
           
 
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

UndefinePermission

public UndefinePermission()
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.