javax.xml.bind.annotation
Annotation Type XmlElementDecl
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface XmlElementDecl
name
public abstract String name
scope
public abstract Class scope
- Default:
- javax.xml.bind.annotation.XmlElementDecl.GLOBAL.class
namespace
public abstract String namespace
- Default:
- "##default"
substitutionHeadNamespace
public abstract String substitutionHeadNamespace
- Default:
- "##default"
substitutionHeadName
public abstract String substitutionHeadName
- Default:
- ""
defaultValue
public abstract String defaultValue
- Default:
- "\u0000"
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.