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

All Superinterfaces:
com.sun.codemodel.JAnnotationWriter<javax.xml.bind.annotation.XmlSchema>

public interface XmlSchemaWriter
extends com.sun.codemodel.JAnnotationWriter<javax.xml.bind.annotation.XmlSchema>


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

Method Detail

namespace

XmlSchemaWriter namespace(String value)

elementFormDefault

XmlSchemaWriter elementFormDefault(javax.xml.bind.annotation.XmlNsForm value)

attributeFormDefault

XmlSchemaWriter attributeFormDefault(javax.xml.bind.annotation.XmlNsForm value)

location

XmlSchemaWriter location(String value)

xmlns

XmlNsWriter xmlns()


Copyright © 2010. All Rights Reserved.