public class

ContactNumberExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.module.servicesource.model.contact.holders.ContactNumberExpressionHolder

Summary

Fields
protected PropertyDescriptor _telecomTypeType
protected String _telephoneNumberType
protected Object telecomType
protected Object telephoneNumber
Public Constructors
ContactNumberExpressionHolder()
Public Methods
Object getTelecomType()
Retrieves telecomType
Object getTelephoneNumber()
Retrieves telephoneNumber
void setTelecomType(Object value)
Sets telecomType
void setTelephoneNumber(Object value)
Sets telephoneNumber
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PropertyDescriptor _telecomTypeType

protected String _telephoneNumberType

protected Object telecomType

protected Object telephoneNumber

Public Constructors

public ContactNumberExpressionHolder ()

Public Methods

public Object getTelecomType ()

Retrieves telecomType

public Object getTelephoneNumber ()

Retrieves telephoneNumber

public void setTelecomType (Object value)

Sets telecomType

Parameters
value Value to set

public void setTelephoneNumber (Object value)

Sets telephoneNumber

Parameters
value Value to set