|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20201.CtIdentificacaoPrestadorExecutante
public class CtIdentificacaoPrestadorExecutante
Java class for ct_identificacaoPrestadorExecutante complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_identificacaoPrestadorExecutante">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="CNPJ" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CNPJ"/>
<element name="CPF" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CPF"/>
<element name="codigoPrestadorNaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_codigoPrestadorNaOperadora"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
cnpj
|
protected java.lang.String |
codigoPrestadorNaOperadora
|
protected java.lang.String |
cpf
|
| Constructor Summary | |
|---|---|
CtIdentificacaoPrestadorExecutante()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCNPJ()
Gets the value of the cnpj property. |
java.lang.String |
getCodigoPrestadorNaOperadora()
Gets the value of the codigoPrestadorNaOperadora property. |
java.lang.String |
getCPF()
Gets the value of the cpf property. |
void |
setCNPJ(java.lang.String value)
Sets the value of the cnpj property. |
void |
setCodigoPrestadorNaOperadora(java.lang.String value)
Sets the value of the codigoPrestadorNaOperadora property. |
void |
setCPF(java.lang.String value)
Sets the value of the cpf 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 cnpj
protected java.lang.String cpf
protected java.lang.String codigoPrestadorNaOperadora
| Constructor Detail |
|---|
public CtIdentificacaoPrestadorExecutante()
| Method Detail |
|---|
public java.lang.String getCNPJ()
Stringpublic void setCNPJ(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCPF()
Stringpublic void setCPF(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodigoPrestadorNaOperadora()
Stringpublic void setCodigoPrestadorNaOperadora(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 | |||||||||