Class DateTimeType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sdn.DateTimeType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the timeZoneCode property.getValue()Gets the value of the value property.voidsetTimeZoneCode(String value) Sets the value of the timeZoneCode property.voidsetValue(XMLGregorianCalendar value) Sets the value of the value property.
-
Field Details
-
value
-
timeZoneCode
-
-
Constructor Details
-
DateTimeType
public DateTimeType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTimeZoneCode
Gets the value of the timeZoneCode property.- Returns:
- possible object is
String
-
setTimeZoneCode
Sets the value of the timeZoneCode property.- Parameters:
value- allowed object isString
-