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


Constructor Summary
JAXBMapping()
          Default constructor for the persistence.
JAXBMapping(Mapping rawModel)
          Constructor that fills in the values from the given raw model
 
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.


JAXBMapping

JAXBMapping(Mapping rawModel)
Constructor that fills in the values from the given raw model

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()