Class ValidaCDPcriterios

java.lang.Object
org.coderic.ws.sunat.wsdl.ValidaCDPcriterios

public class ValidaCDPcriterios extends Object

Java class for validaCDPcriterios complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="validaCDPcriterios">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rucEmisor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tipoCDP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="serieCDP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="numeroCDP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tipoDocIdReceptor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="numeroDocIdReceptor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fechaEmision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="importeTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="nroAutorizacion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ValidaCDPcriterios

      public ValidaCDPcriterios()
  • Method Details

    • getRucEmisor

      public String getRucEmisor()
      Gets the value of the rucEmisor property.
      Returns:
      possible object is String
    • setRucEmisor

      public void setRucEmisor(String value)
      Sets the value of the rucEmisor property.
      Parameters:
      value - allowed object is String
    • getTipoCDP

      public String getTipoCDP()
      Gets the value of the tipoCDP property.
      Returns:
      possible object is String
    • setTipoCDP

      public void setTipoCDP(String value)
      Sets the value of the tipoCDP property.
      Parameters:
      value - allowed object is String
    • getSerieCDP

      public String getSerieCDP()
      Gets the value of the serieCDP property.
      Returns:
      possible object is String
    • setSerieCDP

      public void setSerieCDP(String value)
      Sets the value of the serieCDP property.
      Parameters:
      value - allowed object is String
    • getNumeroCDP

      public String getNumeroCDP()
      Gets the value of the numeroCDP property.
      Returns:
      possible object is String
    • setNumeroCDP

      public void setNumeroCDP(String value)
      Sets the value of the numeroCDP property.
      Parameters:
      value - allowed object is String
    • getTipoDocIdReceptor

      public String getTipoDocIdReceptor()
      Gets the value of the tipoDocIdReceptor property.
      Returns:
      possible object is String
    • setTipoDocIdReceptor

      public void setTipoDocIdReceptor(String value)
      Sets the value of the tipoDocIdReceptor property.
      Parameters:
      value - allowed object is String
    • getNumeroDocIdReceptor

      public String getNumeroDocIdReceptor()
      Gets the value of the numeroDocIdReceptor property.
      Returns:
      possible object is String
    • setNumeroDocIdReceptor

      public void setNumeroDocIdReceptor(String value)
      Sets the value of the numeroDocIdReceptor property.
      Parameters:
      value - allowed object is String
    • getFechaEmision

      public String getFechaEmision()
      Gets the value of the fechaEmision property.
      Returns:
      possible object is String
    • setFechaEmision

      public void setFechaEmision(String value)
      Sets the value of the fechaEmision property.
      Parameters:
      value - allowed object is String
    • getImporteTotal

      public Double getImporteTotal()
      Gets the value of the importeTotal property.
      Returns:
      possible object is Double
    • setImporteTotal

      public void setImporteTotal(Double value)
      Sets the value of the importeTotal property.
      Parameters:
      value - allowed object is Double
    • getNroAutorizacion

      public String getNroAutorizacion()
      Gets the value of the nroAutorizacion property.
      Returns:
      possible object is String
    • setNroAutorizacion

      public void setNroAutorizacion(String value)
      Sets the value of the nroAutorizacion property.
      Parameters:
      value - allowed object is String