Class ServiceFault

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

public class ServiceFault extends Object

Java class for ServiceFault complex type.

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

 <complexType name="ServiceFault">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RelatedErrors" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RelatedWarnings" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SupportId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • relatedErrors

      protected List<String> relatedErrors
    • relatedWarnings

      protected List<String> relatedWarnings
    • supportId

      protected String supportId
  • Constructor Details

    • ServiceFault

      public ServiceFault()
  • Method Details

    • getRelatedErrors

      public List<String> getRelatedErrors()
      Gets the value of the relatedErrors 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 relatedErrors property.

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

          getRelatedErrors().add(newItem);
       

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

    • getRelatedWarnings

      public List<String> getRelatedWarnings()
      Gets the value of the relatedWarnings 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 relatedWarnings property.

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

          getRelatedWarnings().add(newItem);
       

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

    • getSupportId

      public String getSupportId()
      Gets the value of the supportId property.
      Returns:
      possible object is String
    • setSupportId

      public void setSupportId(String value)
      Sets the value of the supportId property.
      Parameters:
      value - allowed object is String