de.extra_standard.namespace.plugins._1
Class DataType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bytes
protected BigInteger bytes
DataType
public DataType()
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.