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 anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="minor" type="{http://www.w3.org/2001/XMLSchema}short"/>
             <element name="major" type="{http://www.w3.org/2001/XMLSchema}short"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • minor

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

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

      • FaultDetail

        public FaultDetail()
    • Method Detail

      • getMinor

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        public short getMinor()
        Gets the value of the minor property.
      • setMinor

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        public void setMinor​(short value)
        Sets the value of the minor property.
      • getMajor

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        public short getMajor()
        Gets the value of the major property.
      • setMajor

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        public void setMajor​(short value)
        Sets the value of the major property.