com.sun.tools.xjc.reader.xmlschema.bindinfo

Class BIConversion.User

static class BIConversion.User extends BIConversion

User-specified <javaType> customization. The parse/print methods are allowed to be null, and their default values are determined based on the owner of the token.
Field Summary
static QNameNAME
Name of the conversion declaration.
StringparseMethod
StringprintMethod
Stringtype
Constructor Summary
User(Locator loc, String parseMethod, String printMethod, JType inMemoryType)
User()
Method Summary
QNamegetName()
TypeUsegetTypeUse(XSSimpleType owner)

Field Detail

NAME

public static final QName NAME
Name of the conversion declaration.

parseMethod

String parseMethod

printMethod

String printMethod

type

String type

Constructor Detail

User

public User(Locator loc, String parseMethod, String printMethod, JType inMemoryType)

User

public User()

Method Detail

getName

public QName getName()

getTypeUse

public TypeUse getTypeUse(XSSimpleType owner)