org.apache.ws.jaxme.generator.types

Class QNameSG

public class QNameSG extends AtomicTypeSGImpl

Author: Jochen Wiedmann

Field Summary
static JavaQNameQNAME_TYPE
Constructor Summary
QNameSG(SGFactory pFactory, SchemaSG pSchema, XSType pType)

Creates a new instance of QNameSG.

Method Summary
voidforAllNonNullValues(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, SGlet pSGlet)
voidforAllValues(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, SGlet pSGlet)
TypedValuegetCastFromString(SimpleTypeSG pController, String pValue)
TypedValuegetCastFromString(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, Object pData)
TypedValuegetCastToString(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, DirectAccessible pData)
protected StringgetDatatypeName()
protected JavaQNamegetDatatypeType()
JavaQNamegetRuntimeType(SimpleTypeSG pController)

Field Detail

QNAME_TYPE

public static final JavaQName QNAME_TYPE

Constructor Detail

QNameSG

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

Creates a new instance of QNameSG.

Method Detail

forAllNonNullValues

public void forAllNonNullValues(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, SGlet pSGlet)

forAllValues

public void forAllValues(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, SGlet pSGlet)

getCastFromString

public TypedValue getCastFromString(SimpleTypeSG pController, String pValue)

getCastFromString

public TypedValue getCastFromString(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, Object pData)

getCastToString

public TypedValue getCastToString(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, DirectAccessible pData)

getDatatypeName

protected String getDatatypeName()

getDatatypeType

protected JavaQName getDatatypeType()

getRuntimeType

public JavaQName getRuntimeType(SimpleTypeSG pController)