org.codehaus.xfire.aegis.type.java5
Annotation Type XmlElement
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface XmlElement
type
public abstract Class type
- Default:
- org.codehaus.xfire.aegis.type.Type.class
name
public abstract String name
- Default:
- ""
namespace
public abstract String namespace
- Default:
- ""
nillable
public abstract boolean nillable
- Default:
- true
minOccurs
public abstract String minOccurs
- Set to "0" to make the property optional, "1" for required
- Default:
- ""
Copyright © 2004-2013. All Rights Reserved.