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() |
XMeasure |
withDefaultAggr(String value) |
XMeasure |
withDescription(String value) |
XMeasure |
withDisplayString(String value) |
XMeasure |
withEndTime(XMLGregorianCalendar value) |
XMeasure |
withFormatString(String value) |
XMeasure |
withMax(Double value) |
XMeasure |
withMin(Double value) |
XMeasure |
withName(String value) |
XMeasure |
withStartTime(XMLGregorianCalendar value) |
XMeasure |
withTags(XProperties value) |
XMeasure |
withType(XMeasureType value) |
XMeasure |
withUnit(String value) |
getDescription, getDisplayString, getName, getTags, setDescription, setDisplayString, setName, setTags
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 Double getMin()
Double
public void setMin(Double value)
value
- allowed object is
Double
public Double getMax()
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)
public XMeasure withType(XMeasureType value)
public XMeasure withStartTime(XMLGregorianCalendar value)
public XMeasure withEndTime(XMLGregorianCalendar value)
public XMeasure withTags(XProperties value)
public XMeasure withDisplayString(String value)
withDisplayString
in class XField
public XMeasure withDescription(String value)
withDescription
in class XField
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.