| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_web.deployment.xml.UserDataConstraint
UserDataConstraint | public class UserDataConstraint extends AbsElement (Code) | | This class defines the implementation of the element user-data-constraint
author: Florent Benoit |
UserDataConstraint | public UserDataConstraint()(Code) | | Constructor
|
addDescription | public void addDescription(String description)(Code) | | Add a new description element to this object
Parameters: description - description |
getDescriptionList | public JLinkedList getDescriptionList()(Code) | | Gets the description list
the description list |
getTransportGuarantee | public String getTransportGuarantee()(Code) | | Gets the transport-guarantee
the transport-guarantee |
setTransportGuarantee | public void setTransportGuarantee(String transportGuarantee)(Code) | | Add a new transport-guarantee element to this object
Parameters: transportGuarantee - transport-guarantee |
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. |
|
|
|