com.sun.tools.xjc.generator.annotation.spec
Interface XmlElementDeclWriter
- All Superinterfaces:
- com.sun.codemodel.JAnnotationWriter<javax.xml.bind.annotation.XmlElementDecl>
public interface XmlElementDeclWriter
- extends com.sun.codemodel.JAnnotationWriter<javax.xml.bind.annotation.XmlElementDecl>
| Methods inherited from interface com.sun.codemodel.JAnnotationWriter |
getAnnotationType, getAnnotationUse |
namespace
XmlElementDeclWriter namespace(String value)
substitutionHeadNamespace
XmlElementDeclWriter substitutionHeadNamespace(String value)
substitutionHeadName
XmlElementDeclWriter substitutionHeadName(String value)
name
XmlElementDeclWriter name(String value)
defaultValue
XmlElementDeclWriter defaultValue(String value)
scope
XmlElementDeclWriter scope(Class value)
scope
XmlElementDeclWriter scope(com.sun.codemodel.JType value)
Copyright © 2010. All Rights Reserved.