br.gov.ans.padroes.tiss.schemas.v20201
Class CtIdentificacaoFontePagadora.EntidadeNaoRegulada

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.CtIdentificacaoFontePagadora.EntidadeNaoRegulada
Enclosing class:
CtIdentificacaoFontePagadora

public static class CtIdentificacaoFontePagadora.EntidadeNaoRegulada
extends java.lang.Object

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="CNPJ" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CNPJ"/>
         <element name="nomeOperadoraEntidade" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_nome"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String cnpj
           
protected  java.lang.String nomeOperadoraEntidade
           
 
Constructor Summary
CtIdentificacaoFontePagadora.EntidadeNaoRegulada()
           
 
Method Summary
 java.lang.String getCNPJ()
          Gets the value of the cnpj property.
 java.lang.String getNomeOperadoraEntidade()
          Gets the value of the nomeOperadoraEntidade property.
 void setCNPJ(java.lang.String value)
          Sets the value of the cnpj property.
 void setNomeOperadoraEntidade(java.lang.String value)
          Sets the value of the nomeOperadoraEntidade property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cnpj

protected java.lang.String cnpj

nomeOperadoraEntidade

protected java.lang.String nomeOperadoraEntidade
Constructor Detail

CtIdentificacaoFontePagadora.EntidadeNaoRegulada

public CtIdentificacaoFontePagadora.EntidadeNaoRegulada()
Method Detail

getCNPJ

public java.lang.String getCNPJ()
Gets the value of the cnpj property.

Returns:
possible object is String

setCNPJ

public void setCNPJ(java.lang.String value)
Sets the value of the cnpj property.

Parameters:
value - allowed object is String

getNomeOperadoraEntidade

public java.lang.String getNomeOperadoraEntidade()
Gets the value of the nomeOperadoraEntidade property.

Returns:
possible object is String

setNomeOperadoraEntidade

public void setNomeOperadoraEntidade(java.lang.String value)
Sets the value of the nomeOperadoraEntidade property.

Parameters:
value - allowed object is String