public class AddAccountResponse 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 name="AccountId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AccountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CreateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
accountId |
protected String |
accountNumber |
protected Calendar |
createTime |
| Constructor and Description |
|---|
AddAccountResponse() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the value of the accountId property.
|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
Calendar |
getCreateTime()
Gets the value of the createTime property.
|
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setCreateTime(Calendar value)
Sets the value of the createTime property.
|
protected Long accountId
protected String accountNumber
protected Calendar createTime
public Long getAccountId()
Longpublic void setAccountId(Long value)
value - allowed object is
Longpublic String getAccountNumber()
Stringpublic void setAccountNumber(String value)
value - allowed object is
Stringpublic Calendar getCreateTime()
StringCopyright © 2024. All rights reserved.