br.gov.ans.padroes.tiss.schemas
Class CtTempoEvolucaoDoenca

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtTempoEvolucaoDoenca

public class CtTempoEvolucaoDoenca
extends java.lang.Object

Java class for ct_tempoEvolucaoDoenca complex type.

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

 <complexType name="ct_tempoEvolucaoDoenca">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="valor" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_numeroInteiro"/>
         <element name="unidadeTempo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_unidadeTempo"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  StUnidadeTempo unidadeTempo
           
protected  java.math.BigInteger valor
           
 
Constructor Summary
CtTempoEvolucaoDoenca()
           
 
Method Summary
 StUnidadeTempo getUnidadeTempo()
          Gets the value of the unidadeTempo property.
 java.math.BigInteger getValor()
          Gets the value of the valor property.
 void setUnidadeTempo(StUnidadeTempo value)
          Sets the value of the unidadeTempo property.
 void setValor(java.math.BigInteger value)
          Sets the value of the valor property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valor

protected java.math.BigInteger valor

unidadeTempo

protected StUnidadeTempo unidadeTempo
Constructor Detail

CtTempoEvolucaoDoenca

public CtTempoEvolucaoDoenca()
Method Detail

getValor

public java.math.BigInteger getValor()
Gets the value of the valor property.

Returns:
possible object is BigInteger

setValor

public void setValor(java.math.BigInteger value)
Sets the value of the valor property.

Parameters:
value - allowed object is BigInteger

getUnidadeTempo

public StUnidadeTempo getUnidadeTempo()
Gets the value of the unidadeTempo property.

Returns:
possible object is StUnidadeTempo

setUnidadeTempo

public void setUnidadeTempo(StUnidadeTempo value)
Sets the value of the unidadeTempo property.

Parameters:
value - allowed object is StUnidadeTempo