Package org.cxml
Class ProductMovementItemIDInfo
java.lang.Object
org.cxml.ProductMovementItemIDInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<IdReference>protected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idReference property.Gets the value of the movementDate property.Gets the value of the movementID property.Gets the value of the movementLineNumber property.voidsetMovementDate(String value) Sets the value of the movementDate property.voidsetMovementID(String value) Sets the value of the movementID property.voidsetMovementLineNumber(String value) Sets the value of the movementLineNumber property.
-
Field Details
-
movementLineNumber
-
movementID
-
movementDate
-
idReference
-
-
Constructor Details
-
ProductMovementItemIDInfo
public ProductMovementItemIDInfo()
-
-
Method Details
-
getMovementLineNumber
Gets the value of the movementLineNumber property.- Returns:
- possible object is
String
-
setMovementLineNumber
Sets the value of the movementLineNumber property.- Parameters:
value- allowed object isString
-
getMovementID
Gets the value of the movementID property.- Returns:
- possible object is
String
-
setMovementID
Sets the value of the movementID property.- Parameters:
value- allowed object isString
-
getMovementDate
Gets the value of the movementDate property.- Returns:
- possible object is
String
-
setMovementDate
Sets the value of the movementDate property.- Parameters:
value- allowed object isString
-
getIdReference
Gets the value of the idReference 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 idReference property.For example, to add a new item, do as follows:
getIdReference().add(newItem);Objects of the following type(s) are allowed in the list
IdReference
-