java.lang.Object
ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.ServiceFault
Direct Known Subclasses:
BusinessFault, DuplicateFault, InfrastructureFault, SecurityFault

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="operation" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="error" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="errorDetail" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • operation

      protected String operation
    • error

      protected String error
    • errorDetail

      protected String errorDetail
  • Constructor Details

    • ServiceFault

      public ServiceFault()
  • Method Details

    • getOperation

      public String getOperation()
      Gets the value of the operation property.
      Returns:
      possible object is String
    • setOperation

      public void setOperation(String value)
      Sets the value of the operation property.
      Parameters:
      value - allowed object is String
    • getError

      public String getError()
      Gets the value of the error property.
      Returns:
      possible object is String
    • setError

      public void setError(String value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is String
    • getErrorDetail

      public String getErrorDetail()
      Gets the value of the errorDetail property.
      Returns:
      possible object is String
    • setErrorDetail

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