Package science.aist.xes.model
Class AttributeDateType
- java.lang.Object
-
- science.aist.xes.model.AttributableType
-
- science.aist.xes.model.AttributeType
-
- science.aist.xes.model.AttributeDateType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendar
value
-
Fields inherited from class science.aist.xes.model.AttributeType
key
-
Fields inherited from class science.aist.xes.model.AttributableType
stringOrDateOrInt
-
-
Constructor Summary
Constructors Constructor Description AttributeDateType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendar
getValue()
Gets the value of the value property.void
setValue(XMLGregorianCalendar value)
Sets the value of the value property.-
Methods inherited from class science.aist.xes.model.AttributeType
getKey, setKey
-
Methods inherited from class science.aist.xes.model.AttributableType
getStringOrDateOrInt
-
-
-
-
Field Detail
-
value
protected XMLGregorianCalendar value
-
-
Method Detail
-
getValue
public XMLGregorianCalendar getValue()
Gets the value of the value property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValue
public void setValue(XMLGregorianCalendar value)
Sets the value of the value property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
-