|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtDetalheProtocolo
public class CtDetalheProtocolo
Java class for ct_detalheProtocolo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_detalheProtocolo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="numeroProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_protocolo"/> <element name="valorProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> <element name="codigoGlosaProtocolo" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="motivoGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_motivoGlosa" maxOccurs="unbounded"/> <element name="valorGlosaProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="guias"> <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 |
CtDetalheProtocolo.CodigoGlosaProtocolo
Java class for anonymous complex type. |
static class |
CtDetalheProtocolo.Guias
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected CtDetalheProtocolo.CodigoGlosaProtocolo |
codigoGlosaProtocolo
|
protected CtDetalheProtocolo.Guias |
guias
|
protected java.lang.String |
numeroProtocolo
|
protected java.math.BigDecimal |
valorProtocolo
|
Constructor Summary | |
---|---|
CtDetalheProtocolo()
|
Method Summary | |
---|---|
CtDetalheProtocolo.CodigoGlosaProtocolo |
getCodigoGlosaProtocolo()
Gets the value of the codigoGlosaProtocolo property. |
CtDetalheProtocolo.Guias |
getGuias()
Gets the value of the guias property. |
java.lang.String |
getNumeroProtocolo()
Gets the value of the numeroProtocolo property. |
java.math.BigDecimal |
getValorProtocolo()
Gets the value of the valorProtocolo property. |
void |
setCodigoGlosaProtocolo(CtDetalheProtocolo.CodigoGlosaProtocolo value)
Sets the value of the codigoGlosaProtocolo property. |
void |
setGuias(CtDetalheProtocolo.Guias value)
Sets the value of the guias property. |
void |
setNumeroProtocolo(java.lang.String value)
Sets the value of the numeroProtocolo 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 numeroProtocolo
protected java.math.BigDecimal valorProtocolo
protected CtDetalheProtocolo.CodigoGlosaProtocolo codigoGlosaProtocolo
protected CtDetalheProtocolo.Guias guias
Constructor Detail |
---|
public CtDetalheProtocolo()
Method Detail |
---|
public java.lang.String getNumeroProtocolo()
String
public void setNumeroProtocolo(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getValorProtocolo()
BigDecimal
public void setValorProtocolo(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public CtDetalheProtocolo.CodigoGlosaProtocolo getCodigoGlosaProtocolo()
CtDetalheProtocolo.CodigoGlosaProtocolo
public void setCodigoGlosaProtocolo(CtDetalheProtocolo.CodigoGlosaProtocolo value)
value
- allowed object is
CtDetalheProtocolo.CodigoGlosaProtocolo
public CtDetalheProtocolo.Guias getGuias()
CtDetalheProtocolo.Guias
public void setGuias(CtDetalheProtocolo.Guias value)
value
- allowed object is
CtDetalheProtocolo.Guias
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |