de.fzi.kadmos.resources
Class NumericErrorCodeType
java.lang.Object
de.fzi.kadmos.resources.ErrorCodeType
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
protected long code
NumericErrorCodeType
public NumericErrorCodeType()
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.