com.sapportals.portal.prt.service.soap.types
Class UnsignedByte
java.lang.Object
|
+--com.sapportals.portal.prt.service.soap.types.UnsignedByte
- public class UnsignedByte
- extends java.lang.Object
Description : Class that represents Unsigned short datatype by parsing and interpreting a string.
unsignedByte is +derived+ from unsignedShort by setting the value of +maxInclusive+ to be 255 (2^8-1)
For further information, please see: http://www.w3.org/TR/xmlschema-2/#unsignedByte
Project : soap
FileName : UnsignedByte.java
Copyright : SAP Copyright (c)
Company : SAP GBU IP
- Version:
- 8 juil. 03
|
Method Summary |
static void |
main(java.lang.String[] args)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MAX_VALUE
public static java.lang.Short MAX_VALUE
MIN_VALUE
public static java.lang.Short MIN_VALUE
UnsignedByte
public UnsignedByte(java.lang.String s)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
main
public static void main(java.lang.String[] args)