org.apache.juddi.datatype
Class SharedRelationships

java.lang.Object
  extended byorg.apache.juddi.datatype.SharedRelationships
All Implemented Interfaces:
RegistryObject, java.io.Serializable

public class SharedRelationships
extends java.lang.Object
implements RegistryObject

Author:
Anou Manavalan
See Also:
Serialized Form

Constructor Summary
SharedRelationships()
           
SharedRelationships(java.util.Vector refs)
           
 
Method Summary
 void addKeyedReference(KeyedReference ref)
           
 java.util.Vector getKeyedReferenceVector()
           
 void setKeyedReferenceVector(java.util.Vector refs)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedRelationships

public SharedRelationships()

SharedRelationships

public SharedRelationships(java.util.Vector refs)
Method Detail

addKeyedReference

public void addKeyedReference(KeyedReference ref)

getKeyedReferenceVector

public java.util.Vector getKeyedReferenceVector()

setKeyedReferenceVector

public void setKeyedReferenceVector(java.util.Vector refs)

size

public int size()


Copyright © 2003 Apache Software Foundation. All rights reserved.