|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.setfinder.query.PanelType
public class PanelType
Java class for panelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="panelType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="panel_number" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="panel_date_from" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}constrainDateType"/>
<element name="panel_date_to" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}constrainDateType"/>
<element name="panel_accuracy_scale" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="invert" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="total_item_occurrences">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>int">
<attribute name="operator" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}totOccuranceOperatorType" default="GE" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="item" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}itemType" maxOccurs="unbounded"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
PanelType.TotalItemOccurrences
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected int |
invert
|
protected List<ItemType> |
item
|
protected String |
name
|
protected int |
panelAccuracyScale
|
protected ConstrainDateType |
panelDateFrom
|
protected ConstrainDateType |
panelDateTo
|
protected int |
panelNumber
|
protected PanelType.TotalItemOccurrences |
totalItemOccurrences
|
| Constructor Summary | |
|---|---|
PanelType()
|
|
| Method Summary | |
|---|---|
int |
getInvert()
Gets the value of the invert property. |
List<ItemType> |
getItem()
Gets the value of the item property. |
String |
getName()
Gets the value of the name property. |
int |
getPanelAccuracyScale()
Gets the value of the panelAccuracyScale property. |
ConstrainDateType |
getPanelDateFrom()
Gets the value of the panelDateFrom property. |
ConstrainDateType |
getPanelDateTo()
Gets the value of the panelDateTo property. |
int |
getPanelNumber()
Gets the value of the panelNumber property. |
PanelType.TotalItemOccurrences |
getTotalItemOccurrences()
Gets the value of the totalItemOccurrences property. |
void |
setInvert(int value)
Sets the value of the invert property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPanelAccuracyScale(int value)
Sets the value of the panelAccuracyScale property. |
void |
setPanelDateFrom(ConstrainDateType value)
Sets the value of the panelDateFrom property. |
void |
setPanelDateTo(ConstrainDateType value)
Sets the value of the panelDateTo property. |
void |
setPanelNumber(int value)
Sets the value of the panelNumber property. |
void |
setTotalItemOccurrences(PanelType.TotalItemOccurrences value)
Sets the value of the totalItemOccurrences property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int panelNumber
protected ConstrainDateType panelDateFrom
protected ConstrainDateType panelDateTo
protected int panelAccuracyScale
protected int invert
protected PanelType.TotalItemOccurrences totalItemOccurrences
protected List<ItemType> item
protected String name
| Constructor Detail |
|---|
public PanelType()
| Method Detail |
|---|
public int getPanelNumber()
public void setPanelNumber(int value)
public ConstrainDateType getPanelDateFrom()
ConstrainDateTypepublic void setPanelDateFrom(ConstrainDateType value)
value - allowed object is
ConstrainDateTypepublic ConstrainDateType getPanelDateTo()
ConstrainDateTypepublic void setPanelDateTo(ConstrainDateType value)
value - allowed object is
ConstrainDateTypepublic int getPanelAccuracyScale()
public void setPanelAccuracyScale(int value)
public int getInvert()
public void setInvert(int value)
public PanelType.TotalItemOccurrences getTotalItemOccurrences()
PanelType.TotalItemOccurrencespublic void setTotalItemOccurrences(PanelType.TotalItemOccurrences value)
value - allowed object is
PanelType.TotalItemOccurrencespublic List<ItemType> getItem()
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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
ItemType
public String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||