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

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

public static class CtIdentificacaoFontePagadora.OperadoraRegulada
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="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_registroANS"/>
         <element name="CNPJ" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CNPJ"/>
         <element name="nomeOperadora" 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 nomeOperadora
           
protected  java.lang.String registroANS
           
 
Constructor Summary
CtIdentificacaoFontePagadora.OperadoraRegulada()
           
 
Method Summary
 java.lang.String getCNPJ()
          Gets the value of the cnpj property.
 java.lang.String getNomeOperadora()
          Gets the value of the nomeOperadora property.
 java.lang.String getRegistroANS()
          Gets the value of the registroANS property.
 void setCNPJ(java.lang.String value)
          Sets the value of the cnpj property.
 void setNomeOperadora(java.lang.String value)
          Sets the value of the nomeOperadora property.
 void setRegistroANS(java.lang.String value)
          Sets the value of the registroANS property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registroANS

protected java.lang.String registroANS

cnpj

protected java.lang.String cnpj

nomeOperadora

protected java.lang.String nomeOperadora
Constructor Detail

CtIdentificacaoFontePagadora.OperadoraRegulada

public CtIdentificacaoFontePagadora.OperadoraRegulada()
Method Detail

getRegistroANS

public java.lang.String getRegistroANS()
Gets the value of the registroANS property.

Returns:
possible object is String

setRegistroANS

public void setRegistroANS(java.lang.String value)
Sets the value of the registroANS property.

Parameters:
value - allowed object is String

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

getNomeOperadora

public java.lang.String getNomeOperadora()
Gets the value of the nomeOperadora property.

Returns:
possible object is String

setNomeOperadora

public void setNomeOperadora(java.lang.String value)
Sets the value of the nomeOperadora property.

Parameters:
value - allowed object is String