|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}st_nome" minOccurs="0"/> <element name="conselhoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_conselhoProfissional"/> <element name="cbos" type="{http://www.ans.gov.br/padroes/tiss/schemas}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()
String
public void setNomeProfissional(java.lang.String value)
value
- allowed object is
String
public CtConselhoProfissional getConselhoProfissional()
CtConselhoProfissional
public void setConselhoProfissional(CtConselhoProfissional value)
value
- allowed object is
CtConselhoProfissional
public java.lang.String getCbos()
String
public 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 |