org.jboss.shrinkwrap.descriptor.api.j2ee14
Interface ResourceEnvRefType<T>

All Superinterfaces:
Child<T>

public interface ResourceEnvRefType<T>
extends Child<T>

This interface defines the contract for the resource-env-refType xsd type

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

Method Summary
 ResourceEnvRefType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 String getId()
          Returns the id attribute
 String getResourceEnvRefName()
          Returns the resource-env-ref-name element
 String getResourceEnvRefType()
          Returns the resource-env-ref-type element
 ResourceEnvRefType<T> id(String id)
          Sets the id attribute
 ResourceEnvRefType<T> removeAllDescription()
          Removes the description element
 ResourceEnvRefType<T> removeId()
          Removes the id attribute
 ResourceEnvRefType<T> removeResourceEnvRefName()
          Removes the resource-env-ref-name element
 ResourceEnvRefType<T> removeResourceEnvRefType()
          Removes the resource-env-ref-type element
 ResourceEnvRefType<T> resourceEnvRefName(String resourceEnvRefName)
          Sets the resource-env-ref-name element
 ResourceEnvRefType<T> resourceEnvRefType(String resourceEnvRefType)
          Sets the resource-env-ref-type element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

ResourceEnvRefType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of ResourceEnvRefType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

ResourceEnvRefType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of ResourceEnvRefType

resourceEnvRefName

ResourceEnvRefType<T> resourceEnvRefName(String resourceEnvRefName)
Sets the resource-env-ref-name element

Parameters:
resourceEnvRefName - the value for the element resource-env-ref-name
Returns:
the current instance of ResourceEnvRefType

getResourceEnvRefName

String getResourceEnvRefName()
Returns the resource-env-ref-name element

Returns:
the node defined for the element resource-env-ref-name

removeResourceEnvRefName

ResourceEnvRefType<T> removeResourceEnvRefName()
Removes the resource-env-ref-name element

Returns:
the current instance of ResourceEnvRefType

resourceEnvRefType

ResourceEnvRefType<T> resourceEnvRefType(String resourceEnvRefType)
Sets the resource-env-ref-type element

Parameters:
resourceEnvRefType - the value for the element resource-env-ref-type
Returns:
the current instance of ResourceEnvRefType

getResourceEnvRefType

String getResourceEnvRefType()
Returns the resource-env-ref-type element

Returns:
the node defined for the element resource-env-ref-type

removeResourceEnvRefType

ResourceEnvRefType<T> removeResourceEnvRefType()
Removes the resource-env-ref-type element

Returns:
the current instance of ResourceEnvRefType

id

ResourceEnvRefType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of ResourceEnvRefType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

ResourceEnvRefType<T> removeId()
Removes the id attribute

Returns:
the current instance of ResourceEnvRefType


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