|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_lib.deployment.xml.ResourceRef
public class ResourceRef
This class defines the implementation of the element resource-ref.
| Constructor Summary | |
|---|---|
ResourceRef()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getResAuth()
|
java.lang.String |
getResRefName()
|
java.lang.String |
getResSharingScope()
|
java.lang.String |
getResType()
|
void |
setDescription(java.lang.String description)
Sets the description |
void |
setResAuth(java.lang.String resAuth)
Sets the auth |
void |
setResRefName(java.lang.String resRefName)
Sets the name |
void |
setResSharingScope(java.lang.String resSharingScope)
Sets the sharing-scope |
void |
setResType(java.lang.String resType)
Sets the type |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
|---|
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceRef()
| Method Detail |
|---|
public void setDescription(java.lang.String description)
description - the description to usepublic void setResRefName(java.lang.String resRefName)
resRefName - the name to usepublic void setResType(java.lang.String resType)
resType - the type to usepublic void setResAuth(java.lang.String resAuth)
resAuth - the auth to usepublic void setResSharingScope(java.lang.String resSharingScope)
resSharingScope - the sharing-scope to usepublic java.lang.String getDescription()
public java.lang.String getResRefName()
public java.lang.String getResType()
public java.lang.String getResAuth()
public java.lang.String getResSharingScope()
public java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||