Class TicketWithArticles

    • Constructor Detail

      • TicketWithArticles

        public TicketWithArticles()
      • TicketWithArticles

        public TicketWithArticles​(Ticket ticket,
                                  Article[] articles)
    • Method Detail

      • getTicket

        public Ticket getTicket()
        Gets the ticket value for this TicketWithArticles.
        Returns:
        ticket
      • setTicket

        public void setTicket​(Ticket ticket)
        Sets the ticket value for this TicketWithArticles.
        Parameters:
        ticket -
      • getArticles

        public Article[] getArticles()
        Gets the articles value for this TicketWithArticles.
        Returns:
        articles
      • setArticles

        public void setArticles​(Article[] articles)
        Sets the articles value for this TicketWithArticles.
        Parameters:
        articles -
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getTypeDesc

        public static org.apache.axis.description.TypeDesc getTypeDesc()
        Return type metadata object
      • getSerializer

        public static org.apache.axis.encoding.Serializer getSerializer​(String mechType,
                                                                        Class _javaType,
                                                                        QName _xmlType)
        Get Custom Serializer
      • getDeserializer

        public static org.apache.axis.encoding.Deserializer getDeserializer​(String mechType,
                                                                            Class _javaType,
                                                                            QName _xmlType)
        Get Custom Deserializer