Class SendSummaryResponse

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

public class SendSummaryResponse extends Object

Java class for sendSummaryResponse complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="sendSummaryResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ticket" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SendSummaryResponse

      public SendSummaryResponse()
  • Method Details

    • getTicket

      public String getTicket()
      Gets the value of the ticket property.
      Returns:
      possible object is String
    • setTicket

      public void setTicket(String value)
      Sets the value of the ticket property.
      Parameters:
      value - allowed object is String