Class FaultDetail

java.lang.Object
org.apache.hello_world.types.FaultDetail

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:57-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" minOccurs="0" form="qualified"/>
         <element name="major" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0" form="qualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • minor

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

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

    • FaultDetail

      public FaultDetail()
  • Method Details

    • getMinor

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

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

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

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