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

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

public class UpdatePermission
extends java.lang.Object

Java class for UpdatePermission complex type.

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

 <complexType name="UpdatePermission">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="permName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="perm" type="{urn:epcglobal:ale:xsd:1}ACPermission"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ACPermission perm
           
protected  java.lang.String permName
           
 
Constructor Summary
UpdatePermission()
           
 
Method Summary
 ACPermission getPerm()
          Gets the value of the perm property.
 java.lang.String getPermName()
          Gets the value of the permName property.
 void setPerm(ACPermission value)
          Sets the value of the perm 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

perm

protected ACPermission perm
Constructor Detail

UpdatePermission

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

getPerm

public ACPermission getPerm()
Gets the value of the perm property.

Returns:
possible object is ACPermission

setPerm

public void setPerm(ACPermission value)
Sets the value of the perm property.

Parameters:
value - allowed object is ACPermission


Copyright © 2009. All Rights Reserved.