public static class

Facets.FacetType

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

Class Overview

Java class for anonymous complex type.

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

 <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>
 

Summary

Fields
protected List<Facet> facet
protected String name
Public Constructors
Facets.FacetType()
Public Methods
List<Facet> getFacet()
Gets the value of the facet property.
String getName()
Gets the value of the name property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<Facet> facet

protected String name

Public Constructors

public Facets.FacetType ()

Public Methods

public List<Facet> getFacet ()

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

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

    getFacet().add(newItem);
 

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

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String