org.apache.hello_world.types
Class FaultDetail

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-07-16T09:39:18-04:00",
           comments="JAXB RI v2.2.5.1")
public class FaultDetail
extends 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" 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

minor

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-07-16T09:39:18-04:00",
           comments="JAXB RI v2.2.5.1")
protected Short minor

major

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-07-16T09:39:18-04:00",
           comments="JAXB RI v2.2.5.1")
protected Short major
Constructor Detail

FaultDetail

public FaultDetail()
Method Detail

getMinor

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-07-16T09:39:18-04:00",
           comments="JAXB RI v2.2.5.1")
public Short getMinor()
Gets the value of the minor property.

Returns:
possible object is Short

setMinor

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-07-16T09:39:18-04:00",
           comments="JAXB RI v2.2.5.1")
public void setMinor(Short value)
Sets the value of the minor property.

Parameters:
value - allowed object is Short

getMajor

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-07-16T09:39:18-04:00",
           comments="JAXB RI v2.2.5.1")
public Short getMajor()
Gets the value of the major property.

Returns:
possible object is Short

setMajor

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-07-16T09:39:18-04:00",
           comments="JAXB RI v2.2.5.1")
public void setMajor(Short value)
Sets the value of the major property.

Parameters:
value - allowed object is Short


Apache CXF