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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.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/v20201}st_dente"/>
         <element name="regiao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_regiao"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String dente
           
protected  StRegiao regiao
           
 
Constructor Summary
CtDenteRegiao()
           
 
Method Summary
 java.lang.String getDente()
          Gets the value of the dente property.
 StRegiao getRegiao()
          Gets the value of the regiao property.
 void setDente(java.lang.String value)
          Sets the value of the dente property.
 void setRegiao(StRegiao 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.lang.String dente

regiao

protected StRegiao regiao
Constructor Detail

CtDenteRegiao

public CtDenteRegiao()
Method Detail

getDente

public java.lang.String getDente()
Gets the value of the dente property.

Returns:
possible object is String

setDente

public void setDente(java.lang.String value)
Sets the value of the dente property.

Parameters:
value - allowed object is String

getRegiao

public StRegiao getRegiao()
Gets the value of the regiao property.

Returns:
possible object is StRegiao

setRegiao

public void setRegiao(StRegiao value)
Sets the value of the regiao property.

Parameters:
value - allowed object is StRegiao