Class ValidaCDPcriteriosResponse

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

public class ValidaCDPcriteriosResponse extends Object

Java class for validaCDPcriteriosResponse complex type

.

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


 <complexType name="validaCDPcriteriosResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cdpvalidado" type="{http://service.sunat.gob.pe}statusResponse" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ValidaCDPcriteriosResponse

      public ValidaCDPcriteriosResponse()
  • Method Details

    • getCdpvalidado

      public StatusResponse getCdpvalidado()
      Gets the value of the cdpvalidado property.
      Returns:
      possible object is StatusResponse
    • setCdpvalidado

      public void setCdpvalidado(StatusResponse value)
      Sets the value of the cdpvalidado property.
      Parameters:
      value - allowed object is StatusResponse