EXIficient

com.siemens.ct.exi.util.datatype
Class XSDBoolean

java.lang.Object
  extended by com.siemens.ct.exi.util.datatype.XSDBoolean

public class XSDBoolean
extends java.lang.Object

TODO Description

Version:
0.4.20080718
Author:
Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com

Method Summary
 boolean getBoolean()
           
static XSDBoolean newInstance()
           
 boolean parse(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static XSDBoolean newInstance()

parse

public boolean parse(java.lang.String value)
Parameters:
value -
Returns:
valid

getBoolean

public boolean getBoolean()

EXIficient