|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtDiagnosticoGuia
public class CtDiagnosticoGuia
Java class for ct_diagnosticoGuia complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_diagnosticoGuia"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CID" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diagnostico"/> <element name="tipoDoenca" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoDoenca" minOccurs="0"/> <element name="tempoReferidoEvolucaoDoenca" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tempoEvolucaoDoenca" minOccurs="0"/> <element name="indicadorAcidente" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_indicadorAcidente" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CtDiagnostico |
cid
|
protected java.math.BigInteger |
indicadorAcidente
|
protected javax.xml.bind.JAXBElement<CtTempoEvolucaoDoenca> |
tempoReferidoEvolucaoDoenca
|
protected javax.xml.bind.JAXBElement<StTipoDoenca> |
tipoDoenca
|
Constructor Summary | |
---|---|
CtDiagnosticoGuia()
|
Method Summary | |
---|---|
CtDiagnostico |
getCID()
Gets the value of the cid property. |
java.math.BigInteger |
getIndicadorAcidente()
Gets the value of the indicadorAcidente property. |
javax.xml.bind.JAXBElement<CtTempoEvolucaoDoenca> |
getTempoReferidoEvolucaoDoenca()
Gets the value of the tempoReferidoEvolucaoDoenca property. |
javax.xml.bind.JAXBElement<StTipoDoenca> |
getTipoDoenca()
Gets the value of the tipoDoenca property. |
void |
setCID(CtDiagnostico value)
Sets the value of the cid property. |
void |
setIndicadorAcidente(java.math.BigInteger value)
Sets the value of the indicadorAcidente property. |
void |
setTempoReferidoEvolucaoDoenca(javax.xml.bind.JAXBElement<CtTempoEvolucaoDoenca> value)
Sets the value of the tempoReferidoEvolucaoDoenca property. |
void |
setTipoDoenca(javax.xml.bind.JAXBElement<StTipoDoenca> value)
Sets the value of the tipoDoenca property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CtDiagnostico cid
protected javax.xml.bind.JAXBElement<StTipoDoenca> tipoDoenca
protected javax.xml.bind.JAXBElement<CtTempoEvolucaoDoenca> tempoReferidoEvolucaoDoenca
protected java.math.BigInteger indicadorAcidente
Constructor Detail |
---|
public CtDiagnosticoGuia()
Method Detail |
---|
public CtDiagnostico getCID()
CtDiagnostico
public void setCID(CtDiagnostico value)
value
- allowed object is
CtDiagnostico
public javax.xml.bind.JAXBElement<StTipoDoenca> getTipoDoenca()
JAXBElement
<
StTipoDoenca
>
public void setTipoDoenca(javax.xml.bind.JAXBElement<StTipoDoenca> value)
value
- allowed object is
JAXBElement
<
StTipoDoenca
>
public javax.xml.bind.JAXBElement<CtTempoEvolucaoDoenca> getTempoReferidoEvolucaoDoenca()
JAXBElement
<
CtTempoEvolucaoDoenca
>
public void setTempoReferidoEvolucaoDoenca(javax.xml.bind.JAXBElement<CtTempoEvolucaoDoenca> value)
value
- allowed object is
JAXBElement
<
CtTempoEvolucaoDoenca
>
public java.math.BigInteger getIndicadorAcidente()
BigInteger
public void setIndicadorAcidente(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |