|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.sdo.access.provider.jdo.Any
org.plasma.sdo.access.provider.jdo.Extension
public class Extension
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://java.sun.com/xml/ns/jdo/jdo}any">
<attGroup ref="{http://java.sun.com/xml/ns/jdo/jdo}attlist.extension"/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
key
|
protected String |
value
|
protected String |
vendorName
|
| Fields inherited from class org.plasma.sdo.access.provider.jdo.Any |
|---|
content |
| Constructor Summary | |
|---|---|
Extension()
|
|
| Method Summary | |
|---|---|
String |
getKey()
Gets the value of the key property. |
String |
getValue()
Gets the value of the value property. |
String |
getVendorName()
Gets the value of the vendorName property. |
void |
setKey(String value)
Sets the value of the key property. |
void |
setValue(String value)
Sets the value of the value property. |
void |
setVendorName(String value)
Sets the value of the vendorName property. |
| Methods inherited from class org.plasma.sdo.access.provider.jdo.Any |
|---|
getContent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String vendorName
protected String key
protected String value
| Constructor Detail |
|---|
public Extension()
| Method Detail |
|---|
public String getVendorName()
Stringpublic void setVendorName(String value)
value - allowed object is
Stringpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||