|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtTempoEvolucaoDoenca
public class CtTempoEvolucaoDoenca
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 |
---|
protected java.math.BigInteger valor
protected StUnidadeTempo unidadeTempo
Constructor Detail |
---|
public CtTempoEvolucaoDoenca()
Method Detail |
---|
public java.math.BigInteger getValor()
BigInteger
public void setValor(java.math.BigInteger value)
value
- allowed object is
BigInteger
public StUnidadeTempo getUnidadeTempo()
StUnidadeTempo
public void setUnidadeTempo(StUnidadeTempo value)
value
- allowed object is
StUnidadeTempo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |