br.gov.ans.padroes.tiss.schemas.v20103
Class CtDadosPagamento.LoteOdonto
java.lang.Object
br.gov.ans.padroes.tiss.schemas.v20103.CtLoteOdonto
br.gov.ans.padroes.tiss.schemas.v20103.CtDadosPagamento.LoteOdonto
- Enclosing class:
- CtDadosPagamento
public static class CtDadosPagamento.LoteOdonto
- extends CtLoteOdonto
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_loteOdonto">
<sequence>
<element name="totalGeralLote" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_totalDemoOdonto"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
totalGeralLote
protected CtTotalDemoOdonto totalGeralLote
CtDadosPagamento.LoteOdonto
public CtDadosPagamento.LoteOdonto()
getTotalGeralLote
public CtTotalDemoOdonto getTotalGeralLote()
- Gets the value of the totalGeralLote property.
- Returns:
- possible object is
CtTotalDemoOdonto
setTotalGeralLote
public void setTotalGeralLote(CtTotalDemoOdonto value)
- Sets the value of the totalGeralLote property.
- Parameters:
value - allowed object is
CtTotalDemoOdonto