org.apache.juddi
Class Property
java.lang.Object
org.apache.juddi.Property
- All Implemented Interfaces:
- Serializable
public class Property
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
value
protected String value
Property
public Property()
Property
public Property(String name,
String value)
getName
public String getName()
setName
public void setName(String name)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.