Package org.cxml
Class DaysOfSupply
java.lang.Object
org.cxml.DaysOfSupply
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maximum property.Gets the value of the minimum property.voidsetMaximum(String value) Sets the value of the maximum property.voidsetMinimum(String value) Sets the value of the minimum property.
-
Field Details
-
minimum
-
maximum
-
-
Constructor Details
-
DaysOfSupply
public DaysOfSupply()
-
-
Method Details
-
getMinimum
Gets the value of the minimum property.- Returns:
- possible object is
String
-
setMinimum
Sets the value of the minimum property.- Parameters:
value- allowed object isString
-
getMaximum
Gets the value of the maximum property.- Returns:
- possible object is
String
-
setMaximum
Sets the value of the maximum property.- Parameters:
value- allowed object isString
-