com.sun.tools.ws.processor.model.jaxb
Class JAXBMapping

java.lang.Object
  extended by com.sun.tools.ws.processor.model.jaxb.JAXBMapping

public class JAXBMapping
extends Object

Author:
Kohsuke Kawaguchi, Vivek Pandey

Constructor Summary
JAXBMapping()
          Default constructor for the persistence.
 
Method Summary
 QName getElementName()
           
 JAXBTypeAndAnnotation getType()
           
 List<JAXBProperty> getWrapperStyleDrilldown()
           
 void setElementName(QName elementName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBMapping

public JAXBMapping()
Default constructor for the persistence.

Method Detail

getElementName

public QName getElementName()
See Also:
Mapping.getElement()

setElementName

public void setElementName(QName elementName)

getType

public JAXBTypeAndAnnotation getType()

getWrapperStyleDrilldown

public List<JAXBProperty> getWrapperStyleDrilldown()
See Also:
Mapping.getWrapperStyleDrilldown()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.