cgl.fthpis.datatype.attribute
Class AttributeAccessInfos

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

public class AttributeAccessInfos
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)  AttributeAccessInfo group_accessinfo
           
(package private)  AttributeAccessInfo others_accessinfo
           
(package private)  AttributeAccessInfo owner_accessinfo
           
 
Constructor Summary
AttributeAccessInfos()
          Constructs a new initialized AttributeName
 
Method Summary
 AttributeAccessInfo getGroupAttributeAccessInfo()
          Returns the tModelInstanceDetails of this binding template.
 AttributeAccessInfo getOthersAccessInfo()
          Returns the tModelInstanceDetails of this binding template.
 AttributeAccessInfo getOthersAttributeAccessInfo()
          Returns the tModelInstanceDetails of this binding template.
 AttributeAccessInfo getOwnerAttributeAccessInfo()
          Returns the tModelInstanceDetails of this binding template.
 void setGroupAttributeAccessInfo(AttributeAccessInfo value)
          Sets the tModelInstanceDetails of this binding template.
 void setOthersAccessInfo(AttributeAccessInfo value)
          Sets the tModelInstanceDetails of this binding template.
 void setOthersAttributeAccessInfo(AttributeAccessInfo value)
          Sets the tModelInstanceDetails of this binding template.
 void setOwnerAttributeAccessInfo(AttributeAccessInfo value)
          Sets the tModelInstanceDetails of this binding template.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner_accessinfo

AttributeAccessInfo owner_accessinfo

others_accessinfo

AttributeAccessInfo others_accessinfo

group_accessinfo

AttributeAccessInfo group_accessinfo
Constructor Detail

AttributeAccessInfos

public AttributeAccessInfos()
Constructs a new initialized AttributeName

Method Detail

getOwnerAttributeAccessInfo

public AttributeAccessInfo getOwnerAttributeAccessInfo()
Returns the tModelInstanceDetails of this binding template.

Returns:
The tModelInstanceDetails of this binding template. If this binding template doesn't contain any tModelInstanceDetails, an empty enumeration is returned.

setOwnerAttributeAccessInfo

public void setOwnerAttributeAccessInfo(AttributeAccessInfo value)
Sets the tModelInstanceDetails of this binding template.


getOthersAttributeAccessInfo

public AttributeAccessInfo getOthersAttributeAccessInfo()
Returns the tModelInstanceDetails of this binding template.

Returns:
The tModelInstanceDetails of this binding template. If this binding template doesn't contain any tModelInstanceDetails, an empty enumeration is returned.

setOthersAttributeAccessInfo

public void setOthersAttributeAccessInfo(AttributeAccessInfo value)
Sets the tModelInstanceDetails of this binding template.


getGroupAttributeAccessInfo

public AttributeAccessInfo getGroupAttributeAccessInfo()
Returns the tModelInstanceDetails of this binding template.

Returns:
The tModelInstanceDetails of this binding template. If this binding template doesn't contain any tModelInstanceDetails, an empty enumeration is returned.

setGroupAttributeAccessInfo

public void setGroupAttributeAccessInfo(AttributeAccessInfo value)
Sets the tModelInstanceDetails of this binding template.


getOthersAccessInfo

public AttributeAccessInfo getOthersAccessInfo()
Returns the tModelInstanceDetails of this binding template.

Returns:
The tModelInstanceDetails of this binding template. If this binding template doesn't contain any tModelInstanceDetails, an empty enumeration is returned.

setOthersAccessInfo

public void setOthersAccessInfo(AttributeAccessInfo value)
Sets the tModelInstanceDetails of this binding template.