com.sun.xml.bind.v2.schemagen.episode
Interface Bindings

All Superinterfaces:
com.sun.xml.txw2.TypedXmlWriter

public interface Bindings
extends com.sun.xml.txw2.TypedXmlWriter


Method Summary
 Bindings bindings()
          Nested bindings.
 Klass klass()
          Nested class customization.
 void scd(java.lang.String scd)
           
 SchemaBindings schemaBindings()
           
 Klass typesafeEnumClass()
          Nested typesafeEnumClass customization
 void version(java.lang.String v)
           
 
Methods inherited from interface com.sun.xml.txw2.TypedXmlWriter
_attribute, _attribute, _attribute, _cast, _cdata, _comment, _element, _element, _element, _element, _namespace, _namespace, _namespace, _pcdata, block, commit, commit, getDocument
 

Method Detail

bindings

Bindings bindings()
Nested bindings.


klass

Klass klass()
Nested class customization.


typesafeEnumClass

Klass typesafeEnumClass()
Nested typesafeEnumClass customization


schemaBindings

SchemaBindings schemaBindings()

scd

void scd(java.lang.String scd)

version

void version(java.lang.String v)