|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtIdentificacaoEquipe.MembroEquipe
public static class CtIdentificacaoEquipe.MembroEquipe
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoPrestador"/> <element name="identificacaoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_profissionalExecutante"/> <element name="cpf" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CPF" minOccurs="0"/> <element name="posicaoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_posicaoProfissao"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CtIdentificacaoPrestador |
codigoProfissional
|
protected java.lang.String |
cpf
|
protected CtProfissionalExecutante |
identificacaoProfissional
|
protected java.math.BigInteger |
posicaoProfissional
|
Constructor Summary | |
---|---|
CtIdentificacaoEquipe.MembroEquipe()
|
Method Summary | |
---|---|
CtIdentificacaoPrestador |
getCodigoProfissional()
Gets the value of the codigoProfissional property. |
java.lang.String |
getCpf()
Gets the value of the cpf property. |
CtProfissionalExecutante |
getIdentificacaoProfissional()
Gets the value of the identificacaoProfissional property. |
java.math.BigInteger |
getPosicaoProfissional()
Gets the value of the posicaoProfissional property. |
void |
setCodigoProfissional(CtIdentificacaoPrestador value)
Sets the value of the codigoProfissional property. |
void |
setCpf(java.lang.String value)
Sets the value of the cpf property. |
void |
setIdentificacaoProfissional(CtProfissionalExecutante value)
Sets the value of the identificacaoProfissional property. |
void |
setPosicaoProfissional(java.math.BigInteger value)
Sets the value of the posicaoProfissional property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CtIdentificacaoPrestador codigoProfissional
protected CtProfissionalExecutante identificacaoProfissional
protected java.lang.String cpf
protected java.math.BigInteger posicaoProfissional
Constructor Detail |
---|
public CtIdentificacaoEquipe.MembroEquipe()
Method Detail |
---|
public CtIdentificacaoPrestador getCodigoProfissional()
CtIdentificacaoPrestador
public void setCodigoProfissional(CtIdentificacaoPrestador value)
value
- allowed object is
CtIdentificacaoPrestador
public CtProfissionalExecutante getIdentificacaoProfissional()
CtProfissionalExecutante
public void setIdentificacaoProfissional(CtProfissionalExecutante value)
value
- allowed object is
CtProfissionalExecutante
public java.lang.String getCpf()
String
public void setCpf(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getPosicaoProfissional()
BigInteger
public void setPosicaoProfissional(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |