org.plasma.sdo.access.provider.jdo
Class Extension

java.lang.Object
  extended by org.plasma.sdo.access.provider.jdo.Any
      extended by org.plasma.sdo.access.provider.jdo.Extension

public class Extension
extends Any

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

vendorName

protected java.lang.String vendorName

key

protected java.lang.String key

value

protected java.lang.String value
Constructor Detail

Extension

public Extension()
Method Detail

getVendorName

public java.lang.String getVendorName()
Gets the value of the vendorName property.

Returns:
possible object is String

setVendorName

public void setVendorName(java.lang.String value)
Sets the value of the vendorName property.

Parameters:
value - allowed object is String

getKey

public java.lang.String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(java.lang.String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.