|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hello_world_xml_http.mixed.types.FaultDetail
public class FaultDetail
Java class for faultDetail element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="faultDetail">
<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>
</element>
| Field Summary | |
|---|---|
protected short |
major
|
protected short |
minor
|
| Constructor Summary | |
|---|---|
FaultDetail()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected short minor
protected short major
| Constructor Detail |
|---|
public FaultDetail()
| Method Detail |
|---|
public short getMinor()
public void setMinor(short value)
public short getMajor()
public void setMajor(short value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||