public class JAXBProperty extends Object
Constructor and Description |
---|
JAXBProperty()
Default constructor for the persistence.
|
JAXBProperty(com.sun.tools.xjc.api.Property prop)
Constructor that fills in the values from the given raw model
|
Modifier and Type | Method and Description |
---|---|
QName |
getElementName() |
String |
getName() |
QName |
getRawTypeName() |
JAXBTypeAndAnnotation |
getType() |
void |
setName(String name) |
public JAXBProperty()
JAXBProperty(com.sun.tools.xjc.api.Property prop)
public String getName()
Property.name()
public QName getRawTypeName()
public void setName(String name)
public JAXBTypeAndAnnotation getType()
public QName getElementName()
Property.elementName()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.