|
|||||||||
| 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_web.deployment.xml.UserDataConstraint
public class UserDataConstraint
This class defines the implementation of the element user-data-constraint
| Constructor Summary | |
|---|---|
UserDataConstraint()
Constructor |
|
| Method Summary | |
|---|---|
void |
addDescription(java.lang.String description)
Add a new description element to this object |
JLinkedList |
getDescriptionList()
Gets the description list |
java.lang.String |
getTransportGuarantee()
Gets the transport-guarantee |
void |
setTransportGuarantee(java.lang.String transportGuarantee)
Add a new transport-guarantee element to this object |
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 UserDataConstraint()
| Method Detail |
|---|
public void addDescription(java.lang.String description)
description - descriptionpublic void setTransportGuarantee(java.lang.String transportGuarantee)
transportGuarantee - transport-guaranteepublic JLinkedList getDescriptionList()
public java.lang.String getTransportGuarantee()
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 | ||||||||