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 java.lang.Object


Constructor Summary
JAXBMapping()
          Default constructor for the persistence.
JAXBMapping(com.sun.tools.xjc.api.Mapping rawModel)
          Constructor that fills in the values from the given raw model
 
Method Summary
 javax.xml.namespace.QName getElementName()
           
 JAXBTypeAndAnnotation getType()
           
 java.util.List<JAXBProperty> getWrapperStyleDrilldown()
           
 void setElementName(javax.xml.namespace.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(com.sun.tools.xjc.api.Mapping rawModel)
Constructor that fills in the values from the given raw model

Method Detail

getElementName

public javax.xml.namespace.QName getElementName()
See Also:
Mapping.getElement()

setElementName

public void setElementName(javax.xml.namespace.QName elementName)

getType

public JAXBTypeAndAnnotation getType()

getWrapperStyleDrilldown

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


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.