org.uddi.vscache_v3
Class ValidValue
java.lang.Object
org.uddi.vscache_v3.ValidValue
- All Implemented Interfaces:
- java.io.Serializable
public class ValidValue
- extends java.lang.Object
- implements java.io.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>
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.String |
keyValue
|
|
Method Summary |
java.lang.String |
getKeyValue()
Gets the value of the keyValue property. |
void |
setKeyValue(java.lang.String value)
Sets the value of the keyValue property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keyValue
protected java.lang.String keyValue
ValidValue
public ValidValue()
getKeyValue
public java.lang.String getKeyValue()
- Gets the value of the keyValue property.
- Returns:
- possible object is
String
setKeyValue
public void setKeyValue(java.lang.String value)
- Sets the value of the keyValue property.
- Parameters:
value - allowed object is
String
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.