| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_lib.deployment.xml.ResourceRef
ResourceRef | public class ResourceRef extends AbsElement (Code) | | This class defines the implementation of the element resource-ref.
author: Florent Benoit |
getDescription | public String getDescription()(Code) | | the description of the resource-ref |
getResAuth | public String getResAuth()(Code) | | the auth of the resource-ref |
getResRefName | public String getResRefName()(Code) | | the name of the resource-ref |
getResSharingScope | public String getResSharingScope()(Code) | | the sharing-scope of the resource-ref |
getResType | public String getResType()(Code) | | the type of the resource-ref |
setDescription | public void setDescription(String description)(Code) | | Sets the description
Parameters: description - the description to use |
setResAuth | public void setResAuth(String resAuth)(Code) | | Sets the auth
Parameters: resAuth - the auth to use |
setResRefName | public void setResRefName(String resRefName)(Code) | | Sets the name
Parameters: resRefName - the name to use |
setResSharingScope | public void setResSharingScope(String resSharingScope)(Code) | | Sets the sharing-scope
Parameters: resSharingScope - the sharing-scope to use |
setResType | public void setResType(String resType)(Code) | | Sets the type
Parameters: resType - the type to use |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|