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

Author:
Kohsuke Kawaguchi

Constructor Summary
JAXBProperty()
          Default constructor for the persistence.
 
Method Summary
 QName getElementName()
           
 String getName()
           
 QName getRawTypeName()
           
 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.

Method Detail

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.