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

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

public class ResourceRef
extends Object


Field Summary
 List<String> description
           
 List<InjectionTarget> injectionTarget
           
 String mappedName
           
 String resAuth
           
 String resRefName
           
 String resSharingScope
           
 String resType
           
 
Constructor Summary
ResourceRef()
           
 
Method Summary
 List<String> getDescription()
           
 List<InjectionTarget> getInjectionTarget()
           
 String getMappedName()
           
 String getResAuth()
           
 String getResRefName()
           
 String getResSharingScope()
           
 String getResType()
           
 void setDescription(List<String> description)
           
 void setInjectionTarget(List<InjectionTarget> injectionTarget)
           
 void setMappedName(String mappedName)
           
 void setResAuth(String resAuth)
           
 void setResRefName(String resRefName)
           
 void setResSharingScope(String resSharingScope)
           
 void setResType(String resType)
           
 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

resRefName

public String resRefName

resType

public String resType

resAuth

public String resAuth

resSharingScope

public String resSharingScope

mappedName

public String mappedName

injectionTarget

public List<InjectionTarget> injectionTarget
Constructor Detail

ResourceRef

public ResourceRef()
Method Detail

getDescription

public List<String> getDescription()

setDescription

public void setDescription(List<String> description)

getResRefName

public String getResRefName()

setResRefName

public void setResRefName(String resRefName)

getResType

public String getResType()

setResType

public void setResType(String resType)

getResAuth

public String getResAuth()

setResAuth

public void setResAuth(String resAuth)

getResSharingScope

public String getResSharingScope()

setResSharingScope

public void setResSharingScope(String resSharingScope)

getMappedName

public String getMappedName()

setMappedName

public void setMappedName(String mappedName)

getInjectionTarget

public List<InjectionTarget> getInjectionTarget()

setInjectionTarget

public void setInjectionTarget(List<InjectionTarget> injectionTarget)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.