net.authorize.api.contract.v1
Class PermissionType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
permissionName
protected String permissionName
PermissionType
public PermissionType()
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.