org.apache.ws.jaxme.generator.types

Class BooleanSG

public class BooleanSG extends PrimitiveTypeSG

Author: Jochen Wiedmann

Field Summary
static JavaQNameBOOLEAN_OBJECT_TYPE
The object boolean type.
static JavaQNameBOOLEAN_TYPE
The primitive boolean type.
Constructor Summary
BooleanSG(SGFactory pFactory, SchemaSG pSchema, XSType pType)

Creates a new instance of BooleanSG.java.

Method Summary
TypedValuegetCastFromString(SimpleTypeSG pController, String pValue)
protected StringgetDatatypeName()
protected JavaQNamegetDatatypeType()
protected JavaQNamegetObjectRuntimeType(SimpleTypeSG pController)
JavaQNamegetPrimitiveRuntimeType(SimpleTypeSG pController)
booleanisCausingParseConversionEvent(SimpleTypeSG pController)

Field Detail

BOOLEAN_OBJECT_TYPE

public static final JavaQName BOOLEAN_OBJECT_TYPE
The object boolean type.

BOOLEAN_TYPE

public static final JavaQName BOOLEAN_TYPE
The primitive boolean type.

Constructor Detail

BooleanSG

public BooleanSG(SGFactory pFactory, SchemaSG pSchema, XSType pType)

Creates a new instance of BooleanSG.java.

Method Detail

getCastFromString

public TypedValue getCastFromString(SimpleTypeSG pController, String pValue)

getDatatypeName

protected String getDatatypeName()

getDatatypeType

protected JavaQName getDatatypeType()

getObjectRuntimeType

protected JavaQName getObjectRuntimeType(SimpleTypeSG pController)

getPrimitiveRuntimeType

public JavaQName getPrimitiveRuntimeType(SimpleTypeSG pController)

isCausingParseConversionEvent

public boolean isCausingParseConversionEvent(SimpleTypeSG pController)