Save This Page
Home » geronimo-eclipse-plugin-2.2-source-release » org.apache.geronimo.jee.naming » [javadoc | source]
org.apache.geronimo.jee.naming
public class: Property [javadoc | source]
java.lang.Object
   org.apache.geronimo.jee.naming.Property

All Implemented Interfaces:
    Serializable

Java class for propertyType complex type.

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

<complexType name="propertyType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
Field Summary
protected  String key     
protected  String value     
Method from org.apache.geronimo.jee.naming.Property Summary:
getKey,   getValue,   setKey,   setValue
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.geronimo.jee.naming.Property Detail:
 public String getKey() 
    Gets the value of the key property.
 public String getValue() 
    Gets the value of the value property.
 public  void setKey(String value) 
    Sets the value of the key property.
 public  void setValue(String value) 
    Sets the value of the value property.