org.apache.geronimo.jee.persistence
public static class: Persistence.PersistenceUnit.Properties.Property [javadoc |
source]
java.lang.Object
org.apache.geronimo.jee.persistence.Persistence$PersistenceUnit$Properties$Property
All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" 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>
Field Summary |
---|
protected String | name | |
protected String | value | |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.geronimo.jee.persistence.Persistence$PersistenceUnit$Properties$Property Detail: |
public String getName() {
return name;
}
Gets the value of the name property. |
public String getValue() {
return value;
}
Gets the value of the value property. |
public void setName(String value) {
this.name = value;
}
Sets the value of the name property. |
public void setValue(String value) {
this.value = value;
}
Sets the value of the value property. |