public class

Facets

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.Facets

Class Overview

Java class for Facets complex type.

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

 <complexType name="Facets">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <element name="FacetType" minOccurs="0">
         <complexType>
           <complexContent>
             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
               <element name="facet" type="{http://www.intuit.com/sb/cdm/v2}facet" maxOccurs="unbounded" minOccurs="0"/>
               <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
             </restriction>
           </complexContent>
         </complexType>
       </element>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class Facets.FacetType

Java class for anonymous complex type. 

Constants
long serialVersionUID
Fields
protected Facets.FacetType facetType
Public Constructors
Facets()
Public Methods
Facets.FacetType getFacetType()
Gets the value of the facetType property.
void setFacetType(Facets.FacetType value)
Sets the value of the facetType property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Facets.FacetType facetType

Public Constructors

public Facets ()

Public Methods

public Facets.FacetType getFacetType ()

Gets the value of the facetType property.

Returns

public void setFacetType (Facets.FacetType value)

Sets the value of the facetType property.

Parameters
value Allowed object is Facets.FacetType