public class XaDatasourcePropertyTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, XaDatasourcePropertyType<T>
xa-datasource-propertyType xsd type| Constructor and Description |
|---|
XaDatasourcePropertyTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node) |
XaDatasourcePropertyTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the
name attribute |
String |
getText()
Returns the body text of the element
xa-datasource-propertyType |
XaDatasourcePropertyType<T> |
name(String name)
Sets the
name attribute |
XaDatasourcePropertyType<T> |
removeName()
Removes the
name attribute |
XaDatasourcePropertyType<T> |
text(String value)
Sets the body text for the element
xa-datasource-propertyType |
T |
up() |
public XaDatasourcePropertyTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public XaDatasourcePropertyType<T> text(String value)
xa-datasource-propertyTypetext in interface XaDatasourcePropertyType<T>xaDatasourcePropertyType - the value for the body text xa-datasource-propertyTypeXaDatasourcePropertyTypepublic String getText()
xa-datasource-propertyTypegetText in interface XaDatasourcePropertyType<T>xa-datasource-propertyTypepublic XaDatasourcePropertyType<T> name(String name)
name attributename in interface XaDatasourcePropertyType<T>name - the value for the attribute nameXaDatasourcePropertyTypepublic String getName()
name attributegetName in interface XaDatasourcePropertyType<T>namepublic XaDatasourcePropertyType<T> removeName()
name attributeremoveName in interface XaDatasourcePropertyType<T>XaDatasourcePropertyTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.