|
||||||||||
| 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.CtHipoteseDiagnostica
public class CtHipoteseDiagnostica
Java class for ct_hipoteseDiagnostica complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_hipoteseDiagnostica">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CIDPrincipal" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_diagnosticoGuia"/>
<element name="diagnosticosSecundarios" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_diagnosticosSecundarios" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CtDiagnosticoGuia |
cidPrincipal
|
protected javax.xml.bind.JAXBElement<CtDiagnosticosSecundarios> |
diagnosticosSecundarios
|
| Constructor Summary | |
|---|---|
CtHipoteseDiagnostica()
|
|
| Method Summary | |
|---|---|
CtDiagnosticoGuia |
getCIDPrincipal()
Gets the value of the cidPrincipal property. |
javax.xml.bind.JAXBElement<CtDiagnosticosSecundarios> |
getDiagnosticosSecundarios()
Gets the value of the diagnosticosSecundarios property. |
void |
setCIDPrincipal(CtDiagnosticoGuia value)
Sets the value of the cidPrincipal property. |
void |
setDiagnosticosSecundarios(javax.xml.bind.JAXBElement<CtDiagnosticosSecundarios> value)
Sets the value of the diagnosticosSecundarios property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CtDiagnosticoGuia cidPrincipal
protected javax.xml.bind.JAXBElement<CtDiagnosticosSecundarios> diagnosticosSecundarios
| Constructor Detail |
|---|
public CtHipoteseDiagnostica()
| Method Detail |
|---|
public CtDiagnosticoGuia getCIDPrincipal()
CtDiagnosticoGuiapublic void setCIDPrincipal(CtDiagnosticoGuia value)
value - allowed object is
CtDiagnosticoGuiapublic javax.xml.bind.JAXBElement<CtDiagnosticosSecundarios> getDiagnosticosSecundarios()
JAXBElement<CtDiagnosticosSecundarios>public void setDiagnosticosSecundarios(javax.xml.bind.JAXBElement<CtDiagnosticosSecundarios> value)
value - allowed object is
JAXBElement<CtDiagnosticosSecundarios>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||