org.uddi.api_v3
Class KeysOwned

java.lang.Object
  extended by org.uddi.api_v3.KeysOwned
All Implemented Interfaces:
Serializable

public class KeysOwned
extends Object
implements Serializable

Java class for keysOwned complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="keysOwned">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element ref="{urn:uddi-org:api_v3}fromKey"/>
           <element ref="{urn:uddi-org:api_v3}toKey" minOccurs="0"/>
         </sequence>
         <element ref="{urn:uddi-org:api_v3}toKey"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String fromKey
           
protected  String toKey
           
 
Constructor Summary
KeysOwned()
           
 
Method Summary
 String getFromKey()
           
 String getToKey()
           
 void setFromKey(String fromKey)
           
 void setToKey(String toKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fromKey

protected String fromKey

toKey

protected String toKey
Constructor Detail

KeysOwned

public KeysOwned()
Method Detail

getToKey

public String getToKey()

setToKey

public void setToKey(String toKey)

getFromKey

public String getFromKey()

setFromKey

public void setFromKey(String fromKey)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.