Class DateTimeParameter
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ConstantParameter
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DateTimeParameter
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.bpsim.org/schemas/1.0}ConstantParameter"> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
instance, result, validFor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Gets the value of the value property.void
setValue
(XMLGregorianCalendar value) Sets the value of the value property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
getInstance, getResult, getValidFor, setInstance, setResult, setValidFor
-
Field Details
-
value
-
-
Constructor Details
-
DateTimeParameter
public DateTimeParameter()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-