Package org.cxml
Class ValidityPeriod
java.lang.Object
org.cxml.ValidityPeriod
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the conditionTypes property.getFrom()Gets the value of the from property.getTo()Gets the value of the to property.voidsetConditionTypes(ConditionTypes value) Sets the value of the conditionTypes property.voidSets the value of the from property.voidSets the value of the to property.
-
Field Details
-
from
-
to
-
conditionTypes
-
-
Constructor Details
-
ValidityPeriod
public ValidityPeriod()
-
-
Method Details
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
String
-
setFrom
Sets the value of the from property.- Parameters:
value- allowed object isString
-
getTo
Gets the value of the to property.- Returns:
- possible object is
String
-
setTo
Sets the value of the to property.- Parameters:
value- allowed object isString
-
getConditionTypes
Gets the value of the conditionTypes property.- Returns:
- possible object is
ConditionTypes
-
setConditionTypes
Sets the value of the conditionTypes property.- Parameters:
value- allowed object isConditionTypes
-