public class StatementCharge extends Transaction implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for StatementCharge complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatementCharge"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}Transaction"> <sequence> <element name="Credit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CustomerRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="RemitToRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="ARAccountRef" 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="DueDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="BilledDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="TotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="StatementChargeEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ReferenceType |
arAccountRef |
protected Date |
billedDate |
protected ReferenceType |
classRef |
protected Boolean |
credit |
protected ReferenceType |
customerRef |
protected Date |
dueDate |
protected ReferenceType |
remitToRef |
protected IntuitAnyType |
statementChargeEx |
protected BigDecimal |
totalAmt |
currencyRef, departmentRef, docNumber, exchangeRate, line, linkedTxn, privateNote, taxFormNum, taxFormType, transactionLocationType, txnDate, txnSource, txnStatus, txnTaxDetail
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
StatementCharge() |
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 |
getARAccountRef()
Gets the value of the arAccountRef property.
|
Date |
getBilledDate()
Gets the value of the billedDate property.
|
ReferenceType |
getClassRef()
Gets the value of the classRef property.
|
ReferenceType |
getCustomerRef()
Gets the value of the customerRef property.
|
Date |
getDueDate()
Gets the value of the dueDate property.
|
ReferenceType |
getRemitToRef()
Gets the value of the remitToRef property.
|
IntuitAnyType |
getStatementChargeEx()
Gets the value of the statementChargeEx property.
|
BigDecimal |
getTotalAmt()
Gets the value of the totalAmt property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isCredit()
Gets the value of the credit property.
|
void |
setARAccountRef(ReferenceType value)
Sets the value of the arAccountRef property.
|
void |
setBilledDate(Date value)
Sets the value of the billedDate property.
|
void |
setClassRef(ReferenceType value)
Sets the value of the classRef property.
|
void |
setCredit(Boolean value)
Sets the value of the credit property.
|
void |
setCustomerRef(ReferenceType value)
Sets the value of the customerRef property.
|
void |
setDueDate(Date value)
Sets the value of the dueDate property.
|
void |
setRemitToRef(ReferenceType value)
Sets the value of the remitToRef property.
|
void |
setStatementChargeEx(IntuitAnyType value)
Sets the value of the statementChargeEx property.
|
void |
setTotalAmt(BigDecimal value)
Sets the value of the totalAmt property.
|
getCurrencyRef, getDepartmentRef, getDocNumber, getExchangeRate, getLine, getLinkedTxn, getPrivateNote, getTaxFormNum, getTaxFormType, getTransactionLocationType, getTxnDate, getTxnSource, getTxnStatus, getTxnTaxDetail, setCurrencyRef, setDepartmentRef, setDocNumber, setExchangeRate, setLine, setLinkedTxn, setPrivateNote, setTaxFormNum, setTaxFormType, setTransactionLocationType, setTxnDate, setTxnSource, setTxnStatus, setTxnTaxDetail
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected Boolean credit
protected ReferenceType customerRef
protected ReferenceType remitToRef
protected ReferenceType arAccountRef
protected ReferenceType classRef
protected Date dueDate
protected Date billedDate
protected BigDecimal totalAmt
protected IntuitAnyType statementChargeEx
public Boolean isCredit()
Boolean
public void setCredit(Boolean value)
value
- allowed object is
Boolean
public ReferenceType getCustomerRef()
ReferenceType
public void setCustomerRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getRemitToRef()
ReferenceType
public void setRemitToRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getARAccountRef()
ReferenceType
public void setARAccountRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getClassRef()
ReferenceType
public void setClassRef(ReferenceType value)
value
- allowed object is
ReferenceType
public Date getDueDate()
String
public void setDueDate(Date value)
value
- allowed object is
String
public Date getBilledDate()
String
public void setBilledDate(Date value)
value
- allowed object is
String
public BigDecimal getTotalAmt()
BigDecimal
public void setTotalAmt(BigDecimal value)
value
- allowed object is
BigDecimal
public IntuitAnyType getStatementChargeEx()
IntuitAnyType
public void setStatementChargeEx(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
equals
in class Transaction
public boolean equals(Object object)
equals
in class Transaction
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
hashCode
in class Transaction
public int hashCode()
hashCode
in class Transaction
Copyright © 2017. All rights reserved.