Class SettlementItem
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}aRActionRequestType">
<sequence>
<element name="percent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<JAXBElement<BigDecimal>> Gets the rest of the content model.Fields inherited from class com.oracle.communications.brm.cc.model.ARActionRequestType
amount, amountIsCredit, includeTax, percent, resourceIdFields inherited from class com.oracle.communications.brm.cc.model.AractionBaseType
actionAffectsRef, effective, notes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.communications.brm.cc.model.ARActionRequestType
getAmount, getPercent, getResourceId, isAmountIsCredit, isIncludeTax, setAmount, setAmountIsCredit, setIncludeTax, setPercent, setResourceIdMethods inherited from class com.oracle.communications.brm.cc.model.AractionBaseType
getActionAffectsRef, getEffective, getNotes, setActionAffectsRef, setEffective, setNotesMethods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
rest
Gets the rest of the content model.You are getting this "catch-all" property because of the following reason: The field name "Percent" is used by two different parts of a schema. See: line 67 of file:/D:/BillingCare_code/Hierarchy_automation/billingcare/customercare/schemafiles/classes/schema/disputeAndSettlement.xsd line 42 of file:/D:/BillingCare_code/Hierarchy_automation/billingcare/customercare/schemafiles/classes/schema/adjustment.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names:
-
-
Constructor Details
-
SettlementItem
public SettlementItem()
-
-
Method Details
-
getRest
Gets the rest of the content model.You are getting this "catch-all" property because of the following reason: The field name "Percent" is used by two different parts of a schema. See: line 67 of file:/D:/BillingCare_code/Hierarchy_automation/billingcare/customercare/schemafiles/classes/schema/disputeAndSettlement.xsd line 42 of file:/D:/BillingCare_code/Hierarchy_automation/billingcare/customercare/schemafiles/classes/schema/adjustment.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the rest property.For example, to add a new item, do as follows:
getRest().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<BigDecimal>- Returns:
- The value of the rest property.
-