|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}ct_diagnostico"/> <element name="numeroDeclaracao"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="7"/> </restriction> </simpleType> </element> </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()
CtDiagnostico
public void setCID(CtDiagnostico value)
value
- allowed object is
CtDiagnostico
public java.lang.String getNumeroDeclaracao()
String
public 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 |