org.uddi.vscache_v3
Class ValidValue

java.lang.Object
  extended by org.uddi.vscache_v3.ValidValue
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

Field Summary
protected  String keyValue
           
 
Constructor Summary
ValidValue()
           
 
Method Summary
 String getKeyValue()
          Gets the value of the keyValue property.
 void setKeyValue(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
 

Field Detail

keyValue

protected String keyValue
Constructor Detail

ValidValue

public ValidValue()
Method Detail

getKeyValue

public String getKeyValue()
Gets the value of the keyValue property.

Returns:
possible object is String

setKeyValue

public void setKeyValue(String value)
Sets the value of the keyValue property.

Parameters:
value - allowed object is String


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