|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtExecutanteComplementar
public class CtExecutanteComplementar
Java class for ct_executanteComplementar complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_executanteComplementar"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProfissionalCompl" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoPrestador"/> <element name="nomeProfissionalCompl" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CtIdentificacaoPrestador |
codigoProfissionalCompl
|
protected java.lang.String |
nomeProfissionalCompl
|
Constructor Summary | |
---|---|
CtExecutanteComplementar()
|
Method Summary | |
---|---|
CtIdentificacaoPrestador |
getCodigoProfissionalCompl()
Gets the value of the codigoProfissionalCompl property. |
java.lang.String |
getNomeProfissionalCompl()
Gets the value of the nomeProfissionalCompl property. |
void |
setCodigoProfissionalCompl(CtIdentificacaoPrestador value)
Sets the value of the codigoProfissionalCompl property. |
void |
setNomeProfissionalCompl(java.lang.String value)
Sets the value of the nomeProfissionalCompl property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CtIdentificacaoPrestador codigoProfissionalCompl
protected java.lang.String nomeProfissionalCompl
Constructor Detail |
---|
public CtExecutanteComplementar()
Method Detail |
---|
public CtIdentificacaoPrestador getCodigoProfissionalCompl()
CtIdentificacaoPrestador
public void setCodigoProfissionalCompl(CtIdentificacaoPrestador value)
value
- allowed object is
CtIdentificacaoPrestador
public java.lang.String getNomeProfissionalCompl()
String
public void setNomeProfissionalCompl(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 |