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 SummaryFields Modifier and Type Field Description protected XMLGregorianCalendarvalue- 
Fields inherited from class science.aist.xes.model.AttributeTypekey
 - 
Fields inherited from class science.aist.xes.model.AttributableTypestringOrDateOrInt
 
- 
 - 
Constructor SummaryConstructors Constructor Description AttributeDateType()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetValue()Gets the value of the value property.voidsetValue(XMLGregorianCalendar value)Sets the value of the value property.- 
Methods inherited from class science.aist.xes.model.AttributeTypegetKey, setKey
 - 
Methods inherited from class science.aist.xes.model.AttributableTypegetStringOrDateOrInt
 
- 
 
- 
- 
- 
Field Detail- 
valueprotected XMLGregorianCalendar value 
 
- 
 - 
Method Detail- 
getValuepublic XMLGregorianCalendar getValue() Gets the value of the value property.- Returns:
- possible object is
     XMLGregorianCalendar
 
 - 
setValuepublic void setValue(XMLGregorianCalendar value) Sets the value of the value property.- Parameters:
- value- allowed object is- XMLGregorianCalendar
 
 
- 
 
-