@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-30T09:43:47-05:00", comments="JAXB RI v2.2.11.redhat-2") 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>
Modifier and Type | Field and Description |
---|---|
protected short |
major |
protected short |
minor |
Constructor and Description |
---|
FaultDetail() |
Modifier and Type | Method and Description |
---|---|
short |
getMajor()
Gets the value of the major property.
|
short |
getMinor()
Gets the value of the minor property.
|
void |
setMajor(short value)
Sets the value of the major property.
|
void |
setMinor(short value)
Sets the value of the minor property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-30T09:43:47-05:00", comments="JAXB RI v2.2.11.redhat-2") protected short minor
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-30T09:43:47-05:00", comments="JAXB RI v2.2.11.redhat-2") protected short major
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-30T09:43:47-05:00", comments="JAXB RI v2.2.11.redhat-2") public short getMinor()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-30T09:43:47-05:00", comments="JAXB RI v2.2.11.redhat-2") public void setMinor(short value)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-30T09:43:47-05:00", comments="JAXB RI v2.2.11.redhat-2") public short getMajor()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-30T09:43:47-05:00", comments="JAXB RI v2.2.11.redhat-2") public void setMajor(short value)
Apache Camel