Package org.cxml
Class ConsignmentMovement
- java.lang.Object
-
- org.cxml.ConsignmentMovement
-
public class ConsignmentMovement extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected InvoiceItemIDInfoinvoiceItemIDInfoprotected MovementQuantitymovementQuantityprotected ProductMovementItemIDInfoproductMovementItemIDInfoprotected SubtotalAmountsubtotalAmountprotected UnitPriceunitPrice
-
Constructor Summary
Constructors Constructor Description ConsignmentMovement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvoiceItemIDInfogetInvoiceItemIDInfo()Gets the value of the invoiceItemIDInfo property.MovementQuantitygetMovementQuantity()Gets the value of the movementQuantity property.ProductMovementItemIDInfogetProductMovementItemIDInfo()Gets the value of the productMovementItemIDInfo property.SubtotalAmountgetSubtotalAmount()Gets the value of the subtotalAmount property.UnitPricegetUnitPrice()Gets the value of the unitPrice property.voidsetInvoiceItemIDInfo(InvoiceItemIDInfo value)Sets the value of the invoiceItemIDInfo property.voidsetMovementQuantity(MovementQuantity value)Sets the value of the movementQuantity property.voidsetProductMovementItemIDInfo(ProductMovementItemIDInfo value)Sets the value of the productMovementItemIDInfo property.voidsetSubtotalAmount(SubtotalAmount value)Sets the value of the subtotalAmount property.voidsetUnitPrice(UnitPrice value)Sets the value of the unitPrice property.
-
-
-
Field Detail
-
productMovementItemIDInfo
protected ProductMovementItemIDInfo productMovementItemIDInfo
-
invoiceItemIDInfo
protected InvoiceItemIDInfo invoiceItemIDInfo
-
movementQuantity
protected MovementQuantity movementQuantity
-
subtotalAmount
protected SubtotalAmount subtotalAmount
-
unitPrice
protected UnitPrice unitPrice
-
-
Method Detail
-
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 isProductMovementItemIDInfo
-
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 isInvoiceItemIDInfo
-
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 isMovementQuantity
-
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 isSubtotalAmount
-
getUnitPrice
public UnitPrice getUnitPrice()
Gets the value of the unitPrice property.- Returns:
- possible object is
UnitPrice
-
-