Package org.coderic.ws.sunat.wsdl
Class ValidaCDPcriterios
java.lang.Object
org.coderic.ws.sunat.wsdl.ValidaCDPcriterios
Java class for validaCDPcriterios complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="validaCDPcriterios">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rucEmisor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tipoCDP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serieCDP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="numeroCDP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tipoDocIdReceptor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="numeroDocIdReceptor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fechaEmision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="importeTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="nroAutorizacion" 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 fechaEmision property.Gets the value of the importeTotal property.Gets the value of the nroAutorizacion property.Gets the value of the numeroCDP property.Gets the value of the numeroDocIdReceptor property.Gets the value of the rucEmisor property.Gets the value of the serieCDP property.Gets the value of the tipoCDP property.Gets the value of the tipoDocIdReceptor property.voidsetFechaEmision(String value) Sets the value of the fechaEmision property.voidsetImporteTotal(Double value) Sets the value of the importeTotal property.voidsetNroAutorizacion(String value) Sets the value of the nroAutorizacion property.voidsetNumeroCDP(String value) Sets the value of the numeroCDP property.voidsetNumeroDocIdReceptor(String value) Sets the value of the numeroDocIdReceptor property.voidsetRucEmisor(String value) Sets the value of the rucEmisor property.voidsetSerieCDP(String value) Sets the value of the serieCDP property.voidsetTipoCDP(String value) Sets the value of the tipoCDP property.voidsetTipoDocIdReceptor(String value) Sets the value of the tipoDocIdReceptor property.
-
Constructor Details
-
ValidaCDPcriterios
public ValidaCDPcriterios()
-
-
Method Details
-
getRucEmisor
Gets the value of the rucEmisor property.- Returns:
- possible object is
String
-
setRucEmisor
Sets the value of the rucEmisor property.- Parameters:
value- allowed object isString
-
getTipoCDP
Gets the value of the tipoCDP property.- Returns:
- possible object is
String
-
setTipoCDP
Sets the value of the tipoCDP property.- Parameters:
value- allowed object isString
-
getSerieCDP
Gets the value of the serieCDP property.- Returns:
- possible object is
String
-
setSerieCDP
Sets the value of the serieCDP property.- Parameters:
value- allowed object isString
-
getNumeroCDP
Gets the value of the numeroCDP property.- Returns:
- possible object is
String
-
setNumeroCDP
Sets the value of the numeroCDP property.- Parameters:
value- allowed object isString
-
getTipoDocIdReceptor
Gets the value of the tipoDocIdReceptor property.- Returns:
- possible object is
String
-
setTipoDocIdReceptor
Sets the value of the tipoDocIdReceptor property.- Parameters:
value- allowed object isString
-
getNumeroDocIdReceptor
Gets the value of the numeroDocIdReceptor property.- Returns:
- possible object is
String
-
setNumeroDocIdReceptor
Sets the value of the numeroDocIdReceptor property.- Parameters:
value- allowed object isString
-
getFechaEmision
Gets the value of the fechaEmision property.- Returns:
- possible object is
String
-
setFechaEmision
Sets the value of the fechaEmision property.- Parameters:
value- allowed object isString
-
getImporteTotal
Gets the value of the importeTotal property.- Returns:
- possible object is
Double
-
setImporteTotal
Sets the value of the importeTotal property.- Parameters:
value- allowed object isDouble
-
getNroAutorizacion
Gets the value of the nroAutorizacion property.- Returns:
- possible object is
String
-
setNroAutorizacion
Sets the value of the nroAutorizacion property.- Parameters:
value- allowed object isString
-