Class DateTime

  • All Implemented Interfaces:
    Serializable

    public class DateTime
    extends Object
    implements Serializable

    Java class for DateTime complex type.

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

     <complexType name="DateTime">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
         </extension>
       </simpleContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • DateTime

        public DateTime()
    • Method Detail

      • getValue

        public ZonedDateTime getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(ZonedDateTime value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String