|
||||||||||
| 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" form="qualified"/>
<element name="major" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0" form="qualified"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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()
Shortpublic void setMinor(Short value)
value - allowed object is
Shortpublic Short getMajor()
Shortpublic void setMajor(Short value)
value - allowed object is
Short
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||