Package org.cxml
Class ConsignmentMovement
java.lang.Object
org.cxml.ConsignmentMovement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InvoiceItemIDInfoprotected MovementQuantityprotected ProductMovementItemIDInfoprotected ReferenceDocumentInfoprotected SubtotalAmountprotected UnitPrice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extrinsic property.Gets the value of the invoiceItemIDInfo property.Gets the value of the movementQuantity property.Gets the value of the productMovementItemIDInfo property.Gets the value of the referenceDocumentInfo property.Gets the value of the subtotalAmount property.Gets the value of the unitPrice property.voidSets the value of the invoiceItemIDInfo property.voidSets the value of the movementQuantity property.voidSets the value of the productMovementItemIDInfo property.voidSets the value of the referenceDocumentInfo property.voidsetSubtotalAmount(SubtotalAmount value) Sets the value of the subtotalAmount property.voidsetUnitPrice(UnitPrice value) Sets the value of the unitPrice property.
-
Field Details
-
productMovementItemIDInfo
-
invoiceItemIDInfo
-
referenceDocumentInfo
-
movementQuantity
-
subtotalAmount
-
unitPrice
-
extrinsic
-
-
Constructor Details
-
ConsignmentMovement
public ConsignmentMovement()
-
-
Method Details
-
getProductMovementItemIDInfo
Gets the value of the productMovementItemIDInfo property.- Returns:
- possible object is
ProductMovementItemIDInfo
-
setProductMovementItemIDInfo
Sets the value of the productMovementItemIDInfo property.- Parameters:
value- allowed object isProductMovementItemIDInfo
-
getInvoiceItemIDInfo
Gets the value of the invoiceItemIDInfo property.- Returns:
- possible object is
InvoiceItemIDInfo
-
setInvoiceItemIDInfo
Sets the value of the invoiceItemIDInfo property.- Parameters:
value- allowed object isInvoiceItemIDInfo
-
getReferenceDocumentInfo
Gets the value of the referenceDocumentInfo property.- Returns:
- possible object is
ReferenceDocumentInfo
-
setReferenceDocumentInfo
Sets the value of the referenceDocumentInfo property.- Parameters:
value- allowed object isReferenceDocumentInfo
-
getMovementQuantity
Gets the value of the movementQuantity property.- Returns:
- possible object is
MovementQuantity
-
setMovementQuantity
Sets the value of the movementQuantity property.- Parameters:
value- allowed object isMovementQuantity
-
getSubtotalAmount
Gets the value of the subtotalAmount property.- Returns:
- possible object is
SubtotalAmount
-
setSubtotalAmount
Sets the value of the subtotalAmount property.- Parameters:
value- allowed object isSubtotalAmount
-
getUnitPrice
Gets the value of the unitPrice property.- Returns:
- possible object is
UnitPrice
-
setUnitPrice
Sets the value of the unitPrice property.- Parameters:
value- allowed object isUnitPrice
-
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
setmethod 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
-