Package 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringpermissionName
-
Constructor Summary
Constructors Constructor Description PermissionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPermissionName()Gets the value of the permissionName property.voidsetPermissionName(String value)Sets the value of the permissionName property.
-