cgl.axis.services.uddi.uddi_schema
Class SharedRelationships

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.SharedRelationships
All Implemented Interfaces:
java.io.Serializable

public class SharedRelationships
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SharedRelationships()
           
SharedRelationships(Direction direction, KeyedReference[] keyedReference, PublisherAssertion[] publisherAssertion)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Direction getDirection()
          Gets the direction value for this SharedRelationships.
 KeyedReference[] getKeyedReference()
          Gets the keyedReference value for this SharedRelationships.
 KeyedReference getKeyedReference(int i)
           
 PublisherAssertion[] getPublisherAssertion()
          Gets the publisherAssertion value for this SharedRelationships.
 PublisherAssertion getPublisherAssertion(int i)
           
 int hashCode()
           
 void setDirection(Direction direction)
          Sets the direction value for this SharedRelationships.
 void setKeyedReference(int i, KeyedReference _value)
           
 void setKeyedReference(KeyedReference[] keyedReference)
          Sets the keyedReference value for this SharedRelationships.
 void setPublisherAssertion(int i, PublisherAssertion _value)
           
 void setPublisherAssertion(PublisherAssertion[] publisherAssertion)
          Sets the publisherAssertion value for this SharedRelationships.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedRelationships

public SharedRelationships()

SharedRelationships

public SharedRelationships(Direction direction,
                           KeyedReference[] keyedReference,
                           PublisherAssertion[] publisherAssertion)
Method Detail

getDirection

public Direction getDirection()
Gets the direction value for this SharedRelationships.

Returns:
direction

setDirection

public void setDirection(Direction direction)
Sets the direction value for this SharedRelationships.

Parameters:
direction -

getKeyedReference

public KeyedReference[] getKeyedReference()
Gets the keyedReference value for this SharedRelationships.

Returns:
keyedReference

setKeyedReference

public void setKeyedReference(KeyedReference[] keyedReference)
Sets the keyedReference value for this SharedRelationships.

Parameters:
keyedReference -

getKeyedReference

public KeyedReference getKeyedReference(int i)

setKeyedReference

public void setKeyedReference(int i,
                              KeyedReference _value)

getPublisherAssertion

public PublisherAssertion[] getPublisherAssertion()
Gets the publisherAssertion value for this SharedRelationships.

Returns:
publisherAssertion

setPublisherAssertion

public void setPublisherAssertion(PublisherAssertion[] publisherAssertion)
Sets the publisherAssertion value for this SharedRelationships.

Parameters:
publisherAssertion -

getPublisherAssertion

public PublisherAssertion getPublisherAssertion(int i)

setPublisherAssertion

public void setPublisherAssertion(int i,
                                  PublisherAssertion _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()