public class JournalEntryLineDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for JournalEntryLineDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JournalEntryLineDetail"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PostingType" type="{http://schema.intuit.com/finance/v3}PostingTypeEnum" minOccurs="0"/> <element name="Entity" type="{http://schema.intuit.com/finance/v3}EntityTypeRef" minOccurs="0"/> <element name="AccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="ClassRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="DepartmentRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="TaxCodeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="TaxApplicableOn" type="{http://schema.intuit.com/finance/v3}TaxApplicableOnEnum" minOccurs="0"/> <element name="TaxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="BillableStatus" type="{http://schema.intuit.com/finance/v3}BillableStatusEnum" minOccurs="0"/> <element name="JournalCodeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="JournalEntryLineDetailEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ReferenceType |
accountRef |
protected BillableStatusEnum |
billableStatus |
protected ReferenceType |
classRef |
protected ReferenceType |
departmentRef |
protected EntityTypeRef |
entity |
protected ReferenceType |
journalCodeRef |
protected IntuitAnyType |
journalEntryLineDetailEx |
protected PostingTypeEnum |
postingType |
protected BigDecimal |
taxAmount |
protected TaxApplicableOnEnum |
taxApplicableOn |
protected ReferenceType |
taxCodeRef |
Constructor and Description |
---|
JournalEntryLineDetail() |
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) |
ReferenceType |
getAccountRef()
Gets the value of the accountRef property.
|
BillableStatusEnum |
getBillableStatus()
Gets the value of the billableStatus property.
|
ReferenceType |
getClassRef()
Gets the value of the classRef property.
|
ReferenceType |
getDepartmentRef()
Gets the value of the departmentRef property.
|
EntityTypeRef |
getEntity()
Gets the value of the entity property.
|
ReferenceType |
getJournalCodeRef()
Gets the value of the journalCodeRef property.
|
IntuitAnyType |
getJournalEntryLineDetailEx()
Gets the value of the journalEntryLineDetailEx property.
|
PostingTypeEnum |
getPostingType()
Gets the value of the postingType property.
|
BigDecimal |
getTaxAmount()
Gets the value of the taxAmount property.
|
TaxApplicableOnEnum |
getTaxApplicableOn()
Gets the value of the taxApplicableOn property.
|
ReferenceType |
getTaxCodeRef()
Gets the value of the taxCodeRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAccountRef(ReferenceType value)
Sets the value of the accountRef property.
|
void |
setBillableStatus(BillableStatusEnum value)
Sets the value of the billableStatus property.
|
void |
setClassRef(ReferenceType value)
Sets the value of the classRef property.
|
void |
setDepartmentRef(ReferenceType value)
Sets the value of the departmentRef property.
|
void |
setEntity(EntityTypeRef value)
Sets the value of the entity property.
|
void |
setJournalCodeRef(ReferenceType value)
Sets the value of the journalCodeRef property.
|
void |
setJournalEntryLineDetailEx(IntuitAnyType value)
Sets the value of the journalEntryLineDetailEx property.
|
void |
setPostingType(PostingTypeEnum value)
Sets the value of the postingType property.
|
void |
setTaxAmount(BigDecimal value)
Sets the value of the taxAmount property.
|
void |
setTaxApplicableOn(TaxApplicableOnEnum value)
Sets the value of the taxApplicableOn property.
|
void |
setTaxCodeRef(ReferenceType value)
Sets the value of the taxCodeRef property.
|
protected PostingTypeEnum postingType
protected EntityTypeRef entity
protected ReferenceType accountRef
protected ReferenceType classRef
protected ReferenceType departmentRef
protected ReferenceType taxCodeRef
protected TaxApplicableOnEnum taxApplicableOn
protected BigDecimal taxAmount
protected BillableStatusEnum billableStatus
protected ReferenceType journalCodeRef
protected IntuitAnyType journalEntryLineDetailEx
public PostingTypeEnum getPostingType()
PostingTypeEnum
public void setPostingType(PostingTypeEnum value)
value
- allowed object is
PostingTypeEnum
public EntityTypeRef getEntity()
EntityTypeRef
public void setEntity(EntityTypeRef value)
value
- allowed object is
EntityTypeRef
public ReferenceType getAccountRef()
ReferenceType
public void setAccountRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getClassRef()
ReferenceType
public void setClassRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getDepartmentRef()
ReferenceType
public void setDepartmentRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getTaxCodeRef()
ReferenceType
public void setTaxCodeRef(ReferenceType value)
value
- allowed object is
ReferenceType
public TaxApplicableOnEnum getTaxApplicableOn()
TaxApplicableOnEnum
public void setTaxApplicableOn(TaxApplicableOnEnum value)
value
- allowed object is
TaxApplicableOnEnum
public BigDecimal getTaxAmount()
BigDecimal
public void setTaxAmount(BigDecimal value)
value
- allowed object is
BigDecimal
public BillableStatusEnum getBillableStatus()
BillableStatusEnum
public void setBillableStatus(BillableStatusEnum value)
value
- allowed object is
BillableStatusEnum
public ReferenceType getJournalCodeRef()
ReferenceType
public void setJournalCodeRef(ReferenceType value)
value
- allowed object is
ReferenceType
public IntuitAnyType getJournalEntryLineDetailEx()
IntuitAnyType
public void setJournalEntryLineDetailEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
public 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.Equals2
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
Copyright © 2017. All rights reserved.