public class CreateOpportunity extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="create_opportunity">
<xs:all>
<xs:element type="xs:string" name="user_name"/>
<xs:element type="xs:string" name="password"/>
<xs:element type="xs:string" name="name"/>
<xs:element type="xs:string" name="amount"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
CreateOpportunity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmount()
Get the 'amount' element value.
|
String |
getName()
Get the 'name' element value.
|
String |
getPassword()
Get the 'password' element value.
|
String |
getUserName()
Get the 'user_name' element value.
|
void |
setAmount(String amount)
Set the 'amount' element value.
|
void |
setName(String name)
Set the 'name' element value.
|
void |
setPassword(String password)
Set the 'password' element value.
|
void |
setUserName(String userName)
Set the 'user_name' element value.
|
public String getUserName()
public void setUserName(String userName)
userName - public String getPassword()
public void setPassword(String password)
password - public String getName()
public void setName(String name)
name - public String getAmount()
public void setAmount(String amount)
amount - Copyright © 2017 Europeana Foundation. All rights reserved.