com.sun.grizzly.http.webxml.schema
Class SecurityRole

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.SecurityRole

public class SecurityRole
extends Object


Field Summary
 List<String> description
           
 String roleName
           
 
Constructor Summary
SecurityRole()
           
 
Method Summary
 List<String> getDescription()
           
 String getRoleName()
           
 void setDescription(List<String> description)
           
 void setRoleName(String roleName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

description

public List<String> description

roleName

public String roleName
Constructor Detail

SecurityRole

public SecurityRole()
Method Detail

getDescription

public List<String> getDescription()

setDescription

public void setDescription(List<String> description)

getRoleName

public String getRoleName()

setRoleName

public void setRoleName(String roleName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.