@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public class FaultDetailT extends Object
Java 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>
| Modifier and Type | Field and Description |
|---|---|
protected short |
major |
protected short |
minor |
| Constructor and Description |
|---|
FaultDetailT() |
| 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="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected short minor
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected short major
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public short getMinor()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public void setMinor(short value)
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public short getMajor()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public void setMajor(short value)
Apache CXF