br.gov.ans.padroes.tiss.schemas
Class CtDetalheProtocolo

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtDetalheProtocolo

public class CtDetalheProtocolo
extends java.lang.Object

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

numeroProtocolo

protected java.lang.String numeroProtocolo

valorProtocolo

protected java.math.BigDecimal valorProtocolo

codigoGlosaProtocolo

protected CtDetalheProtocolo.CodigoGlosaProtocolo codigoGlosaProtocolo

guias

protected CtDetalheProtocolo.Guias guias
Constructor Detail

CtDetalheProtocolo

public CtDetalheProtocolo()
Method Detail

getNumeroProtocolo

public java.lang.String getNumeroProtocolo()
Gets the value of the numeroProtocolo property.

Returns:
possible object is String

setNumeroProtocolo

public void setNumeroProtocolo(java.lang.String value)
Sets the value of the numeroProtocolo property.

Parameters:
value - allowed object is String

getValorProtocolo

public java.math.BigDecimal getValorProtocolo()
Gets the value of the valorProtocolo property.

Returns:
possible object is BigDecimal

setValorProtocolo

public void setValorProtocolo(java.math.BigDecimal value)
Sets the value of the valorProtocolo property.

Parameters:
value - allowed object is BigDecimal

getCodigoGlosaProtocolo

public CtDetalheProtocolo.CodigoGlosaProtocolo getCodigoGlosaProtocolo()
Gets the value of the codigoGlosaProtocolo property.

Returns:
possible object is CtDetalheProtocolo.CodigoGlosaProtocolo

setCodigoGlosaProtocolo

public void setCodigoGlosaProtocolo(CtDetalheProtocolo.CodigoGlosaProtocolo value)
Sets the value of the codigoGlosaProtocolo property.

Parameters:
value - allowed object is CtDetalheProtocolo.CodigoGlosaProtocolo

getGuias

public CtDetalheProtocolo.Guias getGuias()
Gets the value of the guias property.

Returns:
possible object is CtDetalheProtocolo.Guias

setGuias

public void setGuias(CtDetalheProtocolo.Guias value)
Sets the value of the guias property.

Parameters:
value - allowed object is CtDetalheProtocolo.Guias