Package org.apache.hello_world.types
Class FaultDetail
- java.lang.Object
-
- org.apache.hello_world.types.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 ObjectJava 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>
-
-
Constructor Summary
Constructors Constructor Description FaultDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShortgetMajor()Gets the value of the major property.ShortgetMinor()Gets the value of the minor property.voidsetMajor(Short value)Sets the value of the major property.voidsetMinor(Short value)Sets the value of the minor property.
-
-
-
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.- Returns:
- possible object is
Short
-
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.- Parameters:
value- allowed object isShort
-
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.- Returns:
- possible object is
Short
-
-