|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtProfissionalExecutante
public class CtProfissionalExecutante
Java class for ct_profissionalExecutante complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_profissionalExecutante"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeExecutante" 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="codigoCBOS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CBOS" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
codigoCBOS
|
protected CtConselhoProfissional |
conselhoProfissional
|
protected java.lang.String |
nomeExecutante
|
Constructor Summary | |
---|---|
CtProfissionalExecutante()
|
Method Summary | |
---|---|
java.lang.String |
getCodigoCBOS()
Gets the value of the codigoCBOS property. |
CtConselhoProfissional |
getConselhoProfissional()
Gets the value of the conselhoProfissional property. |
java.lang.String |
getNomeExecutante()
Gets the value of the nomeExecutante property. |
void |
setCodigoCBOS(java.lang.String value)
Sets the value of the codigoCBOS property. |
void |
setConselhoProfissional(CtConselhoProfissional value)
Sets the value of the conselhoProfissional property. |
void |
setNomeExecutante(java.lang.String value)
Sets the value of the nomeExecutante 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 nomeExecutante
protected CtConselhoProfissional conselhoProfissional
protected java.lang.String codigoCBOS
Constructor Detail |
---|
public CtProfissionalExecutante()
Method Detail |
---|
public java.lang.String getNomeExecutante()
String
public void setNomeExecutante(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 getCodigoCBOS()
String
public void setCodigoCBOS(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 |