|
||||||||||
| 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 java.lang.String |
key
|
protected java.lang.String |
value
|
protected java.lang.String |
vendorName
|
| Fields inherited from class org.plasma.sdo.access.provider.jdo.Any |
|---|
content |
| Constructor Summary | |
|---|---|
Extension()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
Gets the value of the key property. |
java.lang.String |
getValue()
Gets the value of the value property. |
java.lang.String |
getVendorName()
Gets the value of the vendorName property. |
void |
setKey(java.lang.String value)
Sets the value of the key property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
void |
setVendorName(java.lang.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 java.lang.String vendorName
protected java.lang.String key
protected java.lang.String value
| Constructor Detail |
|---|
public Extension()
| Method Detail |
|---|
public java.lang.String getVendorName()
Stringpublic void setVendorName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getKey()
Stringpublic void setKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||