public class

Facet

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

Class Overview

Java class for facet complex type.

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

 <complexType name="facet">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>long">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String name
protected long value
Public Constructors
Facet()
Public Methods
String getName()
Gets the value of the name property.
long getValue()
Gets the value of the value property.
void setName(String value)
Sets the value of the name property.
void setValue(long value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String name

protected long value

Public Constructors

public Facet ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public long getValue ()

Gets the value of the value property.

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setValue (long value)

Sets the value of the value property.

Parameters
value