public class

IdSet

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.IdSet

Class Overview

Product: QBW Description: Representing a set of Id's of type IdType

Java class for IdSet complex type.

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

 <complexType name="IdSet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<IdType> id
Public Constructors
IdSet()
Public Methods
List<IdType> getId()
Gets the value of the id property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<IdType> id

Public Constructors

public IdSet ()

Public Methods

public List<IdType> getId ()

Gets the value of the id 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 id property.

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

    getId().add(newItem);
 

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