org.apache.juddi.datatype.response
Class RegistryInfo
java.lang.Object
org.apache.juddi.datatype.response.RegistryInfo
- All Implemented Interfaces:
- RegistryObject, java.io.Serializable
- public class RegistryInfo
- extends java.lang.Object
- implements RegistryObject
- Author:
- Steve Viens (sviens@apache.org)
- See Also:
- Serialized Form
Constructor Summary |
RegistryInfo()
Constructs a new initialized Addressline instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistryInfo
public RegistryInfo()
- Constructs a new initialized Addressline instance.
setGeneric
public void setGeneric(java.lang.String genericValue)
- Parameters:
genericValue
-
getGeneric
public java.lang.String getGeneric()
- Returns:
- String UDDI generic value.
setOperator
public void setOperator(java.lang.String operator)
getOperator
public java.lang.String getOperator()
addProperty
public void addProperty(java.lang.String name,
java.lang.String value)
- Parameters:
name
- The name of the property being added.value
- The value of the property.
getProperty
public java.lang.String getProperty(java.lang.String name)
- Returns the value of the desired property.
- Parameters:
name
- The name of the property being added.
- Returns:
- The value of the desired property.
addProperty
public void addProperty(Property prop)
- Adds a property name/value pair to the Property object.
- Parameters:
prop
- Property object to add
getProperties
public java.util.Properties getProperties()
Copyright ? 2003 Apache Software Foundation. All rights reserved.