public class FlowElementReferenceOrValue extends Object
Java class for FlowElementReferenceOrValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowElementReferenceOrValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="booleanValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dateTimeValue" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateValue" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="elementReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="numberValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="stringValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
booleanValue |
protected XMLGregorianCalendar |
dateTimeValue |
protected XMLGregorianCalendar |
dateValue |
protected String |
elementReference |
protected Double |
numberValue |
protected String |
stringValue |
| Constructor and Description |
|---|
FlowElementReferenceOrValue() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateTimeValue()
Gets the value of the dateTimeValue property.
|
XMLGregorianCalendar |
getDateValue()
Gets the value of the dateValue property.
|
String |
getElementReference()
Gets the value of the elementReference property.
|
Double |
getNumberValue()
Gets the value of the numberValue property.
|
String |
getStringValue()
Gets the value of the stringValue property.
|
Boolean |
isBooleanValue()
Gets the value of the booleanValue property.
|
void |
setBooleanValue(Boolean value)
Sets the value of the booleanValue property.
|
void |
setDateTimeValue(XMLGregorianCalendar value)
Sets the value of the dateTimeValue property.
|
void |
setDateValue(XMLGregorianCalendar value)
Sets the value of the dateValue property.
|
void |
setElementReference(String value)
Sets the value of the elementReference property.
|
void |
setNumberValue(Double value)
Sets the value of the numberValue property.
|
void |
setStringValue(String value)
Sets the value of the stringValue property.
|
protected Boolean booleanValue
protected XMLGregorianCalendar dateTimeValue
protected XMLGregorianCalendar dateValue
protected String elementReference
protected Double numberValue
protected String stringValue
public Boolean isBooleanValue()
Booleanpublic void setBooleanValue(Boolean value)
value - allowed object is
Booleanpublic XMLGregorianCalendar getDateTimeValue()
XMLGregorianCalendarpublic void setDateTimeValue(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDateValue()
XMLGregorianCalendarpublic void setDateValue(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getElementReference()
Stringpublic void setElementReference(String value)
value - allowed object is
Stringpublic Double getNumberValue()
Doublepublic void setNumberValue(Double value)
value - allowed object is
Doublepublic String getStringValue()
StringCopyright © 2016. All rights reserved.