|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
public abstract class JavaAttribute
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 Summary | |
---|---|
JavaAttribute()
|
Method Summary | |
---|---|
String |
getJavaAttribute()
Gets the value of the javaAttribute property. |
void |
setJavaAttribute(String value)
Sets the value of the javaAttribute property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaAttribute()
Method Detail |
---|
public String getJavaAttribute()
String
public void setJavaAttribute(String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |