Class CollectionsGroup.Members

java.lang.Object
com.oracle.communications.brm.cc.model.CollectionsGroup.Members
All Implemented Interfaces:
Serializable
Enclosing class:
CollectionsGroup

public static class CollectionsGroup.Members extends Object implements Serializable

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="billUnitRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
         <element name="billUnitName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="accountRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
         <element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="amountDue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • billUnitRef

      protected ResourceRef billUnitRef
    • billUnitName

      protected String billUnitName
      The name of the collections sharing group member's bill unit.
    • accountRef

      protected ResourceRef accountRef
    • accountNumber

      protected String accountNumber
      The account number of the collections sharing group member.
    • firstName

      protected String firstName
      The collections sharing group member's first name.
    • lastName

      protected String lastName
      The collections sharing group member's last name.
    • amountDue

      protected BigDecimal amountDue
      The amount owed by the collections sharing group member.
  • Constructor Details

    • Members

      public Members()
  • Method Details

    • getBillUnitRef

      public ResourceRef getBillUnitRef()
      Gets the value of the billUnitRef property.
      Returns:
      possible object is ResourceRef
    • setBillUnitRef

      public void setBillUnitRef(ResourceRef value)
      Sets the value of the billUnitRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getBillUnitName

      public String getBillUnitName()
      The name of the collections sharing group member's bill unit.
      Returns:
      possible object is String
    • setBillUnitName

      public void setBillUnitName(String value)
      Sets the value of the billUnitName property.
      Parameters:
      value - allowed object is String
      See Also:
    • getAccountRef

      public ResourceRef getAccountRef()
      Gets the value of the accountRef property.
      Returns:
      possible object is ResourceRef
    • setAccountRef

      public void setAccountRef(ResourceRef value)
      Sets the value of the accountRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getAccountNumber

      public String getAccountNumber()
      The account number of the collections sharing group member.
      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:
    • getFirstName

      public String getFirstName()
      The collections sharing group member'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 collections sharing group member'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:
    • getAmountDue

      public BigDecimal getAmountDue()
      The amount owed by the collections sharing group member.
      Returns:
      possible object is BigDecimal
    • setAmountDue

      public void setAmountDue(BigDecimal value)
      Sets the value of the amountDue property.
      Parameters:
      value - allowed object is BigDecimal
      See Also: