|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20103.CtObitoInternacao
public class CtObitoInternacao
Java class for ct_obitoInternacao complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_obitoInternacao">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CID" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_diagnostico"/>
<element name="numeroDeclaracao" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_descricao12"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CtDiagnostico |
cid
|
protected java.lang.String |
numeroDeclaracao
|
| Constructor Summary | |
|---|---|
CtObitoInternacao()
|
|
| Method Summary | |
|---|---|
CtDiagnostico |
getCID()
Gets the value of the cid property. |
java.lang.String |
getNumeroDeclaracao()
Gets the value of the numeroDeclaracao property. |
void |
setCID(CtDiagnostico value)
Sets the value of the cid property. |
void |
setNumeroDeclaracao(java.lang.String value)
Sets the value of the numeroDeclaracao 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 java.lang.String numeroDeclaracao
| Constructor Detail |
|---|
public CtObitoInternacao()
| Method Detail |
|---|
public CtDiagnostico getCID()
CtDiagnosticopublic void setCID(CtDiagnostico value)
value - allowed object is
CtDiagnosticopublic java.lang.String getNumeroDeclaracao()
Stringpublic void setNumeroDeclaracao(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||