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.void
Sets the value of the error property.void
setErrorDetail
(String value) Sets the value of the errorDetail property.void
setOperation
(String value) Sets the value of the operation property.
-
Field Details
-
operation
-
error
-
errorDetail
-
-
Constructor Details
-
ServiceFault
public ServiceFault()
-
-
Method Details
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
Sets the value of the operation property.- Parameters:
value
- allowed object isString
-
getError
Gets the value of the error property.- Returns:
- possible object is
String
-
setError
Sets the value of the error property.- Parameters:
value
- allowed object isString
-
getErrorDetail
Gets the value of the errorDetail property.- Returns:
- possible object is
String
-
setErrorDetail
Sets the value of the errorDetail property.- Parameters:
value
- allowed object isString
-