|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}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 |
---|
protected CtDiagnostico diagnosticoPrincipal
protected java.math.BigInteger indicadorAcidente
protected java.util.List<CtDiagnosticosSecundarios> diagnosticosSecundarios
protected java.lang.String motivoSaidaInternacao
protected CtObitoInternacao obito
Constructor Detail |
---|
public CtDiagnosticoSaidaInternacao()
Method Detail |
---|
public CtDiagnostico getDiagnosticoPrincipal()
CtDiagnostico
public void setDiagnosticoPrincipal(CtDiagnostico value)
value
- allowed object is
CtDiagnostico
public java.math.BigInteger getIndicadorAcidente()
BigInteger
public void setIndicadorAcidente(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.util.List<CtDiagnosticosSecundarios> getDiagnosticosSecundarios()
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
public java.lang.String getMotivoSaidaInternacao()
String
public void setMotivoSaidaInternacao(java.lang.String value)
value
- allowed object is
String
public CtObitoInternacao getObito()
CtObitoInternacao
public void setObito(CtObitoInternacao value)
value
- allowed object is
CtObitoInternacao
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |