Class SettlementItem

All Implemented Interfaces:
Serializable

public class SettlementItem extends ARActionRequestType implements 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 Details

    • rest

      protected List<JAXBElement<BigDecimal>> 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

      public List<JAXBElement<BigDecimal>> 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 set method 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.