org.ow2.dragon.service.deployment
Class KeyedRefTO

java.lang.Object
  extended by org.ow2.dragon.service.deployment.KeyedRefTO

public class KeyedRefTO
extends java.lang.Object

Java class for keyedRefTO complex type.

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

 <complexType name="keyedRefTO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="kefRefId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tModelName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String kefRefId
           
protected  java.lang.String name
           
protected  java.lang.String tModelName
           
protected  java.lang.String value
           
 
Constructor Summary
KeyedRefTO()
           
 
Method Summary
 java.lang.String getKefRefId()
          Gets the value of the kefRefId property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getTModelName()
          Gets the value of the tModelName property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setKefRefId(java.lang.String value)
          Sets the value of the kefRefId property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setTModelName(java.lang.String value)
          Sets the value of the tModelName property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kefRefId

protected java.lang.String kefRefId

name

protected java.lang.String name

value

protected java.lang.String value

tModelName

protected java.lang.String tModelName
Constructor Detail

KeyedRefTO

public KeyedRefTO()
Method Detail

getKefRefId

public java.lang.String getKefRefId()
Gets the value of the kefRefId property.

Returns:
possible object is String

setKefRefId

public void setKefRefId(java.lang.String value)
Sets the value of the kefRefId property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getTModelName

public java.lang.String getTModelName()
Gets the value of the tModelName property.

Returns:
possible object is String

setTModelName

public void setTModelName(java.lang.String value)
Sets the value of the tModelName property.

Parameters:
value - allowed object is String


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.