Package org.cxml
Class ProductMovementItemIDInfo
- java.lang.Object
-
- org.cxml.ProductMovementItemIDInfo
-
public class ProductMovementItemIDInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<IdReference>idReferenceprotected java.lang.StringmovementDateprotected java.lang.StringmovementIDprotected java.lang.StringmovementLineNumber
-
Constructor Summary
Constructors Constructor Description ProductMovementItemIDInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<IdReference>getIdReference()Gets the value of the idReference property.java.lang.StringgetMovementDate()Gets the value of the movementDate property.java.lang.StringgetMovementID()Gets the value of the movementID property.java.lang.StringgetMovementLineNumber()Gets the value of the movementLineNumber property.voidsetMovementDate(java.lang.String value)Sets the value of the movementDate property.voidsetMovementID(java.lang.String value)Sets the value of the movementID property.voidsetMovementLineNumber(java.lang.String value)Sets the value of the movementLineNumber property.
-
-
-
Field Detail
-
movementLineNumber
protected java.lang.String movementLineNumber
-
movementID
protected java.lang.String movementID
-
movementDate
protected java.lang.String movementDate
-
idReference
protected java.util.List<IdReference> idReference
-
-
Method Detail
-
getMovementLineNumber
public java.lang.String getMovementLineNumber()
Gets the value of the movementLineNumber property.- Returns:
- possible object is
String
-
setMovementLineNumber
public void setMovementLineNumber(java.lang.String value)
Sets the value of the movementLineNumber property.- Parameters:
value- allowed object isString
-
getMovementID
public java.lang.String getMovementID()
Gets the value of the movementID property.- Returns:
- possible object is
String
-
setMovementID
public void setMovementID(java.lang.String value)
Sets the value of the movementID property.- Parameters:
value- allowed object isString
-
getMovementDate
public java.lang.String getMovementDate()
Gets the value of the movementDate property.- Returns:
- possible object is
String
-
setMovementDate
public void setMovementDate(java.lang.String value)
Sets the value of the movementDate property.- Parameters:
value- allowed object isString
-
getIdReference
public java.util.List<IdReference> 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
-
-