Interface Bindings
-
- All Superinterfaces:
TypedXmlWriter
public interface Bindings extends TypedXmlWriter
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bindingsbindings()Nested bindings.Klassklass()Nested class customization.voidscd(java.lang.String scd)SchemaBindingsschemaBindings()KlasstypesafeEnumClass()Nested typesafeEnumClass customizationvoidversion(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)
-
-