public class AttributeDateType extends AttributeType
Java class for AttributeDateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeDateType">
<complexContent>
<extension base="{}AttributeType">
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
value |
keystringOrDateOrInt| Constructor and Description |
|---|
AttributeDateType() |
AttributeDateType(String key,
XMLGregorianCalendar value) |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getValue()
Gets the value of the value property.
|
void |
setValue(XMLGregorianCalendar value)
Sets the value of the value property.
|
String |
toString() |
getKey, setKeyaddDateType, addIntegerType, addIntegerType, addStringType, getStringOrDateOrIntprotected XMLGregorianCalendar value
public AttributeDateType()
public AttributeDateType(String key, XMLGregorianCalendar value)
public XMLGregorianCalendar getValue()
XMLGregorianCalendarpublic void setValue(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.