public class AccountContactDetails extends Extension implements Serializable
Java class for accountContactDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="accountContactDetails"> <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="address" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="company" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="country" 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"/> <element name="middleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="zip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="accountNumber" 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 |
address |
protected String |
city |
protected String |
company |
protected String |
country |
protected String |
firstName |
protected String |
lastName |
protected String |
middleName |
protected String |
state |
protected String |
zip |
Constructor and Description |
---|
AccountContactDetails() |
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 |
getAddress()
Gets the value of the address property.
|
String |
getCity()
Gets the value of the city property.
|
String |
getCompany()
Gets the value of the company property.
|
String |
getCountry()
Gets the value of the country property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getMiddleName()
Gets the value of the middleName property.
|
String |
getState()
Gets the value of the state property.
|
String |
getZip()
Gets the value of the zip property.
|
void |
setAccountId(String value)
Sets the value of the accountId property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setMiddleName(String value)
Sets the value of the middleName property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setZip(String value)
Sets the value of the zip property.
|
getExtension, setExtension
protected String accountId
protected String address
protected String city
protected String company
protected String country
protected String firstName
protected String lastName
protected String middleName
protected String state
protected String zip
protected String accountNumber
public String getAccountId()
String
public void setAccountId(String value)
value
- allowed object is
String
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public String getCity()
String
public void setCity(String value)
value
- allowed object is
String
public String getCompany()
String
public void setCompany(String value)
value
- allowed object is
String
public String getCountry()
String
public void setCountry(String value)
value
- allowed object is
String
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
public String getMiddleName()
String
public void setMiddleName(String value)
value
- allowed object is
String
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public String getZip()
String
public void setZip(String value)
value
- allowed object is
String
public String getAccountNumber()
String