|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20201.CtDiagnosticoSaidaInternacao
public class CtDiagnosticoSaidaInternacao
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/v20201}ct_diagnostico"/>
<element name="indicadorAcidente" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_indicadorAcidente" minOccurs="0"/>
<element name="diagnosticosSecundarios" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_diagnosticosSecundarios" minOccurs="0"/>
<element name="motivoSaidaInternacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_motivoSaida"/>
<element name="obito" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_obitoInternacao" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CtDiagnostico |
diagnosticoPrincipal
|
protected CtDiagnosticosSecundarios |
diagnosticosSecundarios
|
protected java.lang.String |
indicadorAcidente
|
protected java.lang.String |
motivoSaidaInternacao
|
protected java.util.List<CtObitoInternacao> |
obito
|
| Constructor Summary | |
|---|---|
CtDiagnosticoSaidaInternacao()
|
|
| Method Summary | |
|---|---|
CtDiagnostico |
getDiagnosticoPrincipal()
Gets the value of the diagnosticoPrincipal property. |
CtDiagnosticosSecundarios |
getDiagnosticosSecundarios()
Gets the value of the diagnosticosSecundarios property. |
java.lang.String |
getIndicadorAcidente()
Gets the value of the indicadorAcidente property. |
java.lang.String |
getMotivoSaidaInternacao()
Gets the value of the motivoSaidaInternacao property. |
java.util.List<CtObitoInternacao> |
getObito()
Gets the value of the obito property. |
void |
setDiagnosticoPrincipal(CtDiagnostico value)
Sets the value of the diagnosticoPrincipal property. |
void |
setDiagnosticosSecundarios(CtDiagnosticosSecundarios value)
Sets the value of the diagnosticosSecundarios property. |
void |
setIndicadorAcidente(java.lang.String value)
Sets the value of the indicadorAcidente property. |
void |
setMotivoSaidaInternacao(java.lang.String value)
Sets the value of the motivoSaidaInternacao property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CtDiagnostico diagnosticoPrincipal
protected java.lang.String indicadorAcidente
protected CtDiagnosticosSecundarios diagnosticosSecundarios
protected java.lang.String motivoSaidaInternacao
protected java.util.List<CtObitoInternacao> obito
| Constructor Detail |
|---|
public CtDiagnosticoSaidaInternacao()
| Method Detail |
|---|
public CtDiagnostico getDiagnosticoPrincipal()
CtDiagnosticopublic void setDiagnosticoPrincipal(CtDiagnostico value)
value - allowed object is
CtDiagnosticopublic java.lang.String getIndicadorAcidente()
Stringpublic void setIndicadorAcidente(java.lang.String value)
value - allowed object is
Stringpublic CtDiagnosticosSecundarios getDiagnosticosSecundarios()
CtDiagnosticosSecundariospublic void setDiagnosticosSecundarios(CtDiagnosticosSecundarios value)
value - allowed object is
CtDiagnosticosSecundariospublic java.lang.String getMotivoSaidaInternacao()
Stringpublic void setMotivoSaidaInternacao(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<CtObitoInternacao> getObito()
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 obito property.
For example, to add a new item, do as follows:
getObito().add(newItem);
Objects of the following type(s) are allowed in the list
CtObitoInternacao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||