|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtDiagnostico
public class CtDiagnostico
Java class for ct_diagnostico complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_diagnostico"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeTabela" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tabelasDiagnostico"/> <element name="codigoDiagnostico"> <simpleType> <restriction base="{http://www.ans.gov.br/padroes/tiss/schemas}st_codigoDiagnostico"> </restriction> </simpleType> </element> <element name="descricaoDiagnostico" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
codigoDiagnostico
|
protected javax.xml.bind.JAXBElement<java.lang.String> |
descricaoDiagnostico
|
protected StTabelasDiagnostico |
nomeTabela
|
Constructor Summary | |
---|---|
CtDiagnostico()
|
Method Summary | |
---|---|
java.lang.String |
getCodigoDiagnostico()
Gets the value of the codigoDiagnostico property. |
javax.xml.bind.JAXBElement<java.lang.String> |
getDescricaoDiagnostico()
Gets the value of the descricaoDiagnostico property. |
StTabelasDiagnostico |
getNomeTabela()
Gets the value of the nomeTabela property. |
void |
setCodigoDiagnostico(java.lang.String value)
Sets the value of the codigoDiagnostico property. |
void |
setDescricaoDiagnostico(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the descricaoDiagnostico property. |
void |
setNomeTabela(StTabelasDiagnostico value)
Sets the value of the nomeTabela property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected StTabelasDiagnostico nomeTabela
protected java.lang.String codigoDiagnostico
protected javax.xml.bind.JAXBElement<java.lang.String> descricaoDiagnostico
Constructor Detail |
---|
public CtDiagnostico()
Method Detail |
---|
public StTabelasDiagnostico getNomeTabela()
StTabelasDiagnostico
public void setNomeTabela(StTabelasDiagnostico value)
value
- allowed object is
StTabelasDiagnostico
public java.lang.String getCodigoDiagnostico()
String
public void setCodigoDiagnostico(java.lang.String value)
value
- allowed object is
String
public javax.xml.bind.JAXBElement<java.lang.String> getDescricaoDiagnostico()
JAXBElement
<
String
>
public void setDescricaoDiagnostico(javax.xml.bind.JAXBElement<java.lang.String> value)
value
- allowed object is
JAXBElement
<
String
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |