javax.xml.bind.annotation
Annotation Type XmlElement
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface XmlElement
name
public abstract String name
- Default:
- "##default"
nillable
public abstract boolean nillable
- Default:
- false
required
public abstract boolean required
- Default:
- false
namespace
public abstract String namespace
- Default:
- "##default"
defaultValue
public abstract String defaultValue
- Default:
- "\u0000"
type
public abstract Class type
- Default:
- javax.xml.bind.annotation.XmlElement.DEFAULT.class
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.