Apache CXF API

org.apache.cxf.aegis.type.java5
Annotation Type XmlElement


@Retention(value=RUNTIME)
@Target(value={METHOD,PARAMETER})
public @interface XmlElement


Optional Element Summary
 String minOccurs
          Set to "0" to make the property optional, "1" for required
 String name
           
 String namespace
           
 boolean nillable
           
 Class<?> type
           
 

type

public abstract Class<?> type
Default:
org.apache.cxf.aegis.type.AegisType.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:
""

Apache CXF API

Apache CXF