Package org.cxml

Class ProductMovementItemIDInfo


  • public class ProductMovementItemIDInfo
    extends java.lang.Object
    • 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
    • Constructor Detail

      • ProductMovementItemIDInfo

        public ProductMovementItemIDInfo()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 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