public static class ElementParserBuilderImpl.ExpectedXsiType extends Object implements ElementParserBuilderImpl.Expected
| Constructor and Description |
|---|
ExpectedXsiType() |
| Modifier and Type | Method and Description |
|---|---|
ElementParserBuilderImpl |
getParserBuilder() |
com.sun.codemodel.JBlock |
getReadBlock() |
com.sun.codemodel.JVar |
getReadVar() |
void |
setParserBuilder(ElementParserBuilderImpl parserBuilder) |
void |
setReadBlock(com.sun.codemodel.JBlock readBlock) |
void |
setReadVar(com.sun.codemodel.JVar readVar) |
public ElementParserBuilderImpl getParserBuilder()
getParserBuilder in interface ElementParserBuilderImpl.Expectedpublic void setParserBuilder(ElementParserBuilderImpl parserBuilder)
public com.sun.codemodel.JVar getReadVar()
getReadVar in interface ElementParserBuilderImpl.Expectedpublic void setReadVar(com.sun.codemodel.JVar readVar)
public com.sun.codemodel.JBlock getReadBlock()
getReadBlock in interface ElementParserBuilderImpl.Expectedpublic void setReadBlock(com.sun.codemodel.JBlock readBlock)
Copyright © 2007–2021. All rights reserved.