de.fzi.kadmos.resources
Class NumericErrorCodeType

java.lang.Object
  extended by de.fzi.kadmos.resources.ErrorCodeType
      extended by de.fzi.kadmos.resources.NumericErrorCodeType

public class NumericErrorCodeType
extends ErrorCodeType

Java class for NumericErrorCodeType complex type.

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

 <complexType name="NumericErrorCodeType">
   <complexContent>
     <extension base="{http://kadmos.fzi.de/resources}ErrorCodeType">
       <sequence>
         <element name="Code" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
       <anyAttribute processContents='lax'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  long code
           
 
Fields inherited from class de.fzi.kadmos.resources.ErrorCodeType
any, dialect
 
Constructor Summary
NumericErrorCodeType()
           
 
Method Summary
 long getCode()
          Gets the value of the code property.
 void setCode(long value)
          Sets the value of the code property.
 
Methods inherited from class de.fzi.kadmos.resources.ErrorCodeType
getAny, getDialect, getOtherAttributes, setDialect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

protected long code
Constructor Detail

NumericErrorCodeType

public NumericErrorCodeType()
Method Detail

getCode

public long getCode()
Gets the value of the code property.


setCode

public void setCode(long value)
Sets the value of the code property.



Copyright © 2012. All Rights Reserved.