com.ibm.wbit.tel

Interface TJSP

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

  1. public interface TJSP
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. org.eclipse.emf.common.util.EList
getApplyTo()
Returns the value of the 'Apply To' containment reference list.
  1. java.lang.String
getContextRoot()
Returns the value of the 'Context Root' attribute
  1. javax.xml.namespace.QName
getFaultQName()
Returns the value of the 'Fault QName' attribute
  1. TJspUsagePattern
getFor()
Returns the value of the 'For' attribute.
  1. org.eclipse.emf.common.util.URI
getUri()
Returns the value of the 'Uri' attribute
  1. boolean
isSetFor()
Returns whether the value of the ' For' attribute is set
  1. void
setContextRoot(java.lang.String value)
Sets the value of the ' Context Root' attribute
  1. void
setFaultQName(javax.xml.namespace.QName value)
Sets the value of the ' Fault QName' attribute
  1. void
setFor(TJspUsagePattern value)
Sets the value of the ' For' attribute
  1. void
setUri(org.eclipse.emf.common.util.URI value)
Sets the value of the ' Uri' attribute
  1. 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

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getApplyTo

  1. 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:

getContextRoot

  1. 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

  1. 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:

getFaultQName

  1. 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

  1. 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:

getFor

  1. 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:

setFor

  1. void setFor(TJspUsagePattern value)
Sets the value of the ' For' attribute.
Parameters:
value - the new value of the 'For' attribute.
See Also:

unsetFor

  1. void unsetFor()
Unsets the value of the ' For' attribute.
See Also:

isSetFor

  1. boolean isSetFor()
Returns whether the value of the ' For' attribute is set.
Returns:
whether the value of the 'For' attribute is set.
See Also:

getUri

  1. 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

  1. 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: