org.uddi.api_v3
Class KeysOwned
java.lang.Object
org.uddi.api_v3.KeysOwned
- All Implemented Interfaces:
- java.io.Serializable
public class KeysOwned
- extends java.lang.Object
- implements java.io.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 java.lang.String |
fromKey
|
protected java.lang.String |
toKey
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fromKey
protected java.lang.String fromKey
toKey
protected java.lang.String toKey
KeysOwned
public KeysOwned()
getToKey
public java.lang.String getToKey()
setToKey
public void setToKey(java.lang.String toKey)
getFromKey
public java.lang.String getFromKey()
setFromKey
public void setFromKey(java.lang.String fromKey)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.