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 |
key
stringOrDateOrInt
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, setKey
addDateType, addIntegerType, addIntegerType, addStringType, getStringOrDateOrInt
protected XMLGregorianCalendar value
public AttributeDateType()
public AttributeDateType(String key, XMLGregorianCalendar value)
public XMLGregorianCalendar getValue()
XMLGregorianCalendar
public void setValue(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.