|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="20"/> </restriction> </simpleType> </element> <element name="dataEnvioLote" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="numeroProtocolo"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="12"/> </restriction> </simpleType> </element> <element name="valorProtocolo" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="valorGlosaProtocolo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="codigoGlosaProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas}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}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 javax.xml.datatype.XMLGregorianCalendar |
dataEnvioLote
|
protected CtDadosLote.Guia |
guia
|
protected java.lang.String |
numeroLote
|
protected java.lang.String |
numeroProtocolo
|
protected java.lang.Double |
valorGlosaProtocolo
|
protected double |
valorProtocolo
|
Constructor Summary | |
---|---|
CtDadosLote()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getCodigoGlosaProtocolo()
Gets the value of the codigoGlosaProtocolo property. |
javax.xml.datatype.XMLGregorianCalendar |
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.lang.Double |
getValorGlosaProtocolo()
Gets the value of the valorGlosaProtocolo property. |
double |
getValorProtocolo()
Gets the value of the valorProtocolo property. |
void |
setDataEnvioLote(javax.xml.datatype.XMLGregorianCalendar 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.lang.Double value)
Sets the value of the valorGlosaProtocolo property. |
void |
setValorProtocolo(double 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 javax.xml.datatype.XMLGregorianCalendar dataEnvioLote
protected java.lang.String numeroProtocolo
protected double valorProtocolo
protected java.lang.Double valorGlosaProtocolo
protected java.util.List<java.lang.String> codigoGlosaProtocolo
protected CtDadosLote.Guia guia
Constructor Detail |
---|
public CtDadosLote()
Method Detail |
---|
public java.lang.String getNumeroLote()
String
public void setNumeroLote(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDataEnvioLote()
XMLGregorianCalendar
public void setDataEnvioLote(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getNumeroProtocolo()
String
public void setNumeroProtocolo(java.lang.String value)
value
- allowed object is
String
public double getValorProtocolo()
public void setValorProtocolo(double value)
public java.lang.Double getValorGlosaProtocolo()
Double
public void setValorGlosaProtocolo(java.lang.Double value)
value
- allowed object is
Double
public 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.Guia
public 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 |