cgl.fthpis.datatype.attribute
Class AttributeAccessInfo

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

public class AttributeAccessInfo
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 attributename
           
(package private)  boolean isReadOK
           
(package private)  boolean isReadWriteOK
           
(package private)  java.util.Vector publisherIDVector
           
 
Constructor Summary
AttributeAccessInfo()
          Constructs a new initialized AttributeName
 
Method Summary
 void addPublisherIDVector(java.lang.String ref)
          Add a category to the categorybag of this business service.
 java.util.Vector getPublisherIDVector()
          Returns the categorybag of this business service.
 boolean isReadOK()
          Returns the value of this AttributeName.
 boolean isReadWriteOK()
          Returns the value of this AttributeName.
 void setisReadWriteOK(boolean ok)
          Set the name value of this AttributeName to the given value.
 void setPublisherIDVector(java.util.Vector vec)
          Set the categorybag of this business service to the given one.
 void setReadOK(boolean ok)
          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

publisherIDVector

java.util.Vector publisherIDVector

isReadOK

boolean isReadOK

isReadWriteOK

boolean isReadWriteOK

attributename

java.lang.String attributename
Constructor Detail

AttributeAccessInfo

public AttributeAccessInfo()
Constructs a new initialized AttributeName

Method Detail

addPublisherIDVector

public void addPublisherIDVector(java.lang.String ref)
Add a category to the categorybag of this business service.


getPublisherIDVector

public java.util.Vector getPublisherIDVector()
Returns the categorybag of this business service. If this business service doesn't contain any categories, an empty enumeration is returned.

Returns:
The categorybag of this business service.

setPublisherIDVector

public void setPublisherIDVector(java.util.Vector vec)
Set the categorybag of this business service to the given one.


setReadOK

public void setReadOK(boolean ok)
Set the name value of this AttributeName to the given value. The value cannot be null.


isReadOK

public boolean isReadOK()
Returns the value of this AttributeName.

Returns:
The value of this AttributeName.

setisReadWriteOK

public void setisReadWriteOK(boolean ok)
Set the name value of this AttributeName to the given value. The value cannot be null.


isReadWriteOK

public boolean isReadWriteOK()
Returns the value of this AttributeName.

Returns:
The value of this AttributeName.