com.ibm.wbit.tel
Interface TJSP

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface TJSP
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'TJSP'. If the attribute 'for' has the value 'fault', the attribute 'faultQName' becomes mandatory. For all other values of the attribute 'for', the attribute 'faultQName' will be ignored.

Since:
6.0.1
See Also:
TaskPackage.getTJSP()

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 org.eclipse.emf.common.util.EList getApplyTo()
          Returns the value of the 'Apply To' containment reference list.
 java.lang.String getContextRoot()
          Returns the value of the 'Context Root' attribute.
 javax.xml.namespace.QName getFaultQName()
          Returns the value of the 'Fault QName' attribute.
 TJspUsagePattern getFor()
          Returns the value of the 'For' attribute.
 org.eclipse.emf.common.util.URI getUri()
          Returns the value of the 'Uri' attribute.
 boolean isSetFor()
          Returns whether the value of the 'For' attribute is set.
 void setContextRoot(java.lang.String value)
          Sets the value of the 'Context Root' attribute.
 void setFaultQName(javax.xml.namespace.QName value)
          Sets the value of the 'Fault QName' attribute.
 void setFor(TJspUsagePattern value)
          Sets the value of the 'For' attribute.
 void setUri(org.eclipse.emf.common.util.URI value)
          Sets the value of the 'Uri' attribute.
 void unsetFor()
          Unsets the value of the 'For' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getApplyTo

org.eclipse.emf.common.util.EList getApplyTo()
Returns the value of the 'Apply To' containment reference list. The list contents are of type TApplyTo.

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

Returns:
the value of the 'Apply To' containment reference list.
See Also:
TaskPackage.getTJSP_ApplyTo()

getContextRoot

java.lang.String getContextRoot()
Returns the value of the 'Context Root' attribute.

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

Returns:
the value of the 'Context Root' attribute.
See Also:
setContextRoot(String), TaskPackage.getTJSP_ContextRoot()

setContextRoot

void setContextRoot(java.lang.String value)
Sets the value of the 'Context Root' attribute.

Parameters:
value - the new value of the 'Context Root' attribute.
See Also:
getContextRoot()

getFaultQName

javax.xml.namespace.QName getFaultQName()
Returns the value of the 'Fault QName' attribute.

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

Returns:
the value of the 'Fault QName' attribute.
See Also:
setFaultQName(QName), TaskPackage.getTJSP_FaultQName()

setFaultQName

void setFaultQName(javax.xml.namespace.QName value)
Sets the value of the 'Fault QName' attribute.

Parameters:
value - the new value of the 'Fault QName' attribute.
See Also:
getFaultQName()

getFor

TJspUsagePattern getFor()
Returns the value of the 'For' attribute. The literals are from the enumeration TJspUsagePattern.

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

Returns:
the value of the 'For' attribute.
See Also:
TJspUsagePattern, isSetFor(), unsetFor(), setFor(TJspUsagePattern), TaskPackage.getTJSP_For()

setFor

void setFor(TJspUsagePattern value)
Sets the value of the 'For' attribute.

Parameters:
value - the new value of the 'For' attribute.
See Also:
TJspUsagePattern, isSetFor(), unsetFor(), getFor()

unsetFor

void unsetFor()
Unsets the value of the 'For' attribute.

See Also:
isSetFor(), getFor(), setFor(TJspUsagePattern)

isSetFor

boolean isSetFor()
Returns whether the value of the 'For' attribute is set.

Returns:
whether the value of the 'For' attribute is set.
See Also:
unsetFor(), getFor(), setFor(TJspUsagePattern)

getUri

org.eclipse.emf.common.util.URI getUri()
Returns the value of the 'Uri' attribute.

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

Returns:
the value of the 'Uri' attribute.
See Also:
setUri(URI), TaskPackage.getTJSP_Uri()

setUri

void setUri(org.eclipse.emf.common.util.URI value)
Sets the value of the 'Uri' attribute.

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()