|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20201.CtLoteOdonto
public class CtLoteOdonto
Java class for ct_loteOdonto complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_loteOdonto">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numeroLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao12" minOccurs="0"/>
<element name="detalheGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_detalheGuiaOdonto" maxOccurs="unbounded"/>
<element name="valorTotalLiberadoLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
<element name="valorTotalProcessadoLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
<element name="valorTotalGlosaLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<CtDetalheGuiaOdonto> |
detalheGuia
|
protected java.lang.String |
numeroLote
|
protected java.math.BigDecimal |
valorTotalGlosaLote
|
protected java.math.BigDecimal |
valorTotalLiberadoLote
|
protected java.math.BigDecimal |
valorTotalProcessadoLote
|
| Constructor Summary | |
|---|---|
CtLoteOdonto()
|
|
| Method Summary | |
|---|---|
java.util.List<CtDetalheGuiaOdonto> |
getDetalheGuia()
Gets the value of the detalheGuia property. |
java.lang.String |
getNumeroLote()
Gets the value of the numeroLote property. |
java.math.BigDecimal |
getValorTotalGlosaLote()
Gets the value of the valorTotalGlosaLote property. |
java.math.BigDecimal |
getValorTotalLiberadoLote()
Gets the value of the valorTotalLiberadoLote property. |
java.math.BigDecimal |
getValorTotalProcessadoLote()
Gets the value of the valorTotalProcessadoLote property. |
void |
setNumeroLote(java.lang.String value)
Sets the value of the numeroLote property. |
void |
setValorTotalGlosaLote(java.math.BigDecimal value)
Sets the value of the valorTotalGlosaLote property. |
void |
setValorTotalLiberadoLote(java.math.BigDecimal value)
Sets the value of the valorTotalLiberadoLote property. |
void |
setValorTotalProcessadoLote(java.math.BigDecimal value)
Sets the value of the valorTotalProcessadoLote 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 numeroLote
protected java.util.List<CtDetalheGuiaOdonto> detalheGuia
protected java.math.BigDecimal valorTotalLiberadoLote
protected java.math.BigDecimal valorTotalProcessadoLote
protected java.math.BigDecimal valorTotalGlosaLote
| Constructor Detail |
|---|
public CtLoteOdonto()
| Method Detail |
|---|
public java.lang.String getNumeroLote()
Stringpublic void setNumeroLote(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<CtDetalheGuiaOdonto> getDetalheGuia()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the detalheGuia property.
For example, to add a new item, do as follows:
getDetalheGuia().add(newItem);
Objects of the following type(s) are allowed in the list
CtDetalheGuiaOdonto
public java.math.BigDecimal getValorTotalLiberadoLote()
BigDecimalpublic void setValorTotalLiberadoLote(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getValorTotalProcessadoLote()
BigDecimalpublic void setValorTotalProcessadoLote(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getValorTotalGlosaLote()
BigDecimalpublic void setValorTotalGlosaLote(java.math.BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||