Package org.coderic.ws.sunat.wsdl
Class GetStatus
java.lang.Object
org.coderic.ws.sunat.wsdl.GetStatus
Java class for getStatus complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="getStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rucComprobante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tipoComprobante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serieComprobante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="numeroComprobante" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the numeroComprobante property.Gets the value of the rucComprobante property.Gets the value of the serieComprobante property.Gets the value of the tipoComprobante property.voidsetNumeroComprobante(Integer value) Sets the value of the numeroComprobante property.voidsetRucComprobante(String value) Sets the value of the rucComprobante property.voidsetSerieComprobante(String value) Sets the value of the serieComprobante property.voidsetTipoComprobante(String value) Sets the value of the tipoComprobante property.
-
Constructor Details
-
GetStatus
public GetStatus()
-
-
Method Details
-
getRucComprobante
Gets the value of the rucComprobante property.- Returns:
- possible object is
String
-
setRucComprobante
Sets the value of the rucComprobante property.- Parameters:
value- allowed object isString
-
getTipoComprobante
Gets the value of the tipoComprobante property.- Returns:
- possible object is
String
-
setTipoComprobante
Sets the value of the tipoComprobante property.- Parameters:
value- allowed object isString
-
getSerieComprobante
Gets the value of the serieComprobante property.- Returns:
- possible object is
String
-
setSerieComprobante
Sets the value of the serieComprobante property.- Parameters:
value- allowed object isString
-
getNumeroComprobante
Gets the value of the numeroComprobante property.- Returns:
- possible object is
Integer
-
setNumeroComprobante
Sets the value of the numeroComprobante property.- Parameters:
value- allowed object isInteger
-