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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fromKey |
protected String |
toKey |
| Constructor and Description |
|---|
KeysOwned() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFromKey() |
String |
getToKey() |
void |
setFromKey(String fromKey) |
void |
setToKey(String toKey) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.