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

Author:
Kohsuke Kawaguchi

Constructor Summary
JAXBProperty()
          Default constructor for the persistence.
 
Method Summary
 javax.xml.namespace.QName getElementName()
           
 java.lang.String getName()
           
 javax.xml.namespace.QName getRawTypeName()
           
 JAXBTypeAndAnnotation getType()
           
 void setName(java.lang.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 java.lang.String getName()
See Also:
Property.name()

getRawTypeName

public javax.xml.namespace.QName getRawTypeName()

setName

public void setName(java.lang.String name)

getType

public JAXBTypeAndAnnotation getType()

getElementName

public javax.xml.namespace.QName getElementName()
See Also:
Property.elementName()


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.