|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hello_world.types.FaultDetail
public class FaultDetail
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" minOccurs="0"/>
<element name="major" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Short |
major
|
protected java.lang.Short |
minor
|
| Constructor Summary | |
|---|---|
FaultDetail()
|
|
| Method Summary | |
|---|---|
java.lang.Short |
getMajor()
Gets the value of the major property. |
java.lang.Short |
getMinor()
Gets the value of the minor property. |
void |
setMajor(java.lang.Short value)
Sets the value of the major property. |
void |
setMinor(java.lang.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 java.lang.Short minor
protected java.lang.Short major
| Constructor Detail |
|---|
public FaultDetail()
| Method Detail |
|---|
public java.lang.Short getMinor()
Shortpublic void setMinor(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.Short getMajor()
Shortpublic void setMajor(java.lang.Short value)
value - allowed object is
Short
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||