javax.xml.bind.annotation
Annotation Type XmlSchemaType


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,PACKAGE})
public @interface XmlSchemaType


Required Element Summary
 String name
           
 
Optional Element Summary
 String namespace
           
 Class type
           
 

Element Detail

name

public abstract String name

namespace

public abstract String namespace
Default:
"http://www.w3.org/2001/XMLSchema"

type

public abstract Class type
Default:
javax.xml.bind.annotation.XmlSchemaType.DEFAULT.class


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.