com.sun.tools.xjc.generator.annotation.spec
Interface XmlSchemaWriter

All Superinterfaces:
JAnnotationWriter<XmlSchema>

public interface XmlSchemaWriter
extends JAnnotationWriter<XmlSchema>


Method Summary
 XmlSchemaWriter attributeFormDefault(XmlNsForm value)
           
 XmlSchemaWriter elementFormDefault(XmlNsForm value)
           
 XmlSchemaWriter location(java.lang.String value)
           
 XmlSchemaWriter namespace(java.lang.String value)
           
 XmlNsWriter xmlns()
           
 
Methods inherited from interface com.sun.codemodel.JAnnotationWriter
getAnnotationType, getAnnotationUse
 

Method Detail

namespace

XmlSchemaWriter namespace(java.lang.String value)

elementFormDefault

XmlSchemaWriter elementFormDefault(XmlNsForm value)

attributeFormDefault

XmlSchemaWriter attributeFormDefault(XmlNsForm value)

location

XmlSchemaWriter location(java.lang.String value)

xmlns

XmlNsWriter xmlns()


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.