Class GetStatusCdr

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

public class GetStatusCdr extends Object

Java class for getStatusCdr complex type

.

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


 <complexType name="getStatusCdr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rucComprobante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tipoComprobante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="serieComprobante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="numeroComprobante" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • GetStatusCdr

      public GetStatusCdr()
  • Method Details

    • getRucComprobante

      public String getRucComprobante()
      Gets the value of the rucComprobante property.
      Returns:
      possible object is String
    • setRucComprobante

      public void setRucComprobante(String value)
      Sets the value of the rucComprobante property.
      Parameters:
      value - allowed object is String
    • getTipoComprobante

      public String getTipoComprobante()
      Gets the value of the tipoComprobante property.
      Returns:
      possible object is String
    • setTipoComprobante

      public void setTipoComprobante(String value)
      Sets the value of the tipoComprobante property.
      Parameters:
      value - allowed object is String
    • getSerieComprobante

      public String getSerieComprobante()
      Gets the value of the serieComprobante property.
      Returns:
      possible object is String
    • setSerieComprobante

      public void setSerieComprobante(String value)
      Sets the value of the serieComprobante property.
      Parameters:
      value - allowed object is String
    • getNumeroComprobante

      public Integer getNumeroComprobante()
      Gets the value of the numeroComprobante property.
      Returns:
      possible object is Integer
    • setNumeroComprobante

      public void setNumeroComprobante(Integer value)
      Sets the value of the numeroComprobante property.
      Parameters:
      value - allowed object is Integer