Package org.cxml

Class AgreementItemOut

java.lang.Object
org.cxml.AgreementItemOut

public class AgreementItemOut extends Object
  • Field Details

    • maxQuantity

      protected String maxQuantity
    • minQuantity

      protected String minQuantity
    • maxReleaseQuantity

      protected String maxReleaseQuantity
    • minReleaseQuantity

      protected String minReleaseQuantity
    • maxAmount

      protected MaxAmount maxAmount
    • minAmount

      protected MinAmount minAmount
    • maxReleaseAmount

      protected MaxReleaseAmount maxReleaseAmount
    • minReleaseAmount

      protected MinReleaseAmount minReleaseAmount
    • itemOut

      protected ItemOut itemOut
  • Constructor Details

    • AgreementItemOut

      public AgreementItemOut()
  • Method Details

    • getMaxQuantity

      public String getMaxQuantity()
      Gets the value of the maxQuantity property.
      Returns:
      possible object is String
    • setMaxQuantity

      public void setMaxQuantity(String value)
      Sets the value of the maxQuantity property.
      Parameters:
      value - allowed object is String
    • getMinQuantity

      public String getMinQuantity()
      Gets the value of the minQuantity property.
      Returns:
      possible object is String
    • setMinQuantity

      public void setMinQuantity(String value)
      Sets the value of the minQuantity property.
      Parameters:
      value - allowed object is String
    • getMaxReleaseQuantity

      public String getMaxReleaseQuantity()
      Gets the value of the maxReleaseQuantity property.
      Returns:
      possible object is String
    • setMaxReleaseQuantity

      public void setMaxReleaseQuantity(String value)
      Sets the value of the maxReleaseQuantity property.
      Parameters:
      value - allowed object is String
    • getMinReleaseQuantity

      public String getMinReleaseQuantity()
      Gets the value of the minReleaseQuantity property.
      Returns:
      possible object is String
    • setMinReleaseQuantity

      public void setMinReleaseQuantity(String value)
      Sets the value of the minReleaseQuantity property.
      Parameters:
      value - allowed object is String
    • getMaxAmount

      public MaxAmount getMaxAmount()
      Gets the value of the maxAmount property.
      Returns:
      possible object is MaxAmount
    • setMaxAmount

      public void setMaxAmount(MaxAmount value)
      Sets the value of the maxAmount property.
      Parameters:
      value - allowed object is MaxAmount
    • getMinAmount

      public MinAmount getMinAmount()
      Gets the value of the minAmount property.
      Returns:
      possible object is MinAmount
    • setMinAmount

      public void setMinAmount(MinAmount value)
      Sets the value of the minAmount property.
      Parameters:
      value - allowed object is MinAmount
    • getMaxReleaseAmount

      public MaxReleaseAmount getMaxReleaseAmount()
      Gets the value of the maxReleaseAmount property.
      Returns:
      possible object is MaxReleaseAmount
    • setMaxReleaseAmount

      public void setMaxReleaseAmount(MaxReleaseAmount value)
      Sets the value of the maxReleaseAmount property.
      Parameters:
      value - allowed object is MaxReleaseAmount
    • getMinReleaseAmount

      public MinReleaseAmount getMinReleaseAmount()
      Gets the value of the minReleaseAmount property.
      Returns:
      possible object is MinReleaseAmount
    • setMinReleaseAmount

      public void setMinReleaseAmount(MinReleaseAmount value)
      Sets the value of the minReleaseAmount property.
      Parameters:
      value - allowed object is MinReleaseAmount
    • getItemOut

      public ItemOut getItemOut()
      Gets the value of the itemOut property.
      Returns:
      possible object is ItemOut
    • setItemOut

      public void setItemOut(ItemOut value)
      Sets the value of the itemOut property.
      Parameters:
      value - allowed object is ItemOut