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, vendorRef
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 |
---|
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, setVendorRef
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 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()
ReferenceType
public void setTaxCodeRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getClassRef()
ReferenceType
public void setClassRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getReimbursableInfoRef()
ReferenceType
public void setReimbursableInfoRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getSalesTermRef()
ReferenceType
public void setSalesTermRef(ReferenceType value)
value
- allowed object is
ReferenceType
public Date getDueDate()
String
public void setDueDate(Date value)
value
- allowed object is
String
public Date getExpectedDate()
String
public void setExpectedDate(Date value)
value
- allowed object is
String
public PhysicalAddress getVendorAddr()
PhysicalAddress
public void setVendorAddr(PhysicalAddress value)
value
- allowed object is
PhysicalAddress
public ReferenceType getDropShipToEntity()
ReferenceType
public void setDropShipToEntity(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getInventorySiteRef()
ReferenceType
public void setInventorySiteRef(ReferenceType value)
value
- allowed object is
ReferenceType
public PhysicalAddress getShipAddr()
PhysicalAddress
public void setShipAddr(PhysicalAddress value)
value
- allowed object is
PhysicalAddress
public ReferenceType getShipMethodRef()
ReferenceType
public void setShipMethodRef(ReferenceType value)
value
- allowed object is
ReferenceType
public String getFOB()
String
public void setFOB(String value)
value
- allowed object is
String
public EmailAddress getPOEmail()
EmailAddress
public void setPOEmail(EmailAddress value)
value
- allowed object is
EmailAddress
public ReferenceType getTemplateRef()
ReferenceType
public void setTemplateRef(ReferenceType value)
value
- allowed object is
ReferenceType
public PrintStatusEnum getPrintStatus()
PrintStatusEnum
public void setPrintStatus(PrintStatusEnum value)
value
- allowed object is
PrintStatusEnum
public EmailStatusEnum getEmailStatus()
EmailStatusEnum
public void setEmailStatus(EmailStatusEnum value)
value
- allowed object is
EmailStatusEnum
public Boolean isManuallyClosed()
Boolean
public void setManuallyClosed(Boolean value)
value
- allowed object is
Boolean
public PurchaseOrderStatusEnum getPOStatus()
PurchaseOrderStatusEnum
public void setPOStatus(PurchaseOrderStatusEnum value)
value
- allowed object is
PurchaseOrderStatusEnum
public IntuitAnyType getPurchaseOrderEx()
IntuitAnyType
public void setPurchaseOrderEx(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 PurchaseByVendor
public boolean equals(Object object)
equals
in class PurchaseByVendor
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 PurchaseByVendor
public int hashCode()
hashCode
in class PurchaseByVendor
Copyright © 2017. All rights reserved.