|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.tiss.ws.tipos.tisssolicitacaoprocedimento.WsSolicitacaoProcedimento.SolicitacaoProcedimento
public static class WsSolicitacaoProcedimento.SolicitacaoProcedimento
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="guiaSolicInternacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaSolicInternacao" maxOccurs="unbounded" minOccurs="0"/> <element name="guiaSolicitacaoSADT" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaSolicitacaoSP_SADT" maxOccurs="unbounded" minOccurs="0"/> <element name="guiaSolicitacaoOdontologia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaSolicitacaoOdonto" maxOccurs="unbounded" minOccurs="0"/> <element name="guiaSolicitacaoProrrogacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaSolicitacaoProrrogacao" maxOccurs="unbounded" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<CtGuiaSolicInternacao> |
guiaSolicInternacao
|
protected java.util.List<CtGuiaSolicitacaoOdonto> |
guiaSolicitacaoOdontologia
|
protected java.util.List<CtGuiaSolicitacaoProrrogacao> |
guiaSolicitacaoProrrogacao
|
protected java.util.List<CtGuiaSolicitacaoSPSADT> |
guiaSolicitacaoSADT
|
Constructor Summary | |
---|---|
WsSolicitacaoProcedimento.SolicitacaoProcedimento()
|
Method Summary | |
---|---|
java.util.List<CtGuiaSolicInternacao> |
getGuiaSolicInternacao()
Gets the value of the guiaSolicInternacao property. |
java.util.List<CtGuiaSolicitacaoOdonto> |
getGuiaSolicitacaoOdontologia()
Gets the value of the guiaSolicitacaoOdontologia property. |
java.util.List<CtGuiaSolicitacaoProrrogacao> |
getGuiaSolicitacaoProrrogacao()
Gets the value of the guiaSolicitacaoProrrogacao property. |
java.util.List<CtGuiaSolicitacaoSPSADT> |
getGuiaSolicitacaoSADT()
Gets the value of the guiaSolicitacaoSADT 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<CtGuiaSolicInternacao> guiaSolicInternacao
protected java.util.List<CtGuiaSolicitacaoSPSADT> guiaSolicitacaoSADT
protected java.util.List<CtGuiaSolicitacaoOdonto> guiaSolicitacaoOdontologia
protected java.util.List<CtGuiaSolicitacaoProrrogacao> guiaSolicitacaoProrrogacao
Constructor Detail |
---|
public WsSolicitacaoProcedimento.SolicitacaoProcedimento()
Method Detail |
---|
public java.util.List<CtGuiaSolicInternacao> getGuiaSolicInternacao()
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 guiaSolicInternacao property.
For example, to add a new item, do as follows:
getGuiaSolicInternacao().add(newItem);
Objects of the following type(s) are allowed in the list
CtGuiaSolicInternacao
public java.util.List<CtGuiaSolicitacaoSPSADT> getGuiaSolicitacaoSADT()
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 guiaSolicitacaoSADT property.
For example, to add a new item, do as follows:
getGuiaSolicitacaoSADT().add(newItem);
Objects of the following type(s) are allowed in the list
CtGuiaSolicitacaoSPSADT
public java.util.List<CtGuiaSolicitacaoOdonto> getGuiaSolicitacaoOdontologia()
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 guiaSolicitacaoOdontologia property.
For example, to add a new item, do as follows:
getGuiaSolicitacaoOdontologia().add(newItem);
Objects of the following type(s) are allowed in the list
CtGuiaSolicitacaoOdonto
public java.util.List<CtGuiaSolicitacaoProrrogacao> getGuiaSolicitacaoProrrogacao()
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 guiaSolicitacaoProrrogacao property.
For example, to add a new item, do as follows:
getGuiaSolicitacaoProrrogacao().add(newItem);
Objects of the following type(s) are allowed in the list
CtGuiaSolicitacaoProrrogacao
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |