org.eclipse.persistence.jaxb.xmlmodel
public abstract class JavaAttribute extends Object
Java class for java-attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="java-attribute"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="java-attribute" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
JavaAttribute() |
Modifier and Type | Method and Description |
---|---|
String |
getJavaAttribute()
Gets the value of the javaAttribute property.
|
void |
setJavaAttribute(String value)
Sets the value of the javaAttribute property.
|