public class

MessageAttributeValueExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.sqs.model.holders.MessageAttributeValueExpressionHolder

Summary

Fields
protected ByteBuffer _binaryValueType
protected String _dataTypeType
protected String _stringValueType
protected Object binaryValue
protected Object dataType
protected Object stringValue
Public Constructors
MessageAttributeValueExpressionHolder()
Public Methods
Object getBinaryValue()
Retrieves binaryValue
Object getDataType()
Retrieves dataType
Object getStringValue()
Retrieves stringValue
void setBinaryValue(Object value)
Sets binaryValue
void setDataType(Object value)
Sets dataType
void setStringValue(Object value)
Sets stringValue
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ByteBuffer _binaryValueType

protected String _dataTypeType

protected String _stringValueType

protected Object binaryValue

protected Object dataType

protected Object stringValue

Public Constructors

public MessageAttributeValueExpressionHolder ()

Public Methods

public Object getBinaryValue ()

Retrieves binaryValue

public Object getDataType ()

Retrieves dataType

public Object getStringValue ()

Retrieves stringValue

public void setBinaryValue (Object value)

Sets binaryValue

Parameters
value Value to set

public void setDataType (Object value)

Sets dataType

Parameters
value Value to set

public void setStringValue (Object value)

Sets stringValue

Parameters
value Value to set