Package org.cxml

Class DaysOfSupply


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

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

      Constructors 
      Constructor Description
      DaysOfSupply()  
    • 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.
      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.
      • 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
    • Constructor Detail

      • DaysOfSupply

        public DaysOfSupply()
    • 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