Class CalculatorFault

java.lang.Object
org.apache.cxf.calculator.types.CalculatorFault

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:57-04:00") public class CalculatorFault extends Object

Java class for CalculatorFault complex type.

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

 <complexType name="CalculatorFault">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="faultInfo" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • faultInfo

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:57-04:00") protected String faultInfo
    • message

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:57-04:00") protected String message
  • Constructor Details

    • CalculatorFault

      public CalculatorFault()
  • Method Details

    • getFaultInfo

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:57-04:00") public String getFaultInfo()
      Gets the value of the faultInfo property.
      Returns:
      possible object is String
    • setFaultInfo

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:57-04:00") public void setFaultInfo(String value)
      Sets the value of the faultInfo property.
      Parameters:
      value - allowed object is String
    • getMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:57-04:00") public String getMessage()
      Gets the value of the message property.
      Returns:
      possible object is String
    • setMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:57-04:00") public void setMessage(String value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is String