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