ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.javaee5
Interface ResourceRefType<T>

All Superinterfaces:
Child<T>

public interface ResourceRefType<T>
extends Child<T>

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

Since:
Generation date :2012-05-09T23:45:03.702-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 InjectionTargetType<ResourceRefType<T>> createInjectionTarget()
          Creates a new injection-target element
 ResourceRefType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 List<InjectionTargetType<ResourceRefType<T>>> getAllInjectionTarget()
          Returns all injection-target elements
 String getMappedName()
          Returns the mapped-name element
 InjectionTargetType<ResourceRefType<T>> getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 ResAuthType getResAuth()
          Returns the res-auth element
 String getResAuthAsString()
          Returns the res-auth element
 String getResRefName()
          Returns the res-ref-name element
 ResSharingScopeType getResSharingScope()
          Returns the res-sharing-scope element
 String getResSharingScopeAsString()
          Returns the res-sharing-scope element
 String getResType()
          Returns the res-type element
 ResourceRefType<T> mappedName(String mappedName)
          Sets the mapped-name element
 ResourceRefType<T> removeAllDescription()
          Removes the description element
 ResourceRefType<T> removeAllInjectionTarget()
          Removes all injection-target elements
 ResourceRefType<T> removeMappedName()
          Removes the mapped-name element
 ResourceRefType<T> removeResAuth()
          Removes the res-auth attribute
 ResourceRefType<T> removeResRefName()
          Removes the res-ref-name element
 ResourceRefType<T> removeResSharingScope()
          Removes the res-sharing-scope attribute
 ResourceRefType<T> removeResType()
          Removes the res-type element
 ResourceRefType<T> resAuth(ResAuthType resAuth)
          Sets the res-auth element
 ResourceRefType<T> resAuth(String resAuth)
          Sets the res-auth element
 ResourceRefType<T> resRefName(String resRefName)
          Sets the res-ref-name element
 ResourceRefType<T> resSharingScope(ResSharingScopeType resSharingScope)
          Sets the res-sharing-scope element
 ResourceRefType<T> resSharingScope(String resSharingScope)
          Sets the res-sharing-scope element
 ResourceRefType<T> resType(String resType)
          Sets the res-type element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

mappedName

ResourceRefType<T> mappedName(String mappedName)
Sets the mapped-name element

Parameters:
mappedName - the value for the element mapped-name
Returns:
the current instance of ResourceRefType

getMappedName

String getMappedName()
Returns the mapped-name element

Returns:
the node defined for the element mapped-name

removeMappedName

ResourceRefType<T> removeMappedName()
Removes the mapped-name element

Returns:
the current instance of ResourceRefType

getOrCreateInjectionTarget

InjectionTargetType<ResourceRefType<T>> getOrCreateInjectionTarget()
If not already created, a new injection-target element will be created and returned. Otherwise, the first existing injection-target element will be returned.

Returns:
the instance defined for the element injection-target

createInjectionTarget

InjectionTargetType<ResourceRefType<T>> createInjectionTarget()
Creates a new injection-target element

Returns:
the new created instance of InjectionTargetType>

getAllInjectionTarget

List<InjectionTargetType<ResourceRefType<T>>> getAllInjectionTarget()
Returns all injection-target elements

Returns:
list of injection-target

removeAllInjectionTarget

ResourceRefType<T> removeAllInjectionTarget()
Removes all injection-target elements

Returns:
the current instance of InjectionTargetType>

description

ResourceRefType<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 ResourceRefType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

ResourceRefType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of ResourceRefType

resRefName

ResourceRefType<T> resRefName(String resRefName)
Sets the res-ref-name element

Parameters:
resRefName - the value for the element res-ref-name
Returns:
the current instance of ResourceRefType

getResRefName

String getResRefName()
Returns the res-ref-name element

Returns:
the node defined for the element res-ref-name

removeResRefName

ResourceRefType<T> removeResRefName()
Removes the res-ref-name element

Returns:
the current instance of ResourceRefType

resType

ResourceRefType<T> resType(String resType)
Sets the res-type element

Parameters:
resType - the value for the element res-type
Returns:
the current instance of ResourceRefType

getResType

String getResType()
Returns the res-type element

Returns:
the node defined for the element res-type

removeResType

ResourceRefType<T> removeResType()
Removes the res-type element

Returns:
the current instance of ResourceRefType

resAuth

ResourceRefType<T> resAuth(ResAuthType resAuth)
Sets the res-auth element

Parameters:
resAuth - the value for the element res-auth
Returns:
the current instance of ResourceRefType

resAuth

ResourceRefType<T> resAuth(String resAuth)
Sets the res-auth element

Parameters:
resAuth - the value for the element res-auth
Returns:
the current instance of ResourceRefType

getResAuth

ResAuthType getResAuth()
Returns the res-auth element

Returns:
the value found for the element res-auth

getResAuthAsString

String getResAuthAsString()
Returns the res-auth element

Returns:
the value found for the element res-auth

removeResAuth

ResourceRefType<T> removeResAuth()
Removes the res-auth attribute

Returns:
the current instance of ResourceRefType

resSharingScope

ResourceRefType<T> resSharingScope(ResSharingScopeType resSharingScope)
Sets the res-sharing-scope element

Parameters:
resSharingScope - the value for the element res-sharing-scope
Returns:
the current instance of ResourceRefType

resSharingScope

ResourceRefType<T> resSharingScope(String resSharingScope)
Sets the res-sharing-scope element

Parameters:
resSharingScope - the value for the element res-sharing-scope
Returns:
the current instance of ResourceRefType

getResSharingScope

ResSharingScopeType getResSharingScope()
Returns the res-sharing-scope element

Returns:
the value found for the element res-sharing-scope

getResSharingScopeAsString

String getResSharingScopeAsString()
Returns the res-sharing-scope element

Returns:
the value found for the element res-sharing-scope

removeResSharingScope

ResourceRefType<T> removeResSharingScope()
Removes the res-sharing-scope attribute

Returns:
the current instance of ResourceRefType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.