Class InvoiceLine

java.lang.Object
com.onenetwork.platform.common.Model
com.onenetwork.platform.common.InvoiceLine
All Implemented Interfaces:
com.onenetwork.platform.common.impl.Child<Invoice>, Model, java.io.Serializable

public class InvoiceLine
extends com.onenetwork.platform.common.Model
implements java.io.Serializable, com.onenetwork.platform.common.impl.Child<Invoice>

Java class for InvoiceLine complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InvoiceLine">
   <complexContent>
     <extension base="{http://www.onenetwork.com/Platform}Model">
       <sequence>
         <element name="InputRefId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Error" type="{http://www.onenetwork.com/Platform}Error" minOccurs="0"/>
         <element name="LevelCreationDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="LevelModifiedDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="InvoiceLineNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ReferenceInvoiceLineNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShipmentNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShipmentCreationEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShipmentCreationOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShipmentLineShipmentNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShipmentLineNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShipmentLineCreationEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShipmentLineCreationOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BillOfLadingNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InvoiceLineType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InvoiceSACCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ItemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ItemEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReferenceItemNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="QuantityUOM" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OriginalInvoiceLineQty" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="InvoiceLineQty" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="ExpectedInvoiceLineQty" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="OriginalUnitPrice" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="UnitPrice" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="ExpectedUnitPrice" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="OriginalInvoiceLineAmount" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="InvoiceLineAmount" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="ExpectedInvoiceLineAmount" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="TaxAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DiscountAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CreationTemplateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateBaseTemplateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateBaseTemplateLevelType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateOwningOrgName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateOwningOrgEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateOwningUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateOwningUserEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InvoiceLineDetail" type="{http://www.onenetwork.com/Platform}InvoiceLineDetail" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Udfs" type="{http://www.onenetwork.com/Platform}NameValuePairList" minOccurs="0"/>
         <element name="Issue" type="{http://www.onenetwork.com/Platform}Issue" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.onenetwork.com/Platform}MDFs" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Attribute" type="{http://www.onenetwork.com/Platform}AttributeValue" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

  • Constructor Details

  • Method Details

    • getInputRefId

      public java.lang.String getInputRefId()
      Gets the value of the inputRefId property.
      Returns:
      possible object is String
    • setInputRefId

      public void setInputRefId​(java.lang.String value)
      Sets the value of the inputRefId property.
      Parameters:
      value - allowed object is String
    • isSetInputRefId

      public boolean isSetInputRefId()
    • getError

      public StatusMessage getError()
      Gets the value of the error property.
      Specified by:
      getError in interface Model
      Overrides:
      getError in class com.onenetwork.platform.common.Model
      Returns:
      possible object is ErrorDef
    • setError

      public void setError​(StatusMessage value)
      Sets the value of the error property.
      Specified by:
      setError in interface Model
      Overrides:
      setError in class com.onenetwork.platform.common.Model
      Parameters:
      value - allowed object is ErrorDef
    • isSetError

      public boolean isSetError()
    • getLevelCreationDate

      public java.util.Calendar getLevelCreationDate()
      Gets the value of the levelCreationDate property.
      Returns:
      possible object is String
    • setLevelCreationDate

      public void setLevelCreationDate​(java.util.Calendar value)
      Sets the value of the levelCreationDate property.
      Parameters:
      value - allowed object is String
    • isSetLevelCreationDate

      public boolean isSetLevelCreationDate()
    • getLevelModifiedDate

      public java.util.Calendar getLevelModifiedDate()
      Gets the value of the levelModifiedDate property.
      Returns:
      possible object is String
    • setLevelModifiedDate

      public void setLevelModifiedDate​(java.util.Calendar value)
      Sets the value of the levelModifiedDate property.
      Parameters:
      value - allowed object is String
    • isSetLevelModifiedDate

      public boolean isSetLevelModifiedDate()
    • getInvoiceLineNumber

      public java.lang.String getInvoiceLineNumber()
      Gets the value of the invoiceLineNumber property.
      Returns:
      possible object is String
    • setInvoiceLineNumber

      public void setInvoiceLineNumber​(java.lang.String value)
      Sets the value of the invoiceLineNumber property.
      Parameters:
      value - allowed object is String
    • isSetInvoiceLineNumber

      public boolean isSetInvoiceLineNumber()
    • getReferenceInvoiceLineNumber

      public java.lang.String getReferenceInvoiceLineNumber()
      Gets the value of the referenceInvoiceLineNumber property.
      Returns:
      possible object is String
    • setReferenceInvoiceLineNumber

      public void setReferenceInvoiceLineNumber​(java.lang.String value)
      Sets the value of the referenceInvoiceLineNumber property.
      Parameters:
      value - allowed object is String
    • isSetReferenceInvoiceLineNumber

      public boolean isSetReferenceInvoiceLineNumber()
    • getShipmentNumber

      public java.lang.String getShipmentNumber()
      Gets the value of the shipmentNumber property.
      Returns:
      possible object is String
    • isSetShipmentNumber

      public boolean isSetShipmentNumber()
    • getShipmentCreationEnterpriseName

      public java.lang.String getShipmentCreationEnterpriseName()
      Gets the value of the shipmentCreationEnterpriseName property.
      Returns:
      possible object is String
    • isSetShipmentCreationEnterpriseName

      public boolean isSetShipmentCreationEnterpriseName()
    • getShipmentCreationOrganizationName

      public java.lang.String getShipmentCreationOrganizationName()
      Gets the value of the shipmentCreationOrganizationName property.
      Returns:
      possible object is String
    • isSetShipmentCreationOrganizationName

      public boolean isSetShipmentCreationOrganizationName()
    • getShipmentLineShipmentNumber

      public java.lang.String getShipmentLineShipmentNumber()
      Gets the value of the shipmentLineShipmentNumber property.
      Returns:
      possible object is String
    • isSetShipmentLineShipmentNumber

      public boolean isSetShipmentLineShipmentNumber()
    • getShipmentLineNumber

      public java.lang.String getShipmentLineNumber()
      Gets the value of the shipmentLineNumber property.
      Returns:
      possible object is String
    • isSetShipmentLineNumber

      public boolean isSetShipmentLineNumber()
    • getShipmentLineCreationEnterpriseName

      public java.lang.String getShipmentLineCreationEnterpriseName()
      Gets the value of the shipmentLineCreationEnterpriseName property.
      Returns:
      possible object is String
    • isSetShipmentLineCreationEnterpriseName

      public boolean isSetShipmentLineCreationEnterpriseName()
    • getShipmentLineCreationOrganizationName

      public java.lang.String getShipmentLineCreationOrganizationName()
      Gets the value of the shipmentLineCreationOrganizationName property.
      Returns:
      possible object is String
    • isSetShipmentLineCreationOrganizationName

      public boolean isSetShipmentLineCreationOrganizationName()
    • getBillOfLadingNumber

      public java.lang.String getBillOfLadingNumber()
      Gets the value of the billOfLadingNumber property.
      Returns:
      possible object is String
    • setBillOfLadingNumber

      public void setBillOfLadingNumber​(java.lang.String value)
      Sets the value of the billOfLadingNumber property.
      Parameters:
      value - allowed object is String
    • isSetBillOfLadingNumber

      public boolean isSetBillOfLadingNumber()
    • getState

      public java.lang.String getState()
      Gets the value of the state property.
      Returns:
      possible object is String
    • setState

      public void setState​(java.lang.String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
    • isSetState

      public boolean isSetState()
    • getInvoiceLineType

      public java.lang.String getInvoiceLineType()
      Gets the value of the invoiceLineType property.
      Returns:
      possible object is String
    • setInvoiceLineType

      public void setInvoiceLineType​(java.lang.String value)
      Sets the value of the invoiceLineType property.
      Parameters:
      value - allowed object is String
    • isSetInvoiceLineType

      public boolean isSetInvoiceLineType()
    • getInvoiceSACCode

      public java.lang.String getInvoiceSACCode()
      Gets the value of the invoiceSACCode property.
      Returns:
      possible object is String
    • setInvoiceSACCode

      public void setInvoiceSACCode​(java.lang.String value)
      Sets the value of the invoiceSACCode property.
      Parameters:
      value - allowed object is String
    • isSetInvoiceSACCode

      public boolean isSetInvoiceSACCode()
    • getItemName

      public java.lang.String getItemName()
      Gets the value of the itemName property.
      Returns:
      possible object is String
    • isSetItemName

      public boolean isSetItemName()
    • getItemEnterpriseName

      public java.lang.String getItemEnterpriseName()
      Gets the value of the itemEnterpriseName property.
      Returns:
      possible object is String
    • isSetItemEnterpriseName

      public boolean isSetItemEnterpriseName()
    • getReferenceItemNumber

      public java.lang.String getReferenceItemNumber()
      Gets the value of the referenceItemNumber property.
      Returns:
      possible object is String
    • setReferenceItemNumber

      public void setReferenceItemNumber​(java.lang.String value)
      Sets the value of the referenceItemNumber property.
      Parameters:
      value - allowed object is String
    • isSetReferenceItemNumber

      public boolean isSetReferenceItemNumber()
    • getQuantityUOM

      public java.lang.String getQuantityUOM()
      Gets the value of the quantityUOM property.
      Returns:
      possible object is String
    • setQuantityUOM

      public void setQuantityUOM​(java.lang.String value)
      Sets the value of the quantityUOM property.
      Parameters:
      value - allowed object is String
    • isSetQuantityUOM

      public boolean isSetQuantityUOM()
    • setOriginalInvoiceLineQty

      public void setOriginalInvoiceLineQty​(double value)
      Sets the value of the originalInvoiceLineQty property.
      Parameters:
      value - allowed object is String
    • isSetOriginalInvoiceLineQty

      public boolean isSetOriginalInvoiceLineQty()
    • setInvoiceLineQty

      public void setInvoiceLineQty​(double value)
      Sets the value of the invoiceLineQty property.
      Parameters:
      value - allowed object is String
    • isSetInvoiceLineQty

      public boolean isSetInvoiceLineQty()
    • setExpectedInvoiceLineQty

      public void setExpectedInvoiceLineQty​(double value)
      Sets the value of the expectedInvoiceLineQty property.
      Parameters:
      value - allowed object is String
    • isSetExpectedInvoiceLineQty

      public boolean isSetExpectedInvoiceLineQty()
    • setOriginalUnitPrice

      public void setOriginalUnitPrice​(double value)
      Sets the value of the originalUnitPrice property.
      Parameters:
      value - allowed object is String
    • isSetOriginalUnitPrice

      public boolean isSetOriginalUnitPrice()
    • setUnitPrice

      public void setUnitPrice​(double value)
      Sets the value of the unitPrice property.
      Parameters:
      value - allowed object is String
    • isSetUnitPrice

      public boolean isSetUnitPrice()
    • setExpectedUnitPrice

      public void setExpectedUnitPrice​(double value)
      Sets the value of the expectedUnitPrice property.
      Parameters:
      value - allowed object is String
    • isSetExpectedUnitPrice

      public boolean isSetExpectedUnitPrice()
    • setOriginalInvoiceLineAmount

      public void setOriginalInvoiceLineAmount​(double value)
      Sets the value of the originalInvoiceLineAmount property.
      Parameters:
      value - allowed object is String
    • isSetOriginalInvoiceLineAmount

      public boolean isSetOriginalInvoiceLineAmount()
    • setInvoiceLineAmount

      public void setInvoiceLineAmount​(double value)
      Sets the value of the invoiceLineAmount property.
      Parameters:
      value - allowed object is String
    • isSetInvoiceLineAmount

      public boolean isSetInvoiceLineAmount()
    • setExpectedInvoiceLineAmount

      public void setExpectedInvoiceLineAmount​(double value)
      Sets the value of the expectedInvoiceLineAmount property.
      Parameters:
      value - allowed object is String
    • isSetExpectedInvoiceLineAmount

      public boolean isSetExpectedInvoiceLineAmount()
    • setTaxAllowed

      public void setTaxAllowed​(boolean value)
      Sets the value of the taxAllowed property.
      Parameters:
      value - allowed object is Boolean
    • isSetTaxAllowed

      public boolean isSetTaxAllowed()
    • setDiscountAllowed

      public void setDiscountAllowed​(boolean value)
      Sets the value of the discountAllowed property.
      Parameters:
      value - allowed object is Boolean
    • isSetDiscountAllowed

      public boolean isSetDiscountAllowed()
    • getCreationTemplateName

      public java.lang.String getCreationTemplateName()
      Gets the value of the creationTemplateName property.
      Returns:
      possible object is String
    • isSetCreationTemplateName

      public boolean isSetCreationTemplateName()
    • getCreationTemplateBaseTemplateName

      public java.lang.String getCreationTemplateBaseTemplateName()
      Gets the value of the creationTemplateBaseTemplateName property.
      Returns:
      possible object is String
    • isSetCreationTemplateBaseTemplateName

      public boolean isSetCreationTemplateBaseTemplateName()
    • getCreationTemplateBaseTemplateLevelType

      public java.lang.String getCreationTemplateBaseTemplateLevelType()
      Gets the value of the creationTemplateBaseTemplateLevelType property.
      Returns:
      possible object is String
    • isSetCreationTemplateBaseTemplateLevelType

      public boolean isSetCreationTemplateBaseTemplateLevelType()
    • getCreationTemplateOwningOrgName

      public java.lang.String getCreationTemplateOwningOrgName()
      Gets the value of the creationTemplateOwningOrgName property.
      Returns:
      possible object is String
    • isSetCreationTemplateOwningOrgName

      public boolean isSetCreationTemplateOwningOrgName()
    • getCreationTemplateOwningOrgEnterpriseName

      public java.lang.String getCreationTemplateOwningOrgEnterpriseName()
      Gets the value of the creationTemplateOwningOrgEnterpriseName property.
      Returns:
      possible object is String
    • isSetCreationTemplateOwningOrgEnterpriseName

      public boolean isSetCreationTemplateOwningOrgEnterpriseName()
    • getCreationTemplateOwningUserName

      public java.lang.String getCreationTemplateOwningUserName()
      Gets the value of the creationTemplateOwningUserName property.
      Returns:
      possible object is String
    • isSetCreationTemplateOwningUserName

      public boolean isSetCreationTemplateOwningUserName()
    • getCreationTemplateOwningUserEnterpriseName

      public java.lang.String getCreationTemplateOwningUserEnterpriseName()
      Gets the value of the creationTemplateOwningUserEnterpriseName property.
      Returns:
      possible object is String
    • isSetCreationTemplateOwningUserEnterpriseName

      public boolean isSetCreationTemplateOwningUserEnterpriseName()
    • getInvoiceLineDetails

      public java.util.List<InvoiceLineDetail> getInvoiceLineDetails()
      Gets the value of the invoiceLineDetails property.

      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 invoiceLineDetails property.

      For example, to add a new item, do as follows:

          getInvoiceLineDetails().add(newItem);
       

      Objects of the following type(s) are allowed in the list InvoiceLineDetail

    • isSetInvoiceLineDetails

      public boolean isSetInvoiceLineDetails()
    • unsetInvoiceLineDetails

      public void unsetInvoiceLineDetails()
    • getUdfs

      public com.onenetwork.platform.common.NameValuePairList getUdfs()
      Gets the value of the udfs property.
      Overrides:
      getUdfs in class com.onenetwork.platform.common.Model
      Returns:
      possible object is NameValuePairList
    • setUdfs

      public void setUdfs​(com.onenetwork.platform.common.NameValuePairList value)
      Sets the value of the udfs property.
      Overrides:
      setUdfs in class com.onenetwork.platform.common.Model
      Parameters:
      value - allowed object is NameValuePairList
    • isSetUdfs

      public boolean isSetUdfs()
      Overrides:
      isSetUdfs in class com.onenetwork.platform.common.Model
    • getIssues

      public java.util.List<Issue> getIssues()
      Gets the value of the issues property.

      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 issues property.

      For example, to add a new item, do as follows:

          getIssues().add(newItem);
       

      Objects of the following type(s) are allowed in the list Issue

    • isSetIssues

      public boolean isSetIssues()
    • unsetIssues

      public void unsetIssues()
    • getMDFsList

      public java.util.List<javax.xml.bind.JAXBElement<? extends com.onenetwork.platform.common.MDFs>> getMDFsList()
      Gets the value of the mdFsList property.

      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 mdFsList property.

      For example, to add a new item, do as follows:

          getMDFsList().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<DummyMDFs> JAXBElement<MDFs>

      Overrides:
      getMDFsList in class com.onenetwork.platform.common.Model
    • isSetMDFsList

      public boolean isSetMDFsList()
    • unsetMDFsList

      public void unsetMDFsList()
    • getAttributes

      public java.util.List<AttributeValue> getAttributes()
      Gets the value of the attributes property.

      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 attributes property.

      For example, to add a new item, do as follows:

          getAttributes().add(newItem);
       

      Objects of the following type(s) are allowed in the list AttributeValue

      Overrides:
      getAttributes in class com.onenetwork.platform.common.Model
    • isSetAttributes

      public boolean isSetAttributes()
    • unsetAttributes

      public void unsetAttributes()
    • getParent

      public Invoice getParent()
      Returns the parent Invoice. This is an in-memory retrieval and does not perform a database lookup
      Specified by:
      getParent in interface com.onenetwork.platform.common.impl.Child<Invoice>
      Returns:
      parent Invoice
    • setParent

      public void setParent​(Invoice parent)
      Sets the parent Invoice. This is an in-memory set and does not perform a database write
      Specified by:
      setParent in interface com.onenetwork.platform.common.impl.Child<Invoice>
      Parameters:
      parent - new parent Invoice
    • setShipmentNumber

      public void setShipmentNumber​(java.lang.String value)
      Sets the value of ShipmentNumber, and also nullifies the following surrogate ids: SysShipmentId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ShipmentNumber - the following will also be nullified: SysShipmentId
    • setShipmentCreationEnterpriseName

      public void setShipmentCreationEnterpriseName​(java.lang.String value)
      Sets the value of ShipmentCreationEnterpriseName, and also nullifies the following surrogate ids: SysShipmentId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ShipmentCreationEnterpriseName - the following will also be nullified: SysShipmentId
    • setShipmentCreationOrganizationName

      public void setShipmentCreationOrganizationName​(java.lang.String value)
      Sets the value of ShipmentCreationOrganizationName, and also nullifies the following surrogate ids: SysShipmentId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ShipmentCreationOrganizationName - the following will also be nullified: SysShipmentId
    • setShipmentLineShipmentNumber

      public void setShipmentLineShipmentNumber​(java.lang.String value)
      Sets the value of ShipmentLineShipmentNumber, and also nullifies the following surrogate ids: SysShipmentLineId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ShipmentLineShipmentNumber - the following will also be nullified: SysShipmentLineId
    • setShipmentLineNumber

      public void setShipmentLineNumber​(java.lang.String value)
      Sets the value of ShipmentLineNumber, and also nullifies the following surrogate ids: SysShipmentLineId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ShipmentLineNumber - the following will also be nullified: SysShipmentLineId
    • setShipmentLineCreationEnterpriseName

      public void setShipmentLineCreationEnterpriseName​(java.lang.String value)
      Sets the value of ShipmentLineCreationEnterpriseName, and also nullifies the following surrogate ids: SysShipmentLineId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ShipmentLineCreationEnterpriseName - the following will also be nullified: SysShipmentLineId
    • setShipmentLineCreationOrganizationName

      public void setShipmentLineCreationOrganizationName​(java.lang.String value)
      Sets the value of ShipmentLineCreationOrganizationName, and also nullifies the following surrogate ids: SysShipmentLineId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ShipmentLineCreationOrganizationName - the following will also be nullified: SysShipmentLineId
    • setItemName

      public void setItemName​(java.lang.String value)
      Sets the value of ItemName, and also nullifies the following surrogate ids: SysItemId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ItemName - the following will also be nullified: SysItemId
    • setItemEnterpriseName

      public void setItemEnterpriseName​(java.lang.String value)
      Sets the value of ItemEnterpriseName, and also nullifies the following surrogate ids: SysItemId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ItemEnterpriseName - the following will also be nullified: SysItemId
    • setCreationTemplateName

      public void setCreationTemplateName​(java.lang.String value)
      Sets the value of CreationTemplateName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateBaseTemplateName

      public void setCreationTemplateBaseTemplateName​(java.lang.String value)
      Sets the value of CreationTemplateBaseTemplateName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateBaseTemplateName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateBaseTemplateLevelType

      public void setCreationTemplateBaseTemplateLevelType​(java.lang.String value)
      Sets the value of CreationTemplateBaseTemplateLevelType, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateBaseTemplateLevelType - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateOwningOrgName

      public void setCreationTemplateOwningOrgName​(java.lang.String value)
      Sets the value of CreationTemplateOwningOrgName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateOwningOrgName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateOwningOrgEnterpriseName

      public void setCreationTemplateOwningOrgEnterpriseName​(java.lang.String value)
      Sets the value of CreationTemplateOwningOrgEnterpriseName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateOwningOrgEnterpriseName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateOwningUserName

      public void setCreationTemplateOwningUserName​(java.lang.String value)
      Sets the value of CreationTemplateOwningUserName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateOwningUserName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateOwningUserEnterpriseName

      public void setCreationTemplateOwningUserEnterpriseName​(java.lang.String value)
      Sets the value of CreationTemplateOwningUserEnterpriseName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateOwningUserEnterpriseName - the following will also be nullified: SysCreationTemplateId
    • getOriginalInvoiceLineQty

      public double getOriginalInvoiceLineQty()
    • unsetOriginalInvoiceLineQty

      public void unsetOriginalInvoiceLineQty()
    • getInvoiceLineQty

      public double getInvoiceLineQty()
    • unsetInvoiceLineQty

      public void unsetInvoiceLineQty()
    • getExpectedInvoiceLineQty

      public double getExpectedInvoiceLineQty()
    • unsetExpectedInvoiceLineQty

      public void unsetExpectedInvoiceLineQty()
    • getOriginalUnitPrice

      public double getOriginalUnitPrice()
    • unsetOriginalUnitPrice

      public void unsetOriginalUnitPrice()
    • getUnitPrice

      public double getUnitPrice()
    • unsetUnitPrice

      public void unsetUnitPrice()
    • getExpectedUnitPrice

      public double getExpectedUnitPrice()
    • unsetExpectedUnitPrice

      public void unsetExpectedUnitPrice()
    • getOriginalInvoiceLineAmount

      public double getOriginalInvoiceLineAmount()
    • unsetOriginalInvoiceLineAmount

      public void unsetOriginalInvoiceLineAmount()
    • getInvoiceLineAmount

      public double getInvoiceLineAmount()
    • unsetInvoiceLineAmount

      public void unsetInvoiceLineAmount()
    • getExpectedInvoiceLineAmount

      public double getExpectedInvoiceLineAmount()
    • unsetExpectedInvoiceLineAmount

      public void unsetExpectedInvoiceLineAmount()
    • isTaxAllowed

      public boolean isTaxAllowed()
    • unsetTaxAllowed

      public void unsetTaxAllowed()
    • isDiscountAllowed

      public boolean isDiscountAllowed()
    • unsetDiscountAllowed

      public void unsetDiscountAllowed()
    • issueOn

      public com.onenetwork.platform.common.Issue issueOn​(java.lang.String issueName, IssueSeverity issueSeverity)
      Utility method to create an issue and set it on JAXB
    • issueOff

      public com.onenetwork.platform.common.Issue issueOff​(java.lang.String issueName)
      Utility method to create an issue and set it on JAXB
    • equals

      public boolean equals​(java.lang.Object obj)
      Description copied from interface: Model
      A Model object is considered "equal" to another Model object if it is a Model of the same type and its Natural Key fields are identical.
      Specified by:
      equals in interface Model
      Overrides:
      equals in class java.lang.Object
      Parameters:
      obj - object to compare
      Returns:
      true if the object is the same type of Model with identical Natural Key fields
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • internalToString

      protected java.lang.String internalToString()
      Overrides:
      internalToString in class com.onenetwork.platform.common.Model
    • toStrContrib

      public java.lang.String toStrContrib()
      Not intended for use by Clients
    • getModelType

      public com.onenetwork.platform.data.model.impl.ModelType getModelType()
      methods to get ModelType for this JAXB.
      Overrides:
      getModelType in class com.onenetwork.platform.common.Model
    • getModelLevelType

      public com.onenetwork.platform.data.model.impl.ModelLevelType getModelLevelType()
      methods to get ModelLevelType for this JAXB.
      Overrides:
      getModelLevelType in class com.onenetwork.platform.common.Model
    • getStandardModelName

      public java.lang.String getStandardModelName()
      method to get standard model name for this JAXB.
      Overrides:
      getStandardModelName in class com.onenetwork.platform.common.Model
    • getSysShipmentId

      public java.lang.Long getSysShipmentId()
      Returns the surrogate id value for SysShipmentId. After reading a model, this will always match with the corresponding natural keys, which are: shipmentNumber, shipmentCreationEnterpriseName, shipmentCreationOrganizationName
    • setSysShipmentId

      public void setSysShipmentId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysShipmentId. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: shipmentNumber, shipmentCreationEnterpriseName, shipmentCreationOrganizationName. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysShipmentId
      nullifyNaturalKeys - true to nullify the related natural keys (shipmentNumber, shipmentCreationEnterpriseName, shipmentCreationOrganizationName), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both
    • getSysShipmentLineId

      public java.lang.Long getSysShipmentLineId()
      Returns the surrogate id value for SysShipmentLineId. After reading a model, this will always match with the corresponding natural keys, which are: shipmentLineShipmentNumber, shipmentLineNumber, shipmentLineCreationEnterpriseName, shipmentLineCreationOrganizationName
    • setSysShipmentLineId

      public void setSysShipmentLineId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysShipmentLineId. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: shipmentLineShipmentNumber, shipmentLineNumber, shipmentLineCreationEnterpriseName, shipmentLineCreationOrganizationName. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysShipmentLineId
      nullifyNaturalKeys - true to nullify the related natural keys (shipmentLineShipmentNumber, shipmentLineNumber, shipmentLineCreationEnterpriseName, shipmentLineCreationOrganizationName), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both
    • getSysItemId

      public java.lang.Long getSysItemId()
      Returns the surrogate id value for SysItemId. After reading a model, this will always match with the corresponding natural keys, which are: itemName, itemEnterpriseName
    • setSysItemId

      public void setSysItemId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysItemId. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: itemName, itemEnterpriseName. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysItemId
      nullifyNaturalKeys - true to nullify the related natural keys (itemName, itemEnterpriseName), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both
    • getSysCreationTemplateId

      public java.lang.Long getSysCreationTemplateId()
      Returns the surrogate id value for SysCreationTemplateId. After reading a model, this will always match with the corresponding natural keys, which are: creationTemplateName, creationTemplateBaseTemplateName, creationTemplateBaseTemplateLevelType, creationTemplateOwningOrgName, creationTemplateOwningOrgEnterpriseName, creationTemplateOwningUserName, creationTemplateOwningUserEnterpriseName
    • setSysCreationTemplateId

      public void setSysCreationTemplateId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysCreationTemplateId. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: creationTemplateName, creationTemplateBaseTemplateName, creationTemplateBaseTemplateLevelType, creationTemplateOwningOrgName, creationTemplateOwningOrgEnterpriseName, creationTemplateOwningUserName, creationTemplateOwningUserEnterpriseName. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysCreationTemplateId
      nullifyNaturalKeys - true to nullify the related natural keys (creationTemplateName, creationTemplateBaseTemplateName, creationTemplateBaseTemplateLevelType, creationTemplateOwningOrgName, creationTemplateOwningOrgEnterpriseName, creationTemplateOwningUserName, creationTemplateOwningUserEnterpriseName), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both