Class EventARAction

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdjustmentEvent, DisputeEvent, SettlementEvent

public class EventARAction extends AdjustmentBillType implements Serializable

Java class for eventARAction complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="eventARAction">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}adjustmentBillType">
       <sequence>
         <element name="appliesToTotalOfAllEvents" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="taxType">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <enumeration value="8"/>
               <enumeration value="9"/>
               <enumeration value="10"/>
             </restriction>
           </simpleType>
         </element>
         <element name="accountRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
         <element name="events">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="eventRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • appliesToTotalOfAllEvents

      protected boolean appliesToTotalOfAllEvents
      Whether the adjustment applies to the total from all events (true) or not (false).
    • taxType

      protected int taxType
      Whether to include tax in the adjustment (8), exclude the tax and adjust only the amount (9), or adjust only the tax (10).
    • accountRef

      protected ResourceRef accountRef
    • events

      protected EventARAction.Events events
      The events.
  • Constructor Details

    • EventARAction

      public EventARAction()
  • Method Details

    • isAppliesToTotalOfAllEvents

      public boolean isAppliesToTotalOfAllEvents()
      Whether the adjustment applies to the total from all events (true) or not (false).
    • setAppliesToTotalOfAllEvents

      public void setAppliesToTotalOfAllEvents(boolean value)
      Sets the value of the appliesToTotalOfAllEvents property.
    • getTaxType

      public int getTaxType()
      Whether to include tax in the adjustment (8), exclude the tax and adjust only the amount (9), or adjust only the tax (10).
    • setTaxType

      public void setTaxType(int value)
      Sets the value of the taxType property.
    • 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
    • getEvents

      public EventARAction.Events getEvents()
      The events.
      Returns:
      possible object is EventARAction.Events
    • setEvents

      public void setEvents(EventARAction.Events value)
      Sets the value of the events property.
      Parameters:
      value - allowed object is EventARAction.Events
      See Also: