com.sapportals.portal.prt.service.soap.types
Class NonNegativeInteger

java.lang.Object
  |
  +--com.sapportals.portal.prt.service.soap.types.NonNegativeInteger

public class NonNegativeInteger
extends java.lang.Object

Description : Class that represents a NonNegativeInteger by parsing and interpreting a string. nonNegativeInteger is +derived+ from integer by setting the value of +minInclusive+ to be 0 For further information, please see http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger Project : soap FileName : NonNegativeInteger.java Copyright : SAP Copyright (c) Company : SAP GBU IP

Version:
8 juil. 03

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

Constructor Detail

NonNegativeInteger

public NonNegativeInteger(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 int getValue()
Returns:
 

setContent

public void setContent(java.lang.String string)
Parameters:
string -  

setValue

public void setValue(int i)
Parameters:
i -  

main

public static void main(java.lang.String[] args)