java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.DateTimeType

public class DateTimeType extends Object
A date time identifies a date and time of day to various common resolutions: year, month, week, day, hour, minute, second, and fraction of second.

Java class for DateTimeType complex type.

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

 <complexType name="DateTimeType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
       <attribute name="TimeZoneCode" type="{http://www.w3.org/2001/XMLSchema}token" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DateTimeType

      public DateTimeType()
  • Method Details

    • getValue

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

      public void setValue(XMLGregorianCalendar value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getTimeZoneCode

      public String getTimeZoneCode()
      Gets the value of the timeZoneCode property.
      Returns:
      possible object is String
    • setTimeZoneCode

      public void setTimeZoneCode(String value)
      Sets the value of the timeZoneCode property.
      Parameters:
      value - allowed object is String