Class ServiceFault
java.lang.Object
ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.ServiceFault
- Direct Known Subclasses:
BusinessFault, DuplicateFault, InfrastructureFault, SecurityFault
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()Gets the value of the error property.Gets the value of the errorDetail property.Gets the value of the operation property.voidSets the value of the error property.voidsetErrorDetail(String value) Sets the value of the errorDetail property.voidsetOperation(String value) Sets the value of the operation property.
-
Field Details
-
operation
-
error
-
errorDetail
-
-
Constructor Details
-
ServiceFault
public ServiceFault()
-
-
Method Details
-
getOperation
-
setOperation
-
getError
-
setError
-
getErrorDetail
-
setErrorDetail
-