Class HolderOfPaymentMethods

java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.HolderOfPaymentMethods
All Implemented Interfaces:
Serializable

public class HolderOfPaymentMethods extends Extension 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}extension">
       <sequence>
         <element ref="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}id"/>
         <element name="wallet" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}payinfoType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="singlePaymentType" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}typeForSinglePayment"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • HolderOfPaymentMethods

      public HolderOfPaymentMethods()
  • Method Details

    • getId

      public String getId()
      The ID.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      See Also:
    • getWallet

      public List<PaymentTypeBase> getWallet()
      Gets the value of the wallet 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 wallet property.

      For example, to add a new item, do as follows:

       getWallet().add(newItem);
       

      Objects of the following type(s) are allowed in the list PaymentTypeBase

      Returns:
      The value of the wallet property.
    • getSinglePaymentType

      public PaymentTypeBase getSinglePaymentType()
      Gets the value of the singlePaymentType property.
      Returns:
      possible object is PaymentTypeBase
    • setSinglePaymentType

      public void setSinglePaymentType(PaymentTypeBase value)
      Sets the value of the singlePaymentType property.
      Parameters:
      value - allowed object is PaymentTypeBase