|
||||||||||
| 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.CtStatusLote.Guias
public static class CtStatusLote.Guias
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="detalheguiaMedica" maxOccurs="100" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identificacaoGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_cabecalhoGuia"/>
<element name="procedimentosAnalisados">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_itemSolicitacao" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="detalheguiaOdonto" maxOccurs="100" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identificacaoGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_cabecalhoGuia"/>
<element name="procedimentosAnalisados">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_itemSolicitacaoOdonto" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CtStatusLote.Guias.DetalheguiaMedica
Java class for anonymous complex type. |
static class |
CtStatusLote.Guias.DetalheguiaOdonto
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.util.List<CtStatusLote.Guias.DetalheguiaMedica> |
detalheguiaMedica
|
protected java.util.List<CtStatusLote.Guias.DetalheguiaOdonto> |
detalheguiaOdonto
|
| Constructor Summary | |
|---|---|
CtStatusLote.Guias()
|
|
| Method Summary | |
|---|---|
java.util.List<CtStatusLote.Guias.DetalheguiaMedica> |
getDetalheguiaMedica()
Gets the value of the detalheguiaMedica property. |
java.util.List<CtStatusLote.Guias.DetalheguiaOdonto> |
getDetalheguiaOdonto()
Gets the value of the detalheguiaOdonto 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<CtStatusLote.Guias.DetalheguiaMedica> detalheguiaMedica
protected java.util.List<CtStatusLote.Guias.DetalheguiaOdonto> detalheguiaOdonto
| Constructor Detail |
|---|
public CtStatusLote.Guias()
| Method Detail |
|---|
public java.util.List<CtStatusLote.Guias.DetalheguiaMedica> getDetalheguiaMedica()
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 detalheguiaMedica property.
For example, to add a new item, do as follows:
getDetalheguiaMedica().add(newItem);
Objects of the following type(s) are allowed in the list
CtStatusLote.Guias.DetalheguiaMedica
public java.util.List<CtStatusLote.Guias.DetalheguiaOdonto> getDetalheguiaOdonto()
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 detalheguiaOdonto property.
For example, to add a new item, do as follows:
getDetalheguiaOdonto().add(newItem);
Objects of the following type(s) are allowed in the list
CtStatusLote.Guias.DetalheguiaOdonto
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||