Class CollectionsGroup.Members
java.lang.Object
com.oracle.communications.brm.cc.model.CollectionsGroup.Members
- All Implemented Interfaces:
Serializable
- Enclosing class:
CollectionsGroup
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 Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe account number of the collections sharing group member.protected ResourceRefprotected BigDecimalThe amount owed by the collections sharing group member.protected StringThe name of the collections sharing group member's bill unit.protected ResourceRefprotected StringThe collections sharing group member's first name.protected StringThe collections sharing group member's last name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe account number of the collections sharing group member.Gets the value of the accountRef property.The amount owed by the collections sharing group member.The name of the collections sharing group member's bill unit.Gets the value of the billUnitRef property.The collections sharing group member's first name.The collections sharing group member's last name.voidsetAccountNumber(String value) Sets the value of the accountNumber property.voidsetAccountRef(ResourceRef value) Sets the value of the accountRef property.voidsetAmountDue(BigDecimal value) Sets the value of the amountDue property.voidsetBillUnitName(String value) Sets the value of the billUnitName property.voidsetBillUnitRef(ResourceRef value) Sets the value of the billUnitRef property.voidsetFirstName(String value) Sets the value of the firstName property.voidsetLastName(String value) Sets the value of the lastName property.
-
Field Details
-
billUnitRef
-
billUnitName
The name of the collections sharing group member's bill unit. -
accountRef
-
accountNumber
The account number of the collections sharing group member. -
firstName
The collections sharing group member's first name. -
lastName
The collections sharing group member's last name. -
amountDue
The amount owed by the collections sharing group member.
-
-
Constructor Details
-
Members
public Members()
-
-
Method Details
-
getBillUnitRef
Gets the value of the billUnitRef property.- Returns:
- possible object is
ResourceRef
-
setBillUnitRef
Sets the value of the billUnitRef property.- Parameters:
value- allowed object isResourceRef
-
getBillUnitName
The name of the collections sharing group member's bill unit.- Returns:
- possible object is
String
-
setBillUnitName
Sets the value of the billUnitName property.- Parameters:
value- allowed object isString- See Also:
-
getAccountRef
Gets the value of the accountRef property.- Returns:
- possible object is
ResourceRef
-
setAccountRef
Sets the value of the accountRef property.- Parameters:
value- allowed object isResourceRef
-
getAccountNumber
The account number of the collections sharing group member.- Returns:
- possible object is
String
-
setAccountNumber
Sets the value of the accountNumber property.- Parameters:
value- allowed object isString- See Also:
-
getFirstName
The collections sharing group member'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 collections sharing group member's last name.- Returns:
- possible object is
String
-
setLastName
Sets the value of the lastName property.- Parameters:
value- allowed object isString- See Also:
-
getAmountDue
The amount owed by the collections sharing group member.- Returns:
- possible object is
BigDecimal
-
setAmountDue
Sets the value of the amountDue property.- Parameters:
value- allowed object isBigDecimal- See Also:
-