public class SendSummaryResponse extends Object
Clase Java para sendSummaryResponse complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<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 and Description |
|---|
SendSummaryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTicket()
Obtiene el valor de la propiedad ticket.
|
void |
setTicket(String value)
Define el valor de la propiedad ticket.
|
protected String ticket
Copyright © 2017. All rights reserved.