cgl.fthpis.datatype.attribute
Class AttributeFindQualifier

java.lang.Object
  extended bycgl.fthpis.datatype.attribute.AttributeFindQualifier
All Implemented Interfaces:
org.apache.juddi.datatype.RegistryObject, java.io.Serializable

public class AttributeFindQualifier
extends java.lang.Object
implements org.apache.juddi.datatype.RegistryObject

Author:
Mehmet S. Aktas (maktas@indiana.edu)
See Also:
Serialized Form

Field Summary
(package private)  java.lang.String propertyfindqualifier
           
 
Constructor Summary
AttributeFindQualifier()
          Constructs a new initialized AttributeName
AttributeFindQualifier(java.lang.String value)
          Constructs a new AttributeName for a given name.
 
Method Summary
 java.lang.String getQualifierValue()
          Returns the value of this AttributeName.
 void setQualifierValue(java.lang.String value)
          Set the name value of this AttributeName to the given value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyfindqualifier

java.lang.String propertyfindqualifier
Constructor Detail

AttributeFindQualifier

public AttributeFindQualifier()
Constructs a new initialized AttributeName


AttributeFindQualifier

public AttributeFindQualifier(java.lang.String value)
Constructs a new AttributeName for a given name.

Method Detail

setQualifierValue

public void setQualifierValue(java.lang.String value)
Set the name value of this AttributeName to the given value. The value cannot be null.


getQualifierValue

public java.lang.String getQualifierValue()
Returns the value of this AttributeName.

Returns:
The value of this AttributeName.