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

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

public class CtDenteRegiao
extends java.lang.Object

Java class for ct_denteRegiao complex type.

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

 <complexType name="ct_denteRegiao">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="dente" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_dente"/>
         <element name="regiao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_regiao"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger dente
           
protected  java.lang.String regiao
           
 
Constructor Summary
CtDenteRegiao()
           
 
Method Summary
 java.math.BigInteger getDente()
          Gets the value of the dente property.
 java.lang.String getRegiao()
          Gets the value of the regiao property.
 void setDente(java.math.BigInteger value)
          Sets the value of the dente property.
 void setRegiao(java.lang.String value)
          Sets the value of the regiao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dente

protected java.math.BigInteger dente

regiao

protected java.lang.String regiao
Constructor Detail

CtDenteRegiao

public CtDenteRegiao()
Method Detail

getDente

public java.math.BigInteger getDente()
Gets the value of the dente property.

Returns:
possible object is BigInteger

setDente

public void setDente(java.math.BigInteger value)
Sets the value of the dente property.

Parameters:
value - allowed object is BigInteger

getRegiao

public java.lang.String getRegiao()
Gets the value of the regiao property.

Returns:
possible object is String

setRegiao

public void setRegiao(java.lang.String value)
Sets the value of the regiao property.

Parameters:
value - allowed object is String