com.sun.tools.ws.processor.model.jaxb
Class JAXBMapping
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXBMapping
public JAXBMapping()
- Default constructor for the persistence.
JAXBMapping
JAXBMapping(Mapping rawModel)
- Constructor that fills in the values from the given raw model
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()