public class DateKey extends Object
If time zone information is not present in the value, it is assumed to be PST. If time value is not specified, it defaults to midnight of the day.
Java class for DateKey complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateKey">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DateKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
Copyright © 2023. All rights reserved.