|
||||||||||
| 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.CtDadosGuia.Procedimentos
public static class CtDadosGuia.Procedimentos
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="dadosProcedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_dadosProcedimento" maxOccurs="unbounded"/>
<element name="dadosProcedimentoOdonto" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_procedimentoOdontoRealizado" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<CtDadosProcedimento> |
dadosProcedimento
|
protected java.util.List<CtProcedimentoOdontoRealizado> |
dadosProcedimentoOdonto
|
| Constructor Summary | |
|---|---|
CtDadosGuia.Procedimentos()
|
|
| Method Summary | |
|---|---|
java.util.List<CtDadosProcedimento> |
getDadosProcedimento()
Gets the value of the dadosProcedimento property. |
java.util.List<CtProcedimentoOdontoRealizado> |
getDadosProcedimentoOdonto()
Gets the value of the dadosProcedimentoOdonto property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<CtDadosProcedimento> dadosProcedimento
protected java.util.List<CtProcedimentoOdontoRealizado> dadosProcedimentoOdonto
| Constructor Detail |
|---|
public CtDadosGuia.Procedimentos()
| Method Detail |
|---|
public java.util.List<CtDadosProcedimento> getDadosProcedimento()
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 dadosProcedimento property.
For example, to add a new item, do as follows:
getDadosProcedimento().add(newItem);
Objects of the following type(s) are allowed in the list
CtDadosProcedimento
public java.util.List<CtProcedimentoOdontoRealizado> getDadosProcedimentoOdonto()
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 dadosProcedimentoOdonto property.
For example, to add a new item, do as follows:
getDadosProcedimentoOdonto().add(newItem);
Objects of the following type(s) are allowed in the list
CtProcedimentoOdontoRealizado
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||