Class KeyedReference
- java.lang.Object
-
- com.sun.xml.registry.uddi.bindings_v2_2.KeyedReference
-
public class KeyedReference extends Object
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="keyName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="keyValue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="tModelKey" type="{urn:uddi-org:api_v2}tModelKey" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description KeyedReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyName()Gets the value of the keyName property.StringgetKeyValue()Gets the value of the keyValue property.StringgetTModelKey()Gets the value of the tModelKey property.voidsetKeyName(String value)Sets the value of the keyName property.voidsetKeyValue(String value)Sets the value of the keyValue property.voidsetTModelKey(String value)Sets the value of the tModelKey property.
-
-
-
Method Detail
-
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 isString
-
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 isString
-
getTModelKey
public String getTModelKey()
Gets the value of the tModelKey property.- Returns:
- possible object is
String
-
-