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