org.jboss.datasources.api
Interface XaDatasourcePropertyType<T>

All Superinterfaces:
Child<T>
All Known Implementing Classes:
XaDatasourcePropertyTypeImpl

public interface XaDatasourcePropertyType<T>
extends Child<T>

This interface defines the contract for the xa-datasource-propertyType xsd type

Since:
Generation date :2013-01-26T19:27:02.583+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

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
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

text

XaDatasourcePropertyType<T> text(String value)
Sets the body text for the element xa-datasource-propertyType

Parameters:
xaDatasourcePropertyType - the value for the body text xa-datasource-propertyType
Returns:
the current instance of XaDatasourcePropertyType

getText

String getText()
Returns the body text of the element xa-datasource-propertyType

Returns:
the value defined for the text xa-datasource-propertyType

name

XaDatasourcePropertyType<T> name(String name)
Sets the name attribute

Parameters:
name - the value for the attribute name
Returns:
the current instance of XaDatasourcePropertyType

getName

String getName()
Returns the name attribute

Returns:
the value defined for the attribute name

removeName

XaDatasourcePropertyType<T> removeName()
Removes the name attribute

Returns:
the current instance of XaDatasourcePropertyType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.