com.sapportals.portal.prt.service.soap.types
Class UnsignedShort
java.lang.Object
|
+--com.sapportals.portal.prt.service.soap.types.UnsignedShort
- public class UnsignedShort
- extends java.lang.Object
Description : Class that represents UnsignedShort datatype by parsing and interpreting a string.
unsignedShort is +derived+ from unsignedInt by setting the value of +maxInclusive+
to be 65535 (i.e 2^16-1)
Project : soap
FileName : UnsignedShort.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.Integer MAX_VALUE
MIN_VALUE
public static java.lang.Integer MIN_VALUE
UnsignedShort
public UnsignedShort(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)
getContent
public java.lang.String getContent()
- Returns:
-
getValue
public java.lang.Integer getValue()
- Returns:
-
setContent
public void setContent(java.lang.String string)
- Parameters:
string -
setValue
public void setValue(java.lang.Integer integer)
- Parameters:
integer -