|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.system.plugin.model.PropertyType
public class PropertyType
holds key-value pair. key is in 'key' attribute, value is in content
Java class for propertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="propertyType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="server" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
key
|
protected String |
server
|
protected String |
value
|
| Constructor Summary | |
|---|---|
PropertyType()
|
|
| Method Summary | |
|---|---|
String |
getKey()
Gets the value of the key property. |
String |
getServer()
Gets the value of the server property. |
String |
getValue()
Gets the value of the value property. |
void |
setKey(String value)
Sets the value of the key property. |
void |
setServer(String value)
Sets the value of the server property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected String key
protected String server
| Constructor Detail |
|---|
public PropertyType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getServer()
Stringpublic void setServer(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||