Class SearchMessagesResponse

java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.SearchMessagesResponse

public class SearchMessagesResponse extends Object

Java class for SearchMessagesResponse complex type.

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

 <complexType name="SearchMessagesResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IncaMessageMeta" type="{http://soap.incamail.ch/3.0/types}IncaMessageMeta" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SearchMessagesResponse

      public SearchMessagesResponse()
  • Method Details

    • getIncaMessageMeta

      public List<IncaMessageMeta> getIncaMessageMeta()
      Gets the value of the incaMessageMeta property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the incaMessageMeta property.

      For example, to add a new item, do as follows:

          getIncaMessageMeta().add(newItem);
       

      Objects of the following type(s) are allowed in the list IncaMessageMeta