Package iofXml.v2

Class ValidFromDate

java.lang.Object
iofXml.v2.ValidFromDate

public class ValidFromDate extends Object

Java class for anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • date

      protected Date date
  • Constructor Details

    • ValidFromDate

      public ValidFromDate()
  • Method Details

    • getDate

      public Date getDate()
      Gets the value of the date property.
      Returns:
      possible object is Date
    • setDate

      public void setDate(Date value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is Date