|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.juddi.datatype.response.Property
public class Property
| Constructor Summary | |
|---|---|
Property()
Constructs a new initialized Property instance. |
|
Property(java.lang.String name,
java.lang.String value)
Constructs a new Property with the given data. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name/key of the property. |
java.lang.String |
getValue()
Returns the value of this property. |
void |
setName(java.lang.String name)
Sets the name of this property. |
void |
setValue(java.lang.String value)
Sets the value of this property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Property()
public Property(java.lang.String name,
java.lang.String value)
name - The property name/key.value - The property data/value.| Method Detail |
|---|
public void setName(java.lang.String name)
name - The name of this property.public java.lang.String getName()
public void setValue(java.lang.String value)
value - The value of this propertypublic java.lang.String getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||