Class XaDatasourcePropertyTypeImpl<T>
java.lang.Object
org.jboss.jca.embedded.dsl.datasources13.impl.XaDatasourcePropertyTypeImpl<T>
- All Implemented Interfaces:
XaDatasourcePropertyType<T>,org.jboss.shrinkwrap.descriptor.api.Child<T>
public class XaDatasourcePropertyTypeImpl<T>
extends Object
implements org.jboss.shrinkwrap.descriptor.api.Child<T>, XaDatasourcePropertyType<T>
This class implements the
xa-datasource-propertyType xsd type-
Constructor Summary
ConstructorsConstructorDescriptionXaDatasourcePropertyTypeImpl(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) -
Method Summary
-
Constructor Details
-
XaDatasourcePropertyTypeImpl
-
XaDatasourcePropertyTypeImpl
-
-
Method Details
-
up
- Specified by:
upin interfaceorg.jboss.shrinkwrap.descriptor.api.Child<T>
-
text
Sets the body text for the elementxa-datasource-propertyType- Specified by:
textin interfaceXaDatasourcePropertyType<T>- Parameters:
xaDatasourcePropertyType- the value for the body textxa-datasource-propertyType- Returns:
- the current instance of
XaDatasourcePropertyType
-
getText
Returns the body text of the elementxa-datasource-propertyType- Specified by:
getTextin interfaceXaDatasourcePropertyType<T>- Returns:
- the value defined for the text
xa-datasource-propertyType
-
name
Sets thenameattribute- Specified by:
namein interfaceXaDatasourcePropertyType<T>- Parameters:
name- the value for the attributename- Returns:
- the current instance of
XaDatasourcePropertyType
-
getName
Returns thenameattribute- Specified by:
getNamein interfaceXaDatasourcePropertyType<T>- Returns:
- the value defined for the attribute
name
-
removeName
Removes thenameattribute- Specified by:
removeNamein interfaceXaDatasourcePropertyType<T>- Returns:
- the current instance of
XaDatasourcePropertyType
-