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

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

public class CtDiagnosticoSaidaInternacao
extends java.lang.Object

Java class for ct_diagnosticoSaidaInternacao complex type.

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

 <complexType name="ct_diagnosticoSaidaInternacao">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="diagnosticoPrincipal" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diagnostico"/>
         <element name="indicadorAcidente" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_indicadorAcidente" minOccurs="0"/>
         <element name="diagnosticosSecundarios" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diagnosticosSecundarios" maxOccurs="3" minOccurs="0"/>
         <element name="motivoSaidaInternacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_motivoSaida"/>
         <element name="obito" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_obitoInternacao" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtDiagnostico diagnosticoPrincipal
           
protected  java.util.List<CtDiagnosticosSecundarios> diagnosticosSecundarios
           
protected  java.math.BigInteger indicadorAcidente
           
protected  java.lang.String motivoSaidaInternacao
           
protected  CtObitoInternacao obito
           
 
Constructor Summary
CtDiagnosticoSaidaInternacao()
           
 
Method Summary
 CtDiagnostico getDiagnosticoPrincipal()
          Gets the value of the diagnosticoPrincipal property.
 java.util.List<CtDiagnosticosSecundarios> getDiagnosticosSecundarios()
          Gets the value of the diagnosticosSecundarios property.
 java.math.BigInteger getIndicadorAcidente()
          Gets the value of the indicadorAcidente property.
 java.lang.String getMotivoSaidaInternacao()
          Gets the value of the motivoSaidaInternacao property.
 CtObitoInternacao getObito()
          Gets the value of the obito property.
 void setDiagnosticoPrincipal(CtDiagnostico value)
          Sets the value of the diagnosticoPrincipal property.
 void setIndicadorAcidente(java.math.BigInteger value)
          Sets the value of the indicadorAcidente property.
 void setMotivoSaidaInternacao(java.lang.String value)
          Sets the value of the motivoSaidaInternacao property.
 void setObito(CtObitoInternacao value)
          Sets the value of the obito property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

diagnosticoPrincipal

protected CtDiagnostico diagnosticoPrincipal

indicadorAcidente

protected java.math.BigInteger indicadorAcidente

diagnosticosSecundarios

protected java.util.List<CtDiagnosticosSecundarios> diagnosticosSecundarios

motivoSaidaInternacao

protected java.lang.String motivoSaidaInternacao

obito

protected CtObitoInternacao obito
Constructor Detail

CtDiagnosticoSaidaInternacao

public CtDiagnosticoSaidaInternacao()
Method Detail

getDiagnosticoPrincipal

public CtDiagnostico getDiagnosticoPrincipal()
Gets the value of the diagnosticoPrincipal property.

Returns:
possible object is CtDiagnostico

setDiagnosticoPrincipal

public void setDiagnosticoPrincipal(CtDiagnostico value)
Sets the value of the diagnosticoPrincipal property.

Parameters:
value - allowed object is CtDiagnostico

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

getDiagnosticosSecundarios

public java.util.List<CtDiagnosticosSecundarios> getDiagnosticosSecundarios()
Gets the value of the diagnosticosSecundarios property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the diagnosticosSecundarios property.

For example, to add a new item, do as follows:

    getDiagnosticosSecundarios().add(newItem);
 

Objects of the following type(s) are allowed in the list CtDiagnosticosSecundarios


getMotivoSaidaInternacao

public java.lang.String getMotivoSaidaInternacao()
Gets the value of the motivoSaidaInternacao property.

Returns:
possible object is String

setMotivoSaidaInternacao

public void setMotivoSaidaInternacao(java.lang.String value)
Sets the value of the motivoSaidaInternacao property.

Parameters:
value - allowed object is String

getObito

public CtObitoInternacao getObito()
Gets the value of the obito property.

Returns:
possible object is CtObitoInternacao

setObito

public void setObito(CtObitoInternacao value)
Sets the value of the obito property.

Parameters:
value - allowed object is CtObitoInternacao