de.extra_standard.namespace.plugins._1
Class DataType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.DataType

public class DataType
extends Object

Java class for DataType complex type.

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

 <complexType name="DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="bytes" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger bytes
           
 
Constructor Summary
DataType()
           
 
Method Summary
 BigInteger getBytes()
          Gets the value of the bytes property.
 void setBytes(BigInteger value)
          Sets the value of the bytes property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytes

protected BigInteger bytes
Constructor Detail

DataType

public DataType()
Method Detail

getBytes

public BigInteger getBytes()
Gets the value of the bytes property.

Returns:
possible object is BigInteger

setBytes

public void setBytes(BigInteger value)
Sets the value of the bytes property.

Parameters:
value - allowed object is BigInteger


Copyright © 2012-2013. All Rights Reserved.