public class TicketWithArticles extends Object implements Serializable
Constructor and Description |
---|
TicketWithArticles() |
TicketWithArticles(Ticket ticket,
Article[] articles) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Article[] |
getArticles()
Gets the articles value for this TicketWithArticles.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Ticket |
getTicket()
Gets the ticket value for this TicketWithArticles.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setArticles(Article[] articles)
Sets the articles value for this TicketWithArticles.
|
void |
setTicket(Ticket ticket)
Sets the ticket value for this TicketWithArticles.
|
public Ticket getTicket()
public void setTicket(Ticket ticket)
ticket
- public Article[] getArticles()
public void setArticles(Article[] articles)
articles
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.