Class SendPackResponse

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

public class SendPackResponse extends Object

Java class for sendPackResponse complex type

.

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


 <complexType name="sendPackResponse">
   <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

    • SendPackResponse

      public SendPackResponse()
  • 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