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

Field Summary
static java.lang.Long MAX_VALUE
           
static java.lang.Long MIN_VALUE
           
 
Constructor Summary
UnsignedInt(java.lang.String s)
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.Long getValue()
           
static void main(java.lang.String[] args)
           
 void setContent(java.lang.String string)
           
 void setValue(java.lang.Long long1)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MAX_VALUE

public static java.lang.Long MAX_VALUE

MIN_VALUE

public static java.lang.Long MIN_VALUE
Constructor Detail

UnsignedInt

public UnsignedInt(java.lang.String s)
Method Detail

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)