Class AccountContactDetails
java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.AccountContactDetails
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Children
,OrganizationHierarchy
,Parent
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>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The ID of the account.protected String
The account number.protected String
The address for the account.protected String
The city for the account.protected String
The company name.protected String
The country.protected String
The customer's first name.protected String
The customer's last name.protected String
The customer's middle name.protected String
The state.protected String
The zip code. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the account.The account number.The address for the account.getCity()
The city for the account.The company name.The country.The customer's first name.The customer's last name.The customer's middle name.getState()
The state.getZip()
The zip code.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
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
Sets the value of the state property.void
Sets the value of the zip property.Methods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
accountId
The ID of the account. -
address
The address for the account. -
city
The city for the account. -
company
The company name. -
country
The country. -
firstName
The customer's first name. -
lastName
The customer's last name. -
middleName
The customer's middle name. -
state
The state. -
zip
The zip code. -
accountNumber
The account number.
-
-
Constructor Details
-
AccountContactDetails
public AccountContactDetails()
-
-
Method Details
-
getAccountId
The ID of the account.- Returns:
- possible object is
String
-
setAccountId
Sets the value of the accountId property.- Parameters:
value
- allowed object isString
- See Also:
-
getAddress
The address for the account.- Returns:
- possible object is
String
-
setAddress
Sets the value of the address property.- Parameters:
value
- allowed object isString
- See Also:
-
getCity
The city for the account.- Returns:
- possible object is
String
-
setCity
Sets the value of the city property.- Parameters:
value
- allowed object isString
- See Also:
-
getCompany
The company name.- Returns:
- possible object is
String
-
setCompany
Sets the value of the company property.- Parameters:
value
- allowed object isString
- See Also:
-
getCountry
The country.- Returns:
- possible object is
String
-
setCountry
Sets the value of the country property.- Parameters:
value
- allowed object isString
- See Also:
-
getFirstName
The customer's first name.- Returns:
- possible object is
String
-
setFirstName
Sets the value of the firstName property.- Parameters:
value
- allowed object isString
- See Also:
-
getLastName
The customer's last name.- Returns:
- possible object is
String
-
setLastName
Sets the value of the lastName property.- Parameters:
value
- allowed object isString
- See Also:
-
getMiddleName
The customer's middle name.- Returns:
- possible object is
String
-
setMiddleName
Sets the value of the middleName property.- Parameters:
value
- allowed object isString
- See Also:
-
getState
The state.- Returns:
- possible object is
String
-
setState
Sets the value of the state property.- Parameters:
value
- allowed object isString
- See Also:
-
getZip
The zip code.- Returns:
- possible object is
String
-
setZip
Sets the value of the zip property.- Parameters:
value
- allowed object isString
- See Also:
-
getAccountNumber
The account number.- Returns:
- possible object is
String
-
setAccountNumber
Sets the value of the accountNumber property.- Parameters:
value
- allowed object isString
- See Also:
-