
public interface ConnectionPropertyType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
connection-propertyType xsd type| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the
name attribute |
java.lang.String |
getText()
Returns the body text of the element
connection-propertyType |
ConnectionPropertyType<T> |
name(java.lang.String name)
Sets the
name attribute |
ConnectionPropertyType<T> |
removeName()
Removes the
name attribute |
ConnectionPropertyType<T> |
text(java.lang.String value)
Sets the body text for the element
connection-propertyType |
ConnectionPropertyType<T> text(java.lang.String value)
connection-propertyTypeconnectionPropertyType - the value for the body text connection-propertyTypeConnectionPropertyTypejava.lang.String getText()
connection-propertyTypeconnection-propertyTypeConnectionPropertyType<T> name(java.lang.String name)
name attributename - the value for the attribute nameConnectionPropertyTypejava.lang.String getName()
name attributenameConnectionPropertyType<T> removeName()
name attributeConnectionPropertyTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)