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

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

public class JAXBProperty
extends Object


Constructor Summary
JAXBProperty()
          Default constructor for the persistence.
JAXBProperty(Property prop)
          Constructor that fills in the values from the given raw model
 
Method Summary
 QName getElementName()
           
 String getName()
           
 JAXBTypeAndAnnotation getType()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBProperty

public JAXBProperty()
Default constructor for the persistence.


JAXBProperty

JAXBProperty(Property prop)
Constructor that fills in the values from the given raw model

Method Detail

getName

public String getName()
See Also:
Property.name()

setName

public void setName(String name)

getType

public JAXBTypeAndAnnotation getType()

getElementName

public QName getElementName()
See Also:
Property.elementName()