org.apache.axis2.jaxws.runtime.description.marshal
Interface AnnotationDesc
public interface AnnotationDesc
Annotation information cached for a particular class
hasXmlRootElement
boolean hasXmlRootElement()
- Returns:
- true if class has @XmlRootElement
getXmlRootElementName
String getXmlRootElementName()
- Returns:
- @XmlRootElement name or defaulted name (null if !hasXmlRootElement)
getXmlRootElementNamespace
String getXmlRootElementNamespace()
- Returns:
- @XmlRootElement namespace or default namespace (null if !hasXmlRootElement)
getXmlSeeAlsoClasses
Class[] getXmlSeeAlsoClasses()
- Returns:
- @XmlSeeAlso classes or null
hasXmlType
boolean hasXmlType()
- Returns:
- true if the class has an @XmlType
getXmlTypeName
String getXmlTypeName()
- Returns:
- @XmlTypeName or (null if no @XmlType)
getXmlTypeNamespace
String getXmlTypeNamespace()
- Returns:
- @XmlType namepsace (null if no @XmlType)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.