|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20103.CtDenteRegiao
public class CtDenteRegiao
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.v20103}st_dente"/>
<element name="regiao" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}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 |
|---|
protected java.lang.String dente
protected StRegiao regiao
| Constructor Detail |
|---|
public CtDenteRegiao()
| Method Detail |
|---|
public java.lang.String getDente()
Stringpublic void setDente(java.lang.String value)
value - allowed object is
Stringpublic StRegiao getRegiao()
StRegiaopublic void setRegiao(StRegiao value)
value - allowed object is
StRegiao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||