org.uddi.api_v3
Class KeyedReference

java.lang.Object
  extended by org.uddi.api_v3.KeyedReference
All Implemented Interfaces:
Serializable

public class KeyedReference
extends Object
implements Serializable

Java class for keyedReference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="keyedReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="tModelKey" use="required" type="{urn:uddi-org:api_v3}tModelKey" />
       <attribute name="keyName" type="{urn:uddi-org:api_v3}keyName" default="" />
       <attribute name="keyValue" use="required" type="{urn:uddi-org:api_v3}keyValue" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String keyName
           
protected  String keyValue
           
protected  String tModelKey
           
 
Constructor Summary
KeyedReference()
           
 
Method Summary
 String getKeyName()
          Gets the value of the keyName property.
 String getKeyValue()
          Gets the value of the keyValue property.
 String getTModelKey()
          Gets the value of the tModelKey property.
 void setKeyName(String value)
          Sets the value of the keyName property.
 void setKeyValue(String value)
          Sets the value of the keyValue property.
 void setTModelKey(String value)
          Sets the value of the tModelKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tModelKey

protected String tModelKey

keyName

protected String keyName

keyValue

protected String keyValue
Constructor Detail

KeyedReference

public KeyedReference()
Method Detail

getTModelKey

public String getTModelKey()
Gets the value of the tModelKey property.

Returns:
possible object is String

setTModelKey

public void setTModelKey(String value)
Sets the value of the tModelKey property.

Parameters:
value - allowed object is String

getKeyName

public String getKeyName()
Gets the value of the keyName property.

Returns:
possible object is String

setKeyName

public void setKeyName(String value)
Sets the value of the keyName property.

Parameters:
value - allowed object is String

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.