|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtGuias.GuiaFaturamento
public static class CtGuias.GuiaFaturamento
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="guiaConsulta" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaConsulta" maxOccurs="unbounded" minOccurs="0"/> <element name="guiaSP_SADT" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaSP_SADT" maxOccurs="unbounded" minOccurs="0"/> <element name="guiaResumoInternacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaResumoInternacao" maxOccurs="unbounded" minOccurs="0"/> <element name="guiaHonorarioIndividual" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaHonorarioIndividual" maxOccurs="unbounded" minOccurs="0"/> <element name="guiaOdontologia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaOdontologia" maxOccurs="unbounded" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<CtGuiaConsulta> |
guiaConsulta
|
protected java.util.List<CtGuiaHonorarioIndividual> |
guiaHonorarioIndividual
|
protected java.util.List<CtGuiaOdontologia> |
guiaOdontologia
|
protected java.util.List<CtGuiaResumoInternacao> |
guiaResumoInternacao
|
protected java.util.List<CtGuiaSPSADT> |
guiaSPSADT
|
Constructor Summary | |
---|---|
CtGuias.GuiaFaturamento()
|
Method Summary | |
---|---|
java.util.List<CtGuiaConsulta> |
getGuiaConsulta()
Gets the value of the guiaConsulta property. |
java.util.List<CtGuiaHonorarioIndividual> |
getGuiaHonorarioIndividual()
Gets the value of the guiaHonorarioIndividual property. |
java.util.List<CtGuiaOdontologia> |
getGuiaOdontologia()
Gets the value of the guiaOdontologia property. |
java.util.List<CtGuiaResumoInternacao> |
getGuiaResumoInternacao()
Gets the value of the guiaResumoInternacao property. |
java.util.List<CtGuiaSPSADT> |
getGuiaSPSADT()
Gets the value of the guiaSPSADT 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<CtGuiaConsulta> guiaConsulta
protected java.util.List<CtGuiaSPSADT> guiaSPSADT
protected java.util.List<CtGuiaResumoInternacao> guiaResumoInternacao
protected java.util.List<CtGuiaHonorarioIndividual> guiaHonorarioIndividual
protected java.util.List<CtGuiaOdontologia> guiaOdontologia
Constructor Detail |
---|
public CtGuias.GuiaFaturamento()
Method Detail |
---|
public java.util.List<CtGuiaConsulta> getGuiaConsulta()
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 guiaConsulta property.
For example, to add a new item, do as follows:
getGuiaConsulta().add(newItem);
Objects of the following type(s) are allowed in the list
CtGuiaConsulta
public java.util.List<CtGuiaSPSADT> getGuiaSPSADT()
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 guiaSPSADT property.
For example, to add a new item, do as follows:
getGuiaSPSADT().add(newItem);
Objects of the following type(s) are allowed in the list
CtGuiaSPSADT
public java.util.List<CtGuiaResumoInternacao> getGuiaResumoInternacao()
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 guiaResumoInternacao property.
For example, to add a new item, do as follows:
getGuiaResumoInternacao().add(newItem);
Objects of the following type(s) are allowed in the list
CtGuiaResumoInternacao
public java.util.List<CtGuiaHonorarioIndividual> getGuiaHonorarioIndividual()
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 guiaHonorarioIndividual property.
For example, to add a new item, do as follows:
getGuiaHonorarioIndividual().add(newItem);
Objects of the following type(s) are allowed in the list
CtGuiaHonorarioIndividual
public java.util.List<CtGuiaOdontologia> getGuiaOdontologia()
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 guiaOdontologia property.
For example, to add a new item, do as follows:
getGuiaOdontologia().add(newItem);
Objects of the following type(s) are allowed in the list
CtGuiaOdontologia
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |