Package org.cxml

Class ValidityPeriod

java.lang.Object
org.cxml.ValidityPeriod

public class ValidityPeriod extends Object
  • Field Details

  • Constructor Details

    • ValidityPeriod

      public ValidityPeriod()
  • Method Details

    • getFrom

      public String getFrom()
      Gets the value of the from property.
      Returns:
      possible object is String
    • setFrom

      public void setFrom(String value)
      Sets the value of the from property.
      Parameters:
      value - allowed object is String
    • getTo

      public String getTo()
      Gets the value of the to property.
      Returns:
      possible object is String
    • setTo

      public void setTo(String value)
      Sets the value of the to property.
      Parameters:
      value - allowed object is String
    • getConditionTypes

      public ConditionTypes getConditionTypes()
      Gets the value of the conditionTypes property.
      Returns:
      possible object is ConditionTypes
    • setConditionTypes

      public void setConditionTypes(ConditionTypes value)
      Sets the value of the conditionTypes property.
      Parameters:
      value - allowed object is ConditionTypes