edu.harvard.i2b2.crc.datavo.pdo.query
Class PanelType.TotalItemOccurrences

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.PanelType.TotalItemOccurrences
Enclosing class:
PanelType

public static class PanelType.TotalItemOccurrences
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>int">
       <attribute name="operator" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}totOccuranceOperatorType" default="GE" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  TotOccuranceOperatorType operator
           
protected  int value
           
 
Constructor Summary
PanelType.TotalItemOccurrences()
           
 
Method Summary
 TotOccuranceOperatorType getOperator()
          Gets the value of the operator property.
 int getValue()
          Gets the value of the value property.
 void setOperator(TotOccuranceOperatorType value)
          Sets the value of the operator property.
 void setValue(int value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected int value

operator

protected TotOccuranceOperatorType operator
Constructor Detail

PanelType.TotalItemOccurrences

public PanelType.TotalItemOccurrences()
Method Detail

getValue

public int getValue()
Gets the value of the value property.


setValue

public void setValue(int value)
Sets the value of the value property.


getOperator

public TotOccuranceOperatorType getOperator()
Gets the value of the operator property.

Returns:
possible object is TotOccuranceOperatorType

setOperator

public void setOperator(TotOccuranceOperatorType value)
Sets the value of the operator property.

Parameters:
value - allowed object is TotOccuranceOperatorType


Copyright © 2011. All Rights Reserved.