public class ImAccount extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}im-account-type"/>
<element ref="{}im-account-name"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
imAccountName |
protected ImAccountType |
imAccountType |
| Constructor and Description |
|---|
ImAccount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImAccountName()
Gets the value of the imAccountName property.
|
ImAccountType |
getImAccountType()
Gets the value of the imAccountType property.
|
void |
setImAccountName(String value)
Sets the value of the imAccountName property.
|
void |
setImAccountType(ImAccountType value)
Sets the value of the imAccountType property.
|
protected ImAccountType imAccountType
protected String imAccountName
public ImAccountType getImAccountType()
ImAccountTypepublic void setImAccountType(ImAccountType value)
value - allowed object is
ImAccountTypepublic String getImAccountName()
StringApache Camel