|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}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 |
---|
protected java.math.BigInteger dente
protected java.lang.String regiao
Constructor Detail |
---|
public CtDenteRegiao()
Method Detail |
---|
public java.math.BigInteger getDente()
BigInteger
public void setDente(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getRegiao()
String
public void setRegiao(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |