org.universAAL.middleware.xsd
Class NonNegativeInteger

Package class diagram package NonNegativeInteger
java.lang.Object
  extended by org.universAAL.middleware.xsd.NonNegativeInteger

public final class NonNegativeInteger
extends Object

Support for XSD data type nonNegativeInteger. Currently, only int values are supported (in the range 0 - 2^31).

See Also:
XML Schema

Field Summary
static String MY_URI
           
 
Constructor Summary
NonNegativeInteger(int val)
           
NonNegativeInteger(String val)
           
 
Method Summary
 boolean equals(Object obj)
           
 int intValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MY_URI

public static final String MY_URI
See Also:
Constant Field Values
Constructor Detail

NonNegativeInteger

public NonNegativeInteger(int val)

NonNegativeInteger

public NonNegativeInteger(String val)
Method Detail

intValue

public int intValue()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014 universAAL Consortium. All Rights Reserved.