|
||||||||||
| 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.CtIdentificacaoProfissional
public class CtIdentificacaoProfissional
Java class for ct_identificacaoProfissional complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_identificacaoProfissional">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nomeProfissional" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_nome" minOccurs="0"/>
<element name="conselhoProfissional" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_conselhoProfissional"/>
<element name="cbos" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_CBOS" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
cbos
|
protected CtConselhoProfissional |
conselhoProfissional
|
protected java.lang.String |
nomeProfissional
|
| Constructor Summary | |
|---|---|
CtIdentificacaoProfissional()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCbos()
Gets the value of the cbos property. |
CtConselhoProfissional |
getConselhoProfissional()
Gets the value of the conselhoProfissional property. |
java.lang.String |
getNomeProfissional()
Gets the value of the nomeProfissional property. |
void |
setCbos(java.lang.String value)
Sets the value of the cbos property. |
void |
setConselhoProfissional(CtConselhoProfissional value)
Sets the value of the conselhoProfissional property. |
void |
setNomeProfissional(java.lang.String value)
Sets the value of the nomeProfissional property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String nomeProfissional
protected CtConselhoProfissional conselhoProfissional
protected java.lang.String cbos
| Constructor Detail |
|---|
public CtIdentificacaoProfissional()
| Method Detail |
|---|
public java.lang.String getNomeProfissional()
Stringpublic void setNomeProfissional(java.lang.String value)
value - allowed object is
Stringpublic CtConselhoProfissional getConselhoProfissional()
CtConselhoProfissionalpublic void setConselhoProfissional(CtConselhoProfissional value)
value - allowed object is
CtConselhoProfissionalpublic java.lang.String getCbos()
Stringpublic void setCbos(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 | |||||||||