Package org.coderic.ws.sunat.wsdl
Class VerificaCPEarchivoResponse
java.lang.Object
org.coderic.ws.sunat.wsdl.VerificaCPEarchivoResponse
Java class for verificaCPEarchivoResponse complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="verificaCPEarchivoResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="archivoverificado" 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 archivoverificado property.voidSets the value of the archivoverificado property.
-
Constructor Details
-
VerificaCPEarchivoResponse
public VerificaCPEarchivoResponse()
-
-
Method Details
-
getArchivoverificado
Gets the value of the archivoverificado property.- Returns:
- possible object is
StatusResponse
-
setArchivoverificado
Sets the value of the archivoverificado property.- Parameters:
value- allowed object isStatusResponse
-