Package org.cxml

Class OrderQuantity


  • public class OrderQuantity
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String maximum  
      protected java.lang.String minimum  
      protected java.lang.String unitOfMeasure  
    • Constructor Summary

      Constructors 
      Constructor Description
      OrderQuantity()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMaximum()
      Gets the value of the maximum property.
      java.lang.String getMinimum()
      Gets the value of the minimum property.
      java.lang.String getUnitOfMeasure()
      Gets the value of the unitOfMeasure property.
      void setMaximum​(java.lang.String value)
      Sets the value of the maximum property.
      void setMinimum​(java.lang.String value)
      Sets the value of the minimum property.
      void setUnitOfMeasure​(java.lang.String value)
      Sets the value of the unitOfMeasure property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • minimum

        protected java.lang.String minimum
      • maximum

        protected java.lang.String maximum
      • unitOfMeasure

        protected java.lang.String unitOfMeasure
    • Constructor Detail

      • OrderQuantity

        public OrderQuantity()
    • Method Detail

      • getMinimum

        public java.lang.String getMinimum()
        Gets the value of the minimum property.
        Returns:
        possible object is String
      • setMinimum

        public void setMinimum​(java.lang.String value)
        Sets the value of the minimum property.
        Parameters:
        value - allowed object is String
      • getMaximum

        public java.lang.String getMaximum()
        Gets the value of the maximum property.
        Returns:
        possible object is String
      • setMaximum

        public void setMaximum​(java.lang.String value)
        Sets the value of the maximum property.
        Parameters:
        value - allowed object is String
      • getUnitOfMeasure

        public java.lang.String getUnitOfMeasure()
        Gets the value of the unitOfMeasure property.
        Returns:
        possible object is String
      • setUnitOfMeasure

        public void setUnitOfMeasure​(java.lang.String value)
        Sets the value of the unitOfMeasure property.
        Parameters:
        value - allowed object is String