Package org.cxml

Class ConsignmentMovement

java.lang.Object
org.cxml.ConsignmentMovement

public class ConsignmentMovement extends Object
  • Field Details

  • Constructor Details

    • ConsignmentMovement

      public ConsignmentMovement()
  • Method Details

    • getProductMovementItemIDInfo

      public ProductMovementItemIDInfo getProductMovementItemIDInfo()
      Gets the value of the productMovementItemIDInfo property.
      Returns:
      possible object is ProductMovementItemIDInfo
    • setProductMovementItemIDInfo

      public void setProductMovementItemIDInfo(ProductMovementItemIDInfo value)
      Sets the value of the productMovementItemIDInfo property.
      Parameters:
      value - allowed object is ProductMovementItemIDInfo
    • getInvoiceItemIDInfo

      public InvoiceItemIDInfo getInvoiceItemIDInfo()
      Gets the value of the invoiceItemIDInfo property.
      Returns:
      possible object is InvoiceItemIDInfo
    • setInvoiceItemIDInfo

      public void setInvoiceItemIDInfo(InvoiceItemIDInfo value)
      Sets the value of the invoiceItemIDInfo property.
      Parameters:
      value - allowed object is InvoiceItemIDInfo
    • getReferenceDocumentInfo

      public ReferenceDocumentInfo getReferenceDocumentInfo()
      Gets the value of the referenceDocumentInfo property.
      Returns:
      possible object is ReferenceDocumentInfo
    • setReferenceDocumentInfo

      public void setReferenceDocumentInfo(ReferenceDocumentInfo value)
      Sets the value of the referenceDocumentInfo property.
      Parameters:
      value - allowed object is ReferenceDocumentInfo
    • getMovementQuantity

      public MovementQuantity getMovementQuantity()
      Gets the value of the movementQuantity property.
      Returns:
      possible object is MovementQuantity
    • setMovementQuantity

      public void setMovementQuantity(MovementQuantity value)
      Sets the value of the movementQuantity property.
      Parameters:
      value - allowed object is MovementQuantity
    • getSubtotalAmount

      public SubtotalAmount getSubtotalAmount()
      Gets the value of the subtotalAmount property.
      Returns:
      possible object is SubtotalAmount
    • setSubtotalAmount

      public void setSubtotalAmount(SubtotalAmount value)
      Sets the value of the subtotalAmount property.
      Parameters:
      value - allowed object is SubtotalAmount
    • getUnitPrice

      public UnitPrice getUnitPrice()
      Gets the value of the unitPrice property.
      Returns:
      possible object is UnitPrice
    • setUnitPrice

      public void setUnitPrice(UnitPrice value)
      Sets the value of the unitPrice property.
      Parameters:
      value - allowed object is UnitPrice
    • getExtrinsic

      public List<Extrinsic> getExtrinsic()
      Gets the value of the extrinsic 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 extrinsic property.

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

          getExtrinsic().add(newItem);
       

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