public class TaxClassification extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TaxClassification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxClassification">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Level" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ParentRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="ApplicableTo" type="{http://schema.intuit.com/finance/v3}ItemTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ItemTypeEnum> |
applicableTo |
protected String |
code |
protected String |
description |
protected String |
level |
protected String |
name |
protected ReferenceType |
parentRef |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
TaxClassification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
List<ItemTypeEnum> |
getApplicableTo()
Gets the value of the applicableTo property.
|
String |
getCode()
Gets the value of the code property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getLevel()
Gets the value of the level property.
|
String |
getName()
Gets the value of the name property.
|
ReferenceType |
getParentRef()
Gets the value of the parentRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setApplicableTo(List<ItemTypeEnum> applicableTo)
Sets the value of the applicableTo property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLevel(String value)
Sets the value of the level property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParentRef(ReferenceType value)
Sets the value of the parentRef property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected String code
protected String name
protected String description
protected String level
protected ReferenceType parentRef
protected List<ItemTypeEnum> applicableTo
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getLevel()
Stringpublic void setLevel(String value)
value - allowed object is
Stringpublic ReferenceType getParentRef()
ReferenceTypepublic void setParentRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic List<ItemTypeEnum> getApplicableTo()
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 applicableTo property.
For example, to add a new item, do as follows:
getApplicableTo().add(newItem);
Objects of the following type(s) are allowed in the list
ItemTypeEnum
public void setApplicableTo(List<ItemTypeEnum> applicableTo)
applicableTo - allowed object is
ItemTypeEnumpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2019. All Rights Reserved.