Package org.coderic.ws.sunat.wsdl
Class ValidaCDPcriteriosResponse
java.lang.Object
org.coderic.ws.sunat.wsdl.ValidaCDPcriteriosResponse
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdpvalidado property.voidsetCdpvalidado(StatusResponse value) Sets the value of the cdpvalidado property.
-
Constructor Details
-
ValidaCDPcriteriosResponse
public ValidaCDPcriteriosResponse()
-
-
Method Details
-
getCdpvalidado
Gets the value of the cdpvalidado property.- Returns:
- possible object is
StatusResponse
-
setCdpvalidado
Sets the value of the cdpvalidado property.- Parameters:
value- allowed object isStatusResponse
-