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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtIdentificadorPrestOdontoDemo

public class CtIdentificadorPrestOdontoDemo
extends java.lang.Object

Java class for ct_identificadorPrestOdontoDemo complex type.

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

 <complexType name="ct_identificadorPrestOdontoDemo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="CNPJ" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CNPJ"/>
         <element name="cpf" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CPF"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String cnpj
           
protected  java.lang.String cpf
           
 
Constructor Summary
CtIdentificadorPrestOdontoDemo()
           
 
Method Summary
 java.lang.String getCNPJ()
          Gets the value of the cnpj 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 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

cnpj

protected java.lang.String cnpj

cpf

protected java.lang.String cpf
Constructor Detail

CtIdentificadorPrestOdontoDemo

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

getCpf

public java.lang.String getCpf()
Gets the value of the cpf property.

Returns:
possible object is String

setCpf

public void setCpf(java.lang.String value)
Sets the value of the cpf property.

Parameters:
value - allowed object is String