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, setName
public XMeasureType getType()
XMeasureType
public void setType(XMeasureType value)
value
- allowed object is
XMeasureType
public String getDefaultAggr()
String
public void setDefaultAggr(String value)
value
- allowed object is
String
public String getFormatString()
String
public void setFormatString(String value)
value
- allowed object is
String
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendar
public void setStartTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getEndTime()
XMLGregorianCalendar
public void setEndTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getUnit()
String
public void setUnit(String value)
value
- allowed object is
String
public void setMin(Double value)
value
- allowed object is
Double
public void setMax(Double value)
value
- allowed object is
Double
public 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.ToString
appendFields
in class XField
public 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–2015 Apache Software Foundation. All rights reserved.