cgl.fthpis.datatype.attribute
Class AttributeSource

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

public class AttributeSource
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 attribute_source
           
 
Constructor Summary
AttributeSource()
          Constructs a new initialized AttributeSubject
AttributeSource(java.lang.String service)
          Constructs a new AttributeSubject for a given name.
 
Method Summary
 java.lang.String getAttributeSource()
          Returns the value of this AttributeSubject.
 void setAttributeSource(java.lang.String service)
          Set the subject value of this AttributeSubject to the given value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute_source

java.lang.String attribute_source
Constructor Detail

AttributeSource

public AttributeSource()
Constructs a new initialized AttributeSubject


AttributeSource

public AttributeSource(java.lang.String service)
Constructs a new AttributeSubject for a given name.

Method Detail

setAttributeSource

public void setAttributeSource(java.lang.String service)
Set the subject value of this AttributeSubject to the given value. The value cannot be null.


getAttributeSource

public java.lang.String getAttributeSource()
Returns the value of this AttributeSubject.

Returns:
The value of this AttributeSubject.