org.codehaus.xfire.aegis.type.java5
Annotation Type XmlElement


Deprecated. use org.apache.cxf.aegis.type.java5.XmlElement

@Deprecated
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface XmlElement

Provided only for backward compatability with XFire clients.


Optional Element Summary
 java.lang.String minOccurs
          Deprecated. Set to "0" to make the property optional, "1" for required
 java.lang.String name
          Deprecated.  
 java.lang.String namespace
          Deprecated.  
 boolean nillable
          Deprecated.  
 java.lang.Class type
          Deprecated.  
 

type

public abstract java.lang.Class type
Deprecated. 
Default:
org.apache.cxf.aegis.type.Type.class

name

public abstract java.lang.String name
Deprecated. 
Default:
""

namespace

public abstract java.lang.String namespace
Deprecated. 
Default:
""

nillable

public abstract boolean nillable
Deprecated. 
Default:
true

minOccurs

public abstract java.lang.String minOccurs
Deprecated. 
Set to "0" to make the property optional, "1" for required

Default:
""


Apache CXF