IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sibx.smobo
Interface FanOutContextType


public interface FanOutContextType

A representation of the model object 'Fan Out Context Type'.

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.math.BigInteger getIteration()
          Returns the value of the 'Iteration' attribute
 java.lang.Object getOccurrence()
          Returns the value of the 'Occurrence' containment reference
 void setIteration(java.math.BigInteger value)
          Sets the value of the 'Iteration' attribute
 void setOccurrence(java.lang.Object value)
          Sets the value of the 'Occurrence' containment reference
 

Field Detail

COPYRIGHT

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

$sccsid

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

getIteration

java.math.BigInteger getIteration()
Returns the value of the 'Iteration' attribute.

Returns:
the value of the 'Iteration' attribute.
See Also:
setIteration(BigInteger)

setIteration

void setIteration(java.math.BigInteger value)
Sets the value of the 'Iteration' attribute.

Parameters:
value - the new value of the 'Iteration' attribute.
See Also:
getIteration()

getOccurrence

java.lang.Object getOccurrence()
Returns the value of the 'Occurrence' containment reference.

Returns:
the value of the 'Occurrence' containment reference.
See Also:
setOccurrence(Object)

setOccurrence

void setOccurrence(java.lang.Object value)
Sets the value of the 'Occurrence' containment reference.

Parameters:
value - the new value of the 'Occurrence' containment reference. Note that this must be a commonj.sdo.DataObject rather than a simple java.lang.Object.
See Also:
getOccurrence()

IBM WebSphere Application ServerTM
Release 7