public class DatetimeType extends Object
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="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="xs:dateTime" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
protected XMLGregorianCalendar |
value |
| Constructor and Description |
|---|
DatetimeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the value of the type property.
|
XMLGregorianCalendar |
getValue()
Gets the value of the value property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(XMLGregorianCalendar value)
Sets the value of the value property.
|
protected XMLGregorianCalendar value
protected String type
public XMLGregorianCalendar getValue()
XMLGregorianCalendarpublic void setValue(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getType()
StringCopyright © 2019 B3Partners B.V.. All rights reserved.