Package org.apache.headers.coloc.types
Class FaultDetailT
- java.lang.Object
-
- org.apache.headers.coloc.types.FaultDetailT
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") public class FaultDetailT extends ObjectJava class for faultDetailT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faultDetailT"> <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>
-
-
Constructor Summary
Constructors Constructor Description FaultDetailT()
-
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="2024-03-07T12:28:42-05: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="2024-03-07T12:28:42-05: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="2024-03-07T12:28:42-05: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="2024-03-07T12:28:42-05:00") public void setMajor(short value)Sets the value of the major property.
-
-