org.uddi.v3.schema.custody
Class KeyBag

java.lang.Object
  extended by org.uddi.v3.schema.custody.KeyBag
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
KeyBag()
           
 
Method Summary
 java.net.URI[] getKey()
           
 java.net.URI getKey(int i)
           
 void setKey(int i, java.net.URI value)
           
 void setKey(java.net.URI[] key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyBag

public KeyBag()
Method Detail

getKey

public java.net.URI[] getKey()

setKey

public void setKey(java.net.URI[] key)

getKey

public java.net.URI getKey(int i)

setKey

public void setKey(int i,
                   java.net.URI value)