Class FaultDetail


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-06-06T11:29:24-04:00")
    public class FaultDetail
    extends Object

    Java class for FaultDetail complex type.

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

     <complexType name="FaultDetail">
       <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 Detail

      • faultInfo

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        protected String faultInfo
      • message

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        protected String message
    • Constructor Detail

      • FaultDetail

        public FaultDetail()
    • Method Detail

      • getFaultInfo

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-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 v2.3.5",
                   date="2023-06-06T11:29:24-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 v2.3.5",
                   date="2023-06-06T11:29:24-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 v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        public void setMessage​(String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String