public static class DatatypeBasics.DateAndTime extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="dateTime">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="time">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="date">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="gYearMonth">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="gYear">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="gMonthDay">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="gDay">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="gMonth">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DatatypeBasics.DateAndTime.Date
Java class for anonymous complex type.
|
static class |
DatatypeBasics.DateAndTime.DateTime
Java class for anonymous complex type.
|
static class |
DatatypeBasics.DateAndTime.GDay
Java class for anonymous complex type.
|
static class |
DatatypeBasics.DateAndTime.GMonth
Java class for anonymous complex type.
|
static class |
DatatypeBasics.DateAndTime.GMonthDay
Java class for anonymous complex type.
|
static class |
DatatypeBasics.DateAndTime.GYear
Java class for anonymous complex type.
|
static class |
DatatypeBasics.DateAndTime.GYearMonth
Java class for anonymous complex type.
|
static class |
DatatypeBasics.DateAndTime.Time
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DatatypeBasics.DateAndTime.Date |
date |
protected DatatypeBasics.DateAndTime.DateTime |
dateTime |
protected DatatypeBasics.DateAndTime.GDay |
gDay |
protected DatatypeBasics.DateAndTime.GMonth |
gMonth |
protected DatatypeBasics.DateAndTime.GMonthDay |
gMonthDay |
protected DatatypeBasics.DateAndTime.GYear |
gYear |
protected DatatypeBasics.DateAndTime.GYearMonth |
gYearMonth |
protected DatatypeBasics.DateAndTime.Time |
time |
| Constructor and Description |
|---|
DateAndTime() |
| Modifier and Type | Method and Description |
|---|---|
DatatypeBasics.DateAndTime.Date |
getDate()
Gets the value of the date property.
|
DatatypeBasics.DateAndTime.DateTime |
getDateTime()
Gets the value of the dateTime property.
|
DatatypeBasics.DateAndTime.GDay |
getGDay()
Gets the value of the gDay property.
|
DatatypeBasics.DateAndTime.GMonth |
getGMonth()
Gets the value of the gMonth property.
|
DatatypeBasics.DateAndTime.GMonthDay |
getGMonthDay()
Gets the value of the gMonthDay property.
|
DatatypeBasics.DateAndTime.GYear |
getGYear()
Gets the value of the gYear property.
|
DatatypeBasics.DateAndTime.GYearMonth |
getGYearMonth()
Gets the value of the gYearMonth property.
|
DatatypeBasics.DateAndTime.Time |
getTime()
Gets the value of the time property.
|
void |
setDate(DatatypeBasics.DateAndTime.Date value)
Sets the value of the date property.
|
void |
setDateTime(DatatypeBasics.DateAndTime.DateTime value)
Sets the value of the dateTime property.
|
void |
setGDay(DatatypeBasics.DateAndTime.GDay value)
Sets the value of the gDay property.
|
void |
setGMonth(DatatypeBasics.DateAndTime.GMonth value)
Sets the value of the gMonth property.
|
void |
setGMonthDay(DatatypeBasics.DateAndTime.GMonthDay value)
Sets the value of the gMonthDay property.
|
void |
setGYear(DatatypeBasics.DateAndTime.GYear value)
Sets the value of the gYear property.
|
void |
setGYearMonth(DatatypeBasics.DateAndTime.GYearMonth value)
Sets the value of the gYearMonth property.
|
void |
setTime(DatatypeBasics.DateAndTime.Time value)
Sets the value of the time property.
|
protected DatatypeBasics.DateAndTime.DateTime dateTime
protected DatatypeBasics.DateAndTime.Time time
protected DatatypeBasics.DateAndTime.Date date
protected DatatypeBasics.DateAndTime.GYearMonth gYearMonth
protected DatatypeBasics.DateAndTime.GYear gYear
protected DatatypeBasics.DateAndTime.GMonthDay gMonthDay
protected DatatypeBasics.DateAndTime.GDay gDay
protected DatatypeBasics.DateAndTime.GMonth gMonth
public DatatypeBasics.DateAndTime.DateTime getDateTime()
DatatypeBasics.DateAndTime.DateTimepublic void setDateTime(DatatypeBasics.DateAndTime.DateTime value)
value - allowed object is
DatatypeBasics.DateAndTime.DateTimepublic DatatypeBasics.DateAndTime.Time getTime()
DatatypeBasics.DateAndTime.Timepublic void setTime(DatatypeBasics.DateAndTime.Time value)
value - allowed object is
DatatypeBasics.DateAndTime.Timepublic DatatypeBasics.DateAndTime.Date getDate()
DatatypeBasics.DateAndTime.Datepublic void setDate(DatatypeBasics.DateAndTime.Date value)
value - allowed object is
DatatypeBasics.DateAndTime.Datepublic DatatypeBasics.DateAndTime.GYearMonth getGYearMonth()
DatatypeBasics.DateAndTime.GYearMonthpublic void setGYearMonth(DatatypeBasics.DateAndTime.GYearMonth value)
value - allowed object is
DatatypeBasics.DateAndTime.GYearMonthpublic DatatypeBasics.DateAndTime.GYear getGYear()
DatatypeBasics.DateAndTime.GYearpublic void setGYear(DatatypeBasics.DateAndTime.GYear value)
value - allowed object is
DatatypeBasics.DateAndTime.GYearpublic DatatypeBasics.DateAndTime.GMonthDay getGMonthDay()
DatatypeBasics.DateAndTime.GMonthDaypublic void setGMonthDay(DatatypeBasics.DateAndTime.GMonthDay value)
value - allowed object is
DatatypeBasics.DateAndTime.GMonthDaypublic DatatypeBasics.DateAndTime.GDay getGDay()
DatatypeBasics.DateAndTime.GDaypublic void setGDay(DatatypeBasics.DateAndTime.GDay value)
value - allowed object is
DatatypeBasics.DateAndTime.GDaypublic DatatypeBasics.DateAndTime.GMonth getGMonth()
DatatypeBasics.DateAndTime.GMonthpublic void setGMonth(DatatypeBasics.DateAndTime.GMonth value)
value - allowed object is
DatatypeBasics.DateAndTime.GMonthCopyright © 2018 Siemens AG. All rights reserved.