br.gov.ans.padroes.tiss.schemas
Class CtIdentificacaoOperadora

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtIdentificacaoOperadora
Direct Known Subclasses:
CtDemonstrativoOdontologia.IdentificacaoOperadora

public class CtIdentificacaoOperadora
extends java.lang.Object

Java class for ct_identificacaoOperadora complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ct_identificacaoOperadora">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_registroANS"/>
         <element name="nomeOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome"/>
         <element name="CNPJ" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CNPJ"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String cnpj
           
protected  java.lang.String nomeOperadora
           
protected  java.lang.String registroANS
           
 
Constructor Summary
CtIdentificacaoOperadora()
           
 
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

nomeOperadora

protected java.lang.String nomeOperadora

cnpj

protected java.lang.String cnpj
Constructor Detail

CtIdentificacaoOperadora

public CtIdentificacaoOperadora()
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

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

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