Package iofXml.v3

Class DateAndOptionalTime

  • All Implemented Interfaces:

    
    public class DateAndOptionalTime
    
                        

    Defines a point in time which either is known by date and time, or just by date. May be used for event dates, when the event date is decided before the time of the first start.

    Java class for DateAndOptionalTime complex type

    .

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

    
    <complexType name="DateAndOptionalTime">
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <sequence>
            <element name="Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
            <element name="Time" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
          </sequence>
        </restriction>
      </complexContent>
    </complexType>
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description