public class XMeasure extends XField implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for x_measure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_measure">
<complexContent>
<extension base="{uri:lens:cube:0.1}x_field">
<attribute name="_type" use="required" type="{uri:lens:cube:0.1}x_measure_type" />
<attribute name="default_aggr" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="format_string" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="start_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="end_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="min" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="max" type="{http://www.w3.org/2001/XMLSchema}double" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
XMeasure() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getDefaultAggr()
Gets the value of the defaultAggr property.
|
XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property.
|
String |
getFormatString()
Gets the value of the formatString property.
|
Double |
getMax()
Gets the value of the max property.
|
Double |
getMin()
Gets the value of the min property.
|
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property.
|
XMeasureType |
getType()
Gets the value of the type property.
|
String |
getUnit()
Gets the value of the unit property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDefaultAggr(String value)
Sets the value of the defaultAggr property.
|
void |
setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property.
|
void |
setFormatString(String value)
Sets the value of the formatString property.
|
void |
setMax(Double value)
Sets the value of the max property.
|
void |
setMin(Double value)
Sets the value of the min property.
|
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.
|
void |
setType(XMeasureType value)
Sets the value of the type property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
String |
toString() |
getDescription, getDisplayString, getName, setDescription, setDisplayString, setNamepublic XMeasureType getType()
XMeasureTypepublic void setType(XMeasureType value)
value - allowed object is
XMeasureTypepublic String getDefaultAggr()
Stringpublic void setDefaultAggr(String value)
value - allowed object is
Stringpublic String getFormatString()
Stringpublic void setFormatString(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndTime()
XMLGregorianCalendarpublic void setEndTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic void setMin(Double value)
value - allowed object is
Doublepublic void setMax(Double value)
value - allowed object is
Doublepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class XFieldpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.