Class GetStatusCdrResponse

java.lang.Object
org.coderic.ws.sunat.wsdl.GetStatusCdrResponse

public class GetStatusCdrResponse extends Object

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 Details

    • GetStatusCdrResponse

      public GetStatusCdrResponse()
  • Method Details

    • getStatusCdr

      public StatusResponse getStatusCdr()
      Gets the value of the statusCdr property.
      Returns:
      possible object is StatusResponse
    • setStatusCdr

      public void setStatusCdr(StatusResponse value)
      Sets the value of the statusCdr property.
      Parameters:
      value - allowed object is StatusResponse