public class ValidValue extends Object implements Serializable
Java class for validValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="validValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:uddi-org:vscache_v3}keyValue"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ValidValue() |
ValidValue(String val) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyValue()
Gets the value of the keyValue property.
|
void |
setKeyValue(String value)
Sets the value of the keyValue property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.