public class SuspenseAccount extends Extension implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension">
<sequence>
<element name="accountId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountId |
protected String |
accountNumber |
protected String |
firstName |
protected String |
lastName |
| Constructor and Description |
|---|
SuspenseAccount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Gets the value of the accountId property.
|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getLastName()
Gets the value of the lastName property.
|
void |
setAccountId(String value)
Sets the value of the accountId property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
getExtension, setExtensionprotected String accountId
protected String accountNumber
protected String firstName
protected String lastName
public String getAccountId()
Stringpublic void setAccountId(String value)
value - allowed object is
Stringpublic String getAccountNumber()
Stringpublic void setAccountNumber(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
String