Uses of Class
org.xins.common.types.standard.Timestamp.Value

Packages that use Timestamp.Value
org.xins.common.types.standard Standard XINS types. 
 

Uses of Timestamp.Value in org.xins.common.types.standard
 

Methods in org.xins.common.types.standard that return Timestamp.Value
static Timestamp.Value Timestamp.now()
          Constructs a Timestamp.Value with the value of the current time.
static Timestamp.Value Timestamp.fromStringForRequired(String string)
          Constructs a Timestamp.Value from the specified non-null string.
static Timestamp.Value Timestamp.fromStringForOptional(String string)
          Constructs a Timestamp.Value from the specified string.
 

Methods in org.xins.common.types.standard with parameters of type Timestamp.Value
static String Timestamp.toString(Timestamp.Value value)
          Converts the specified Timestamp.Value to a string.
 



See http://www.xins.org/.