Package org.cxml

Class ProductMovementItemIDInfo

java.lang.Object
org.cxml.ProductMovementItemIDInfo

public class ProductMovementItemIDInfo extends Object
  • Field Details

    • movementLineNumber

      protected String movementLineNumber
    • movementID

      protected String movementID
    • movementDate

      protected String movementDate
    • idReference

      protected List<IdReference> idReference
  • Constructor Details

    • ProductMovementItemIDInfo

      public ProductMovementItemIDInfo()
  • Method Details

    • getMovementLineNumber

      public String getMovementLineNumber()
      Gets the value of the movementLineNumber property.
      Returns:
      possible object is String
    • setMovementLineNumber

      public void setMovementLineNumber(String value)
      Sets the value of the movementLineNumber property.
      Parameters:
      value - allowed object is String
    • getMovementID

      public String getMovementID()
      Gets the value of the movementID property.
      Returns:
      possible object is String
    • setMovementID

      public void setMovementID(String value)
      Sets the value of the movementID property.
      Parameters:
      value - allowed object is String
    • getMovementDate

      public String getMovementDate()
      Gets the value of the movementDate property.
      Returns:
      possible object is String
    • setMovementDate

      public void setMovementDate(String value)
      Sets the value of the movementDate property.
      Parameters:
      value - allowed object is String
    • getIdReference

      public 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 set method 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