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

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>
 
See Also:
  • Field Details

    • accountId

      protected String accountId
      The ID of the account.
    • address

      protected String address
      The address for the account.
    • city

      protected String city
      The city for the account.
    • company

      protected String company
      The company name.
    • country

      protected String country
      The country.
    • firstName

      protected String firstName
      The customer's first name.
    • lastName

      protected String lastName
      The customer's last name.
    • middleName

      protected String middleName
      The customer's middle name.
    • state

      protected String state
      The state.
    • zip

      protected String zip
      The zip code.
    • accountNumber

      protected String accountNumber
      The account number.
  • Constructor Details

    • AccountContactDetails

      public AccountContactDetails()
  • Method Details

    • getAccountId

      public String getAccountId()
      The ID of the account.
      Returns:
      possible object is String
    • setAccountId

      public void setAccountId(String value)
      Sets the value of the accountId property.
      Parameters:
      value - allowed object is String
      See Also:
    • getAddress

      public String getAddress()
      The address for the account.
      Returns:
      possible object is String
    • setAddress

      public void setAddress(String value)
      Sets the value of the address property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCity

      public String getCity()
      The city for the account.
      Returns:
      possible object is String
    • setCity

      public void setCity(String value)
      Sets the value of the city property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCompany

      public String getCompany()
      The company name.
      Returns:
      possible object is String
    • setCompany

      public void setCompany(String value)
      Sets the value of the company property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCountry

      public String getCountry()
      The country.
      Returns:
      possible object is String
    • setCountry

      public void setCountry(String value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is String
      See Also:
    • getFirstName

      public String getFirstName()
      The customer's first name.
      Returns:
      possible object is String
    • setFirstName

      public void setFirstName(String value)
      Sets the value of the firstName property.
      Parameters:
      value - allowed object is String
      See Also:
    • getLastName

      public String getLastName()
      The customer's last name.
      Returns:
      possible object is String
    • setLastName

      public void setLastName(String value)
      Sets the value of the lastName property.
      Parameters:
      value - allowed object is String
      See Also:
    • getMiddleName

      public String getMiddleName()
      The customer's middle name.
      Returns:
      possible object is String
    • setMiddleName

      public void setMiddleName(String value)
      Sets the value of the middleName property.
      Parameters:
      value - allowed object is String
      See Also:
    • getState

      public String getState()
      The state.
      Returns:
      possible object is String
    • setState

      public void setState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
      See Also:
    • getZip

      public String getZip()
      The zip code.
      Returns:
      possible object is String
    • setZip

      public void setZip(String value)
      Sets the value of the zip property.
      Parameters:
      value - allowed object is String
      See Also:
    • getAccountNumber

      public String getAccountNumber()
      The account number.
      Returns:
      possible object is String
    • setAccountNumber

      public void setAccountNumber(String value)
      Sets the value of the accountNumber property.
      Parameters:
      value - allowed object is String
      See Also: