Package org.coderic.ws.sunat.wsdl
Class VerificaCPEarchivo
java.lang.Object
org.coderic.ws.sunat.wsdl.VerificaCPEarchivo
Java class for verificaCPEarchivo complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="verificaCPEarchivo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nombre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="archivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the archivo property.Gets the value of the nombre property.voidsetArchivo(String value) Sets the value of the archivo property.voidSets the value of the nombre property.
-
Constructor Details
-
VerificaCPEarchivo
public VerificaCPEarchivo()
-
-
Method Details
-
getNombre
Gets the value of the nombre property.- Returns:
- possible object is
String
-
setNombre
Sets the value of the nombre property.- Parameters:
value- allowed object isString
-
getArchivo
Gets the value of the archivo property.- Returns:
- possible object is
String
-
setArchivo
Sets the value of the archivo property.- Parameters:
value- allowed object isString
-