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
- Author:
- Kohsuke Kawaguchi
|
Constructor Summary |
JAXBProperty()
Default constructor for the persistence. |
| 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.
getName
public String getName()
- See Also:
Property.name()
getRawTypeName
public QName getRawTypeName()
setName
public void setName(String name)
getType
public JAXBTypeAndAnnotation getType()
getElementName
public QName getElementName()
- See Also:
Property.elementName()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.