Package org.cxml
Class TimeTolerance
- java.lang.Object
-
- org.cxml.TimeTolerance
-
public class TimeTolerance extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TimeTolerance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLimit()Gets the value of the limit property.java.lang.StringgetType()Gets the value of the type property.voidsetLimit(java.lang.String value)Sets the value of the limit property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Method Detail
-
getLimit
public java.lang.String getLimit()
Gets the value of the limit property.- Returns:
- possible object is
String
-
setLimit
public void setLimit(java.lang.String value)
Sets the value of the limit property.- Parameters:
value- allowed object isString
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
-