net.authorize.api.contract.v1
Class PermissionType

java.lang.Object
  extended by net.authorize.api.contract.v1.PermissionType

public class PermissionType
extends Object

Java class for permissionType complex type.

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

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


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

Field Detail

permissionName

protected String permissionName
Constructor Detail

PermissionType

public PermissionType()
Method Detail

getPermissionName

public String getPermissionName()
Gets the value of the permissionName property.

Returns:
possible object is String

setPermissionName

public void setPermissionName(String value)
Sets the value of the permissionName property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.