com.ibm.websphere.sibx.smobo
Interface ComplexPropertyType


public interface ComplexPropertyType

A representation of the model object 'Complex Property Type'.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getComplexPropertyType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getPropertyType()
          Returns the value of the 'Type' attribute.
 java.lang.Object getValue()
          Returns the value of the 'Value' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setPropertyType(java.lang.String value)
          Sets the value of the 'Type' attribute.
 void setValue(java.lang.Object value)
          Sets the value of the 'Value' 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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ServiceMessageObjectPackage.getComplexPropertyType_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getValue

java.lang.Object getValue()
Returns the value of the 'Value' containment reference.

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(Object), ServiceMessageObjectPackage.getComplexPropertyType_Value()

setValue

void setValue(java.lang.Object value)
Sets the value of the 'Value' containment reference.

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

getPropertyType

java.lang.String getPropertyType()
Returns the value of the 'Type' attribute.

Returns:
the value of the 'Type' attribute.
See Also:
setPropertyType(String), ServiceMessageObjectPackage.getComplexPropertyType_Type()

setPropertyType

void setPropertyType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getPropertyType()