|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.datasources.impl.XaDatasourcePropertyTypeImpl<T>
public class XaDatasourcePropertyTypeImpl<T>
This class implements the xa-datasource-propertyType
xsd type
Constructor Summary | |
---|---|
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)
|
Method Summary | |
---|---|
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()
Returns the parent of this Child |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XaDatasourcePropertyTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public XaDatasourcePropertyTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
Method Detail |
---|
public T up()
Child
Child
up
in interface Child<T>
Child
public XaDatasourcePropertyType<T> text(String value)
xa-datasource-propertyType
text
in interface XaDatasourcePropertyType<T>
xaDatasourcePropertyType
- the value for the body text xa-datasource-propertyType
XaDatasourcePropertyType
public String getText()
xa-datasource-propertyType
getText
in interface XaDatasourcePropertyType<T>
xa-datasource-propertyType
public XaDatasourcePropertyType<T> name(String name)
name
attribute
name
in interface XaDatasourcePropertyType<T>
name
- the value for the attribute name
XaDatasourcePropertyType
public String getName()
name
attribute
getName
in interface XaDatasourcePropertyType<T>
name
public XaDatasourcePropertyType<T> removeName()
name
attribute
removeName
in interface XaDatasourcePropertyType<T>
XaDatasourcePropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |