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