org.apache.ws.jaxme.generator.types

Class DurationSG

public class DurationSG extends AtomicTypeSGImpl

Author: Jochen Wiedmann

Field Summary
static JavaQNameDURATION_TYPE
Constructor Summary
DurationSG(SGFactory pFactory, SchemaSG pSchema, XSType pType)

Creates a new instance of DateTimeSG.java.

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

Field Detail

DURATION_TYPE

public static final JavaQName DURATION_TYPE

Constructor Detail

DurationSG

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

Creates a new instance of DateTimeSG.java.

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, JavaMethod pMethod, Object pValue, Object pData)

getCastFromString

public TypedValue getCastFromString(SimpleTypeSG pController, String pValue)

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)