Class Between


  • public class Between
    extends Object

    Java class for Between complex type.

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

     <complexType name="Between">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}date" />
           <attribute name="to-inclusive" type="{http://www.w3.org/2001/XMLSchema}date" />
         </restriction>
       </complexContent>
     </complexType>