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  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

vendorName

protected String vendorName

key

protected String key

value

protected String value
Constructor Detail

Extension

public Extension()
Method Detail

getVendorName

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

Returns:
possible object is String

setVendorName

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

Parameters:
value - allowed object is String

getKey

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

Returns:
possible object is String

setKey

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

Parameters:
value - allowed object is String

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.