All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.connectifier.xeroclient.models.ArrayOfRepeatingInvoice Maven / Gradle / Ivy


package com.connectifier.xeroclient.models;

import java.util.ArrayList;
import java.util.List;

/** 
 * Schema fragment(s) for this class:
 * 
 * <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ArrayOfRepeatingInvoice">
 *   <xs:sequence>
 *     <xs:element type="RepeatingInvoice" nillable="true" name="RepeatingInvoice" minOccurs="0" maxOccurs="unbounded"/>
 *   </xs:sequence>
 * </xs:complexType>
 * 
*/ public class ArrayOfRepeatingInvoice { private List repeatingInvoiceList = new ArrayList(); /** * Get the list of 'RepeatingInvoice' element items. * * @return list */ public List getRepeatingInvoiceList() { return repeatingInvoiceList; } /** * Set the list of 'RepeatingInvoice' element items. * * @param list */ public void setRepeatingInvoiceList(List list) { repeatingInvoiceList = list; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy