org.apache.hello_world_soap_http.types
Class ErrorCode

java.lang.Object
  extended by org.apache.hello_world_soap_http.types.ErrorCode

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-07-16T09:39:16-04:00",
           comments="JAXB RI v2.2.5.1")
public class ErrorCode
extends Object

Java class for ErrorCode complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ErrorCode">
   <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>
 


Field Summary
protected  short major
           
protected  short minor
           
 
Constructor Summary
ErrorCode()
           
 
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:16-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:16-04:00",
           comments="JAXB RI v2.2.5.1")
protected short major
Constructor Detail

ErrorCode

public ErrorCode()
Method Detail

getMinor

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


setMinor

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


getMajor

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


setMajor

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



Apache CXF