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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtDiagnosticoGuia
Direct Known Subclasses:
CtGuiaConsulta.HipoteseDiagnostica, CtGuiaConsultaReapresentacao.HipoteseDiagnostica

public class CtDiagnosticoGuia
extends java.lang.Object

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

cid

protected CtDiagnostico cid

tipoDoenca

protected javax.xml.bind.JAXBElement<StTipoDoenca> tipoDoenca

tempoReferidoEvolucaoDoenca

protected javax.xml.bind.JAXBElement<CtTempoEvolucaoDoenca> tempoReferidoEvolucaoDoenca

indicadorAcidente

protected java.math.BigInteger indicadorAcidente
Constructor Detail

CtDiagnosticoGuia

public CtDiagnosticoGuia()
Method Detail

getCID

public CtDiagnostico getCID()
Gets the value of the cid property.

Returns:
possible object is CtDiagnostico

setCID

public void setCID(CtDiagnostico value)
Sets the value of the cid property.

Parameters:
value - allowed object is CtDiagnostico

getTipoDoenca

public javax.xml.bind.JAXBElement<StTipoDoenca> getTipoDoenca()
Gets the value of the tipoDoenca property.

Returns:
possible object is JAXBElement<StTipoDoenca>

setTipoDoenca

public void setTipoDoenca(javax.xml.bind.JAXBElement<StTipoDoenca> value)
Sets the value of the tipoDoenca property.

Parameters:
value - allowed object is JAXBElement<StTipoDoenca>

getTempoReferidoEvolucaoDoenca

public javax.xml.bind.JAXBElement<CtTempoEvolucaoDoenca> getTempoReferidoEvolucaoDoenca()
Gets the value of the tempoReferidoEvolucaoDoenca property.

Returns:
possible object is JAXBElement<CtTempoEvolucaoDoenca>

setTempoReferidoEvolucaoDoenca

public void setTempoReferidoEvolucaoDoenca(javax.xml.bind.JAXBElement<CtTempoEvolucaoDoenca> value)
Sets the value of the tempoReferidoEvolucaoDoenca property.

Parameters:
value - allowed object is JAXBElement<CtTempoEvolucaoDoenca>

getIndicadorAcidente

public java.math.BigInteger getIndicadorAcidente()
Gets the value of the indicadorAcidente property.

Returns:
possible object is BigInteger

setIndicadorAcidente

public void setIndicadorAcidente(java.math.BigInteger value)
Sets the value of the indicadorAcidente property.

Parameters:
value - allowed object is BigInteger