org.eclipse.modisco.jee.ejbjar.EjbJar11
Interface ResourceRefType


public interface ResourceRefType

A representation of the model object 'Resource Ref Type'.

The following features are supported:

See Also:
EjbJar11Package.getResourceRefType()
Generated:
Model:
extendedMetaData="name='resource-ref_._type' kind='elementOnly'"

Method Summary
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 ResAuthType getResAuth()
          Returns the value of the 'Res Auth' containment reference.
 ResRefNameType getResRefName()
          Returns the value of the 'Res Ref Name' containment reference.
 ResTypeType getResType()
          Returns the value of the 'Res Type' containment reference.
 void setDescription(DescriptionType value)
          Sets the value of the 'Description' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setResAuth(ResAuthType value)
          Sets the value of the 'Res Auth' containment reference.
 void setResRefName(ResRefNameType value)
          Sets the value of the 'Res Ref Name' containment reference.
 void setResType(ResTypeType value)
          Sets the value of the 'Res Type' containment reference.
 

Method Detail

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), EjbJar11Package.getResourceRefType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getResRefName

ResRefNameType getResRefName()
Returns the value of the 'Res Ref Name' containment reference.

If the meaning of the 'Res Ref Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Res Ref Name' containment reference.
See Also:
setResRefName(ResRefNameType), EjbJar11Package.getResourceRefType_ResRefName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='res-ref-name' namespace='##targetNamespace'"

setResRefName

void setResRefName(ResRefNameType value)
Sets the value of the 'Res Ref Name' containment reference.

Parameters:
value - the new value of the 'Res Ref Name' containment reference.
See Also:
getResRefName()
Generated:

getResType

ResTypeType getResType()
Returns the value of the 'Res Type' containment reference.

If the meaning of the 'Res Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Res Type' containment reference.
See Also:
setResType(ResTypeType), EjbJar11Package.getResourceRefType_ResType()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='res-type' namespace='##targetNamespace'"

setResType

void setResType(ResTypeType value)
Sets the value of the 'Res Type' containment reference.

Parameters:
value - the new value of the 'Res Type' containment reference.
See Also:
getResType()
Generated:

getResAuth

ResAuthType getResAuth()
Returns the value of the 'Res Auth' containment reference.

If the meaning of the 'Res Auth' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Res Auth' containment reference.
See Also:
setResAuth(ResAuthType), EjbJar11Package.getResourceRefType_ResAuth()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='res-auth' namespace='##targetNamespace'"

setResAuth

void setResAuth(ResAuthType value)
Sets the value of the 'Res Auth' containment reference.

Parameters:
value - the new value of the 'Res Auth' containment reference.
See Also:
getResAuth()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar11Package.getResourceRefType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: