public class PurchaseOrder extends PurchaseByVendor implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for PurchaseOrder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PurchaseOrder">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}PurchaseByVendor">
<sequence>
<element name="TaxCodeRef" 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="ReimbursableInfoRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="SalesTermRef" 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="ExpectedDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="VendorAddr" type="{http://schema.intuit.com/finance/v3}PhysicalAddress" minOccurs="0"/>
<choice minOccurs="0">
<element name="DropShipToEntity" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="InventorySiteRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
</choice>
<element name="ShipAddr" type="{http://schema.intuit.com/finance/v3}PhysicalAddress" minOccurs="0"/>
<element name="ShipMethodRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="FOB" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="POEmail" type="{http://schema.intuit.com/finance/v3}EmailAddress" minOccurs="0"/>
<element name="TemplateRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="PrintStatus" type="{http://schema.intuit.com/finance/v3}PrintStatusEnum" minOccurs="0"/>
<element name="EmailStatus" type="{http://schema.intuit.com/finance/v3}EmailStatusEnum" minOccurs="0"/>
<element name="ManuallyClosed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="POStatus" type="{http://schema.intuit.com/finance/v3}PurchaseOrderStatusEnum" minOccurs="0"/>
<element name="PurchaseOrderEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
classRef |
protected ReferenceType |
dropShipToEntity |
protected Date |
dueDate |
protected EmailStatusEnum |
emailStatus |
protected Date |
expectedDate |
protected String |
fob |
protected ReferenceType |
inventorySiteRef |
protected Boolean |
manuallyClosed |
protected EmailAddress |
poEmail |
protected PurchaseOrderStatusEnum |
poStatus |
protected PrintStatusEnum |
printStatus |
protected IntuitAnyType |
purchaseOrderEx |
protected ReferenceType |
reimbursableInfoRef |
protected ReferenceType |
salesTermRef |
protected PhysicalAddress |
shipAddr |
protected ReferenceType |
shipMethodRef |
protected ReferenceType |
taxCodeRef |
protected ReferenceType |
templateRef |
protected PhysicalAddress |
vendorAddr |
apAccountRef, billEmail, globalTaxCalculation, memo, replyEmail, totalAmt, vendorRefcurrencyRef, departmentRef, docNumber, exchangeRate, line, linkedTxn, privateNote, taxFormNum, taxFormType, transactionLocationType, txnDate, txnSource, txnStatus, txnTaxDetailattachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
PurchaseOrder() |
| 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 |
getClassRef()
Gets the value of the classRef property.
|
ReferenceType |
getDropShipToEntity()
Gets the value of the dropShipToEntity property.
|
Date |
getDueDate()
Gets the value of the dueDate property.
|
EmailStatusEnum |
getEmailStatus()
Gets the value of the emailStatus property.
|
Date |
getExpectedDate()
Gets the value of the expectedDate property.
|
String |
getFOB()
Gets the value of the fob property.
|
ReferenceType |
getInventorySiteRef()
Gets the value of the inventorySiteRef property.
|
EmailAddress |
getPOEmail()
Gets the value of the poEmail property.
|
PurchaseOrderStatusEnum |
getPOStatus()
Gets the value of the poStatus property.
|
PrintStatusEnum |
getPrintStatus()
Gets the value of the printStatus property.
|
IntuitAnyType |
getPurchaseOrderEx()
Gets the value of the purchaseOrderEx property.
|
ReferenceType |
getReimbursableInfoRef()
Gets the value of the reimbursableInfoRef property.
|
ReferenceType |
getSalesTermRef()
Gets the value of the salesTermRef property.
|
PhysicalAddress |
getShipAddr()
Gets the value of the shipAddr property.
|
ReferenceType |
getShipMethodRef()
Gets the value of the shipMethodRef property.
|
ReferenceType |
getTaxCodeRef()
Gets the value of the taxCodeRef property.
|
ReferenceType |
getTemplateRef()
Gets the value of the templateRef property.
|
PhysicalAddress |
getVendorAddr()
Gets the value of the vendorAddr property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isManuallyClosed()
Gets the value of the manuallyClosed property.
|
void |
setClassRef(ReferenceType value)
Sets the value of the classRef property.
|
void |
setDropShipToEntity(ReferenceType value)
Sets the value of the dropShipToEntity property.
|
void |
setDueDate(Date value)
Sets the value of the dueDate property.
|
void |
setEmailStatus(EmailStatusEnum value)
Sets the value of the emailStatus property.
|
void |
setExpectedDate(Date value)
Sets the value of the expectedDate property.
|
void |
setFOB(String value)
Sets the value of the fob property.
|
void |
setInventorySiteRef(ReferenceType value)
Sets the value of the inventorySiteRef property.
|
void |
setManuallyClosed(Boolean value)
Sets the value of the manuallyClosed property.
|
void |
setPOEmail(EmailAddress value)
Sets the value of the poEmail property.
|
void |
setPOStatus(PurchaseOrderStatusEnum value)
Sets the value of the poStatus property.
|
void |
setPrintStatus(PrintStatusEnum value)
Sets the value of the printStatus property.
|
void |
setPurchaseOrderEx(IntuitAnyType value)
Sets the value of the purchaseOrderEx property.
|
void |
setReimbursableInfoRef(ReferenceType value)
Sets the value of the reimbursableInfoRef property.
|
void |
setSalesTermRef(ReferenceType value)
Sets the value of the salesTermRef property.
|
void |
setShipAddr(PhysicalAddress value)
Sets the value of the shipAddr property.
|
void |
setShipMethodRef(ReferenceType value)
Sets the value of the shipMethodRef property.
|
void |
setTaxCodeRef(ReferenceType value)
Sets the value of the taxCodeRef property.
|
void |
setTemplateRef(ReferenceType value)
Sets the value of the templateRef property.
|
void |
setVendorAddr(PhysicalAddress value)
Sets the value of the vendorAddr property.
|
getAPAccountRef, getBillEmail, getGlobalTaxCalculation, getMemo, getReplyEmail, getTotalAmt, getVendorRef, setAPAccountRef, setBillEmail, setGlobalTaxCalculation, setMemo, setReplyEmail, setTotalAmt, setVendorRefgetCurrencyRef, 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, setTxnTaxDetailgetAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected ReferenceType taxCodeRef
protected ReferenceType classRef
protected ReferenceType reimbursableInfoRef
protected ReferenceType salesTermRef
protected Date dueDate
protected Date expectedDate
protected PhysicalAddress vendorAddr
protected ReferenceType dropShipToEntity
protected ReferenceType inventorySiteRef
protected PhysicalAddress shipAddr
protected ReferenceType shipMethodRef
protected String fob
protected EmailAddress poEmail
protected ReferenceType templateRef
protected PrintStatusEnum printStatus
protected EmailStatusEnum emailStatus
protected Boolean manuallyClosed
protected PurchaseOrderStatusEnum poStatus
protected IntuitAnyType purchaseOrderEx
public ReferenceType getTaxCodeRef()
ReferenceTypepublic void setTaxCodeRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getClassRef()
ReferenceTypepublic void setClassRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getReimbursableInfoRef()
ReferenceTypepublic void setReimbursableInfoRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getSalesTermRef()
ReferenceTypepublic void setSalesTermRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic Date getDueDate()
Stringpublic void setDueDate(Date value)
value - allowed object is
Stringpublic Date getExpectedDate()
Stringpublic void setExpectedDate(Date value)
value - allowed object is
Stringpublic PhysicalAddress getVendorAddr()
PhysicalAddresspublic void setVendorAddr(PhysicalAddress value)
value - allowed object is
PhysicalAddresspublic ReferenceType getDropShipToEntity()
ReferenceTypepublic void setDropShipToEntity(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getInventorySiteRef()
ReferenceTypepublic void setInventorySiteRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic PhysicalAddress getShipAddr()
PhysicalAddresspublic void setShipAddr(PhysicalAddress value)
value - allowed object is
PhysicalAddresspublic ReferenceType getShipMethodRef()
ReferenceTypepublic void setShipMethodRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic String getFOB()
Stringpublic void setFOB(String value)
value - allowed object is
Stringpublic EmailAddress getPOEmail()
EmailAddresspublic void setPOEmail(EmailAddress value)
value - allowed object is
EmailAddresspublic ReferenceType getTemplateRef()
ReferenceTypepublic void setTemplateRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic PrintStatusEnum getPrintStatus()
PrintStatusEnumpublic void setPrintStatus(PrintStatusEnum value)
value - allowed object is
PrintStatusEnumpublic EmailStatusEnum getEmailStatus()
EmailStatusEnumpublic void setEmailStatus(EmailStatusEnum value)
value - allowed object is
EmailStatusEnumpublic Boolean isManuallyClosed()
Booleanpublic void setManuallyClosed(Boolean value)
value - allowed object is
Booleanpublic PurchaseOrderStatusEnum getPOStatus()
PurchaseOrderStatusEnumpublic void setPOStatus(PurchaseOrderStatusEnum value)
value - allowed object is
PurchaseOrderStatusEnumpublic IntuitAnyType getPurchaseOrderEx()
IntuitAnyTypepublic void setPurchaseOrderEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic 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 PurchaseByVendorpublic boolean equals(Object object)
equals in class PurchaseByVendorpublic 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 PurchaseByVendorpublic int hashCode()
hashCode in class PurchaseByVendorCopyright © 2017. All rights reserved.