|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20103.CtDadosLote
public class CtDadosLote
Java class for ct_dadosLote complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_dadosLote">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numeroLote" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_descricao12"/>
<element name="dataEnvioLote" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_data"/>
<element name="numeroProtocolo" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_protocolo"/>
<element name="valorProtocolo" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario"/>
<element name="valorGlosaProtocolo" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
<element name="codigoGlosaProtocolo" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_tipoGlosa" maxOccurs="unbounded" minOccurs="0"/>
<element name="guia">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dadosGuia" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_dadosGuia" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CtDadosLote.Guia
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
codigoGlosaProtocolo
|
protected java.lang.String |
dataEnvioLote
|
protected CtDadosLote.Guia |
guia
|
protected java.lang.String |
numeroLote
|
protected java.lang.String |
numeroProtocolo
|
protected java.math.BigDecimal |
valorGlosaProtocolo
|
protected java.math.BigDecimal |
valorProtocolo
|
| Constructor Summary | |
|---|---|
CtDadosLote()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getCodigoGlosaProtocolo()
Gets the value of the codigoGlosaProtocolo property. |
java.lang.String |
getDataEnvioLote()
Gets the value of the dataEnvioLote property. |
CtDadosLote.Guia |
getGuia()
Gets the value of the guia property. |
java.lang.String |
getNumeroLote()
Gets the value of the numeroLote property. |
java.lang.String |
getNumeroProtocolo()
Gets the value of the numeroProtocolo property. |
java.math.BigDecimal |
getValorGlosaProtocolo()
Gets the value of the valorGlosaProtocolo property. |
java.math.BigDecimal |
getValorProtocolo()
Gets the value of the valorProtocolo property. |
void |
setDataEnvioLote(java.lang.String value)
Sets the value of the dataEnvioLote property. |
void |
setGuia(CtDadosLote.Guia value)
Sets the value of the guia property. |
void |
setNumeroLote(java.lang.String value)
Sets the value of the numeroLote property. |
void |
setNumeroProtocolo(java.lang.String value)
Sets the value of the numeroProtocolo property. |
void |
setValorGlosaProtocolo(java.math.BigDecimal value)
Sets the value of the valorGlosaProtocolo property. |
void |
setValorProtocolo(java.math.BigDecimal value)
Sets the value of the valorProtocolo property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String numeroLote
protected java.lang.String dataEnvioLote
protected java.lang.String numeroProtocolo
protected java.math.BigDecimal valorProtocolo
protected java.math.BigDecimal valorGlosaProtocolo
protected java.util.List<java.lang.String> codigoGlosaProtocolo
protected CtDadosLote.Guia guia
| Constructor Detail |
|---|
public CtDadosLote()
| Method Detail |
|---|
public java.lang.String getNumeroLote()
Stringpublic void setNumeroLote(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataEnvioLote()
Stringpublic void setDataEnvioLote(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumeroProtocolo()
Stringpublic void setNumeroProtocolo(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getValorProtocolo()
BigDecimalpublic void setValorProtocolo(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getValorGlosaProtocolo()
BigDecimalpublic void setValorGlosaProtocolo(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.util.List<java.lang.String> getCodigoGlosaProtocolo()
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 codigoGlosaProtocolo property.
For example, to add a new item, do as follows:
getCodigoGlosaProtocolo().add(newItem);
Objects of the following type(s) are allowed in the list
String
public CtDadosLote.Guia getGuia()
CtDadosLote.Guiapublic void setGuia(CtDadosLote.Guia value)
value - allowed object is
CtDadosLote.Guia
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||