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