cgl.fthpis.datatype.attribute
Class AttributeAssertion

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

public class AttributeAssertion
extends java.lang.Object
implements org.apache.juddi.datatype.RegistryObject, space.Entry

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

Field Summary
(package private)  java.lang.String attributeKey
           
(package private)  java.lang.String fromKey
           
(package private)  java.lang.String propertyURI
           
(package private)  java.lang.String toKey
           
 
Constructor Summary
AttributeAssertion()
          Constructs a new empty ServiceAttribute.
 
Method Summary
 java.lang.String getAssertionObjectKey()
          Returns the attributekey of this service attribute.
 java.lang.String getAssertionProperty()
          Returns the attributekey of this service attribute.
 java.lang.String getAssertionSubjectKey()
          Returns the servicekey of this bindingtemplate.
 java.lang.String getAttributeKey()
          Returns the servicekey of this bindingtemplate.
 void setAssertionObjectKey(java.lang.String key)
          Sets the attributekey of this service attribute.
 void setAssertionProperty(java.lang.String uri)
          Sets the attributekey of this service attribute.
 void setAssertionSubjectKey(java.lang.String key)
          Sets the servicekey of this bindingtemplate.
 void setAttributeKey(java.lang.String key)
          Sets the servicekey of this bindingtemplate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeKey

java.lang.String attributeKey

fromKey

java.lang.String fromKey

propertyURI

java.lang.String propertyURI

toKey

java.lang.String toKey
Constructor Detail

AttributeAssertion

public AttributeAssertion()
Constructs a new empty ServiceAttribute.

Method Detail

setAttributeKey

public void setAttributeKey(java.lang.String key)
Sets the servicekey of this bindingtemplate.

Parameters:
key - The new service key.

getAttributeKey

public java.lang.String getAttributeKey()
Returns the servicekey of this bindingtemplate. This method can return null if the business service for this binding template has been set and if the service key for this binding template has not been set.

Returns:
The servicekey of this bindingtemplate.

setAssertionSubjectKey

public void setAssertionSubjectKey(java.lang.String key)
Sets the servicekey of this bindingtemplate.

Parameters:
key - The new service key.

getAssertionSubjectKey

public java.lang.String getAssertionSubjectKey()
Returns the servicekey of this bindingtemplate. This method can return null if the business service for this binding template has been set and if the service key for this binding template has not been set.

Returns:
The servicekey of this bindingtemplate.

setAssertionProperty

public void setAssertionProperty(java.lang.String uri)
Sets the attributekey of this service attribute.


getAssertionProperty

public java.lang.String getAssertionProperty()
Returns the attributekey of this service attribute.

Returns:
The attributekey of this service attribute.

setAssertionObjectKey

public void setAssertionObjectKey(java.lang.String key)
Sets the attributekey of this service attribute.

Parameters:
key - The new attribute key.

getAssertionObjectKey

public java.lang.String getAssertionObjectKey()
Returns the attributekey of this service attribute.

Returns:
The attributekey of this service attribute.