com.ibm.websphere.sibx.smobo

Interface FanOutContextType


  1. public interface FanOutContextType
A representation of the model object 'Fan Out Context Type'.

The following features are supported:


Field Summary

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

Method Summary

Modifier and Type Method and Description
  1. java.math.BigInteger
getIteration()
Returns the value of the 'Iteration' attribute
  1. java.lang.Object
getOccurrence()
Returns the value of the 'Occurrence' containment reference
  1. void
setIteration(java.math.BigInteger value)
Sets the value of the ' Iteration' attribute
  1. void
setOccurrence(java.lang.Object value)
Sets the value of the ' Occurrence' containment reference

Field Detail

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

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getIteration

  1. java.math.BigInteger getIteration( )
Returns the value of the 'Iteration' attribute.
Returns:
the value of the 'Iteration' attribute.
See Also:

setIteration

  1. void setIteration(java.math.BigInteger value)
Sets the value of the ' Iteration' attribute.
Parameters:
value - the new value of the 'Iteration' attribute.
See Also:

getOccurrence

  1. java.lang.Object getOccurrence( )
Returns the value of the 'Occurrence' containment reference.
Returns:
the value of the 'Occurrence' containment reference.
See Also:

setOccurrence

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