|
||||||||||
| 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.CtDadosPagamento
public class CtDadosPagamento
Java class for ct_dadosPagamento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_dadosPagamento">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataPagamento" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_data"/>
<element name="loteOdonto" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_loteOdonto">
<sequence>
<element name="totalGeralLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_totalDemoOdonto"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CtDadosPagamento.LoteOdonto
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
dataPagamento
|
protected java.util.List<CtDadosPagamento.LoteOdonto> |
loteOdonto
|
| Constructor Summary | |
|---|---|
CtDadosPagamento()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDataPagamento()
Gets the value of the dataPagamento property. |
java.util.List<CtDadosPagamento.LoteOdonto> |
getLoteOdonto()
Gets the value of the loteOdonto property. |
void |
setDataPagamento(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataPagamento property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.xml.datatype.XMLGregorianCalendar dataPagamento
protected java.util.List<CtDadosPagamento.LoteOdonto> loteOdonto
| Constructor Detail |
|---|
public CtDadosPagamento()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getDataPagamento()
XMLGregorianCalendarpublic void setDataPagamento(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.util.List<CtDadosPagamento.LoteOdonto> getLoteOdonto()
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 loteOdonto property.
For example, to add a new item, do as follows:
getLoteOdonto().add(newItem);
Objects of the following type(s) are allowed in the list
CtDadosPagamento.LoteOdonto
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||