public class GeneratedAtTime extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>dateTime"> <attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}datatype use="required" fixed="http://www.w3.org/2001/XMLSchema#dateTime""/> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
datatype |
protected XMLGregorianCalendar |
value |
Constructor and Description |
---|
GeneratedAtTime() |
Modifier and Type | Method and Description |
---|---|
String |
getDatatype()
Gets the value of the datatype property.
|
XMLGregorianCalendar |
getValue()
Gets the value of the value property.
|
void |
setDatatype(String value)
Sets the value of the datatype property.
|
void |
setValue(XMLGregorianCalendar value)
Sets the value of the value property.
|
protected XMLGregorianCalendar value
protected String datatype
public XMLGregorianCalendar getValue()
XMLGregorianCalendar
public void setValue(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getDatatype()
String
Copyright © 2014 myGrid. All rights reserved.