|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.qianalyze.api.indicator.IndicatorResult
@Entity(name="IndicatorResult") public class IndicatorResult
Java class for IndicatorResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndicatorResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Result" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Numerator" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Denominator" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IndicatorObservations" type="{http://www.qianalyze.org/api/indicator}IndicatorObservation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
denominator
|
protected Long |
hjid
|
protected List<IndicatorObservation> |
indicatorObservations
|
protected String |
name
|
protected Boolean |
numerator
|
protected String |
result
|
| Constructor Summary | |
|---|---|
IndicatorResult()
|
|
| Method Summary | |
|---|---|
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)
|
Long |
getHjid()
Gets the value of the hjid property. |
List<IndicatorObservation> |
getIndicatorObservations()
Gets the value of the indicatorObservations property. |
String |
getName()
Gets the value of the name property. |
String |
getResult()
Gets the value of the result property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
Boolean |
isDenominator()
Gets the value of the denominator property. |
Boolean |
isNumerator()
Gets the value of the numerator property. |
void |
setDenominator(Boolean value)
Sets the value of the denominator property. |
void |
setHjid(Long value)
Sets the value of the hjid property. |
void |
setIndicatorObservations(List<IndicatorObservation> indicatorObservations)
|
void |
setName(String value)
Sets the value of the name property. |
void |
setNumerator(Boolean value)
Sets the value of the numerator property. |
void |
setResult(String value)
Sets the value of the result property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String result
protected Boolean numerator
protected Boolean denominator
protected List<IndicatorObservation> indicatorObservations
protected Long hjid
| Constructor Detail |
|---|
public IndicatorResult()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getResult()
Stringpublic void setResult(String value)
value - allowed object is
Stringpublic Boolean isNumerator()
Booleanpublic void setNumerator(Boolean value)
value - allowed object is
Booleanpublic Boolean isDenominator()
Booleanpublic void setDenominator(Boolean value)
value - allowed object is
Booleanpublic List<IndicatorObservation> getIndicatorObservations()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the indicatorObservations property.
For example, to add a new item, do as follows:
getIndicatorObservations().add(newItem);
Objects of the following type(s) are allowed in the list
IndicatorObservation
public void setIndicatorObservations(List<IndicatorObservation> indicatorObservations)
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic Long getHjid()
Longpublic void setHjid(Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||