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

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

public class NegativeInteger
extends java.lang.Object

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

Version:
8 juil. 03

Constructor Summary
NegativeInteger(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

NegativeInteger

public NegativeInteger(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)