net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans
Interface MetaType

All Known Implementing Classes:
MetaTypeImpl

public interface MetaType

Java class for metaType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="metaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getKey()
          Gets the value of the key property.
 String getValue()
          Gets the value of the value property.
 void setKey(String value)
          Sets the value of the key property.
 void setValue(String value)
          Sets the value of the value property.
 

Method Detail

getKey

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

Returns:
possible object is String

setKey

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

Parameters:
value - allowed object is String

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.