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

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

public class SecurityRoleRef
extends Object


Field Summary
 List<String> description
           
 String roleLink
           
 String roleName
           
 
Constructor Summary
SecurityRoleRef()
           
 
Method Summary
 List<String> getDescription()
           
 String getRoleLink()
           
 String getRoleName()
           
 void setDescription(List<String> description)
           
 void setRoleLink(String roleLink)
           
 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

roleLink

public String roleLink
Constructor Detail

SecurityRoleRef

public SecurityRoleRef()
Method Detail

getDescription

public List<String> getDescription()

setDescription

public void setDescription(List<String> description)

getRoleName

public String getRoleName()

setRoleName

public void setRoleName(String roleName)

getRoleLink

public String getRoleLink()

setRoleLink

public void setRoleLink(String roleLink)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.