org.apache.hello_world.types
Class FaultDetail

java.lang.Object
  extended by org.apache.hello_world.types.FaultDetail

public class FaultDetail
extends java.lang.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" 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

minor

protected java.lang.Short minor

major

protected java.lang.Short major
Constructor Detail

FaultDetail

public FaultDetail()
Method Detail

getMinor

public java.lang.Short getMinor()
Gets the value of the minor property.

Returns:
possible object is Short

setMinor

public void setMinor(java.lang.Short value)
Sets the value of the minor property.

Parameters:
value - allowed object is Short

getMajor

public java.lang.Short getMajor()
Gets the value of the major property.

Returns:
possible object is Short

setMajor

public void setMajor(java.lang.Short value)
Sets the value of the major property.

Parameters:
value - allowed object is Short


Apache CXF