com.adobe.dct.transfer
Class BindingElement

java.lang.Object
  extended by com.adobe.dct.transfer.BindingElement
All Implemented Interfaces:
Serializable

public class BindingElement
extends Object
implements Serializable

BindingElement stores the binding of a data dictionary element to the data element in the complaint XML

See Also:
Serialized Form

Constructor Summary
BindingElement()
           
BindingElement(String bindingName)
           
 
Method Summary
 String getBindingName()
           
 String getId()
           
 void setBindingName(String bindingName)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingElement

public BindingElement()

BindingElement

public BindingElement(String bindingName)
Method Detail

getBindingName

public String getBindingName()
Returns:
the XML binding corresponding to the Data Dictionary Element

setBindingName

public void setBindingName(String bindingName)
Parameters:
bindingName - the XML binding corresponding to the Data Dictionary Element to set

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set


[an error occurred while processing this directive] [an error occurred while processing this directive]