com.adobe.dct.transfer
Class BindingElement

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

public class BindingElement
extends java.lang.Object
implements java.io.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()
          Default Constructor
BindingElement(java.lang.String bindingName)
          Constructor for defining BindingElement
 
Method Summary
 java.lang.String getBindingName()
           
 java.lang.String getId()
           
 void setBindingName(java.lang.String bindingName)
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingElement

public BindingElement()
Default Constructor


BindingElement

public BindingElement(java.lang.String bindingName)
Constructor for defining BindingElement

Parameters:
bindingName - Contains the XML or POJO binding corresponding to the Data Dictionary Element.
Method Detail

getBindingName

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

setBindingName

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

getId

public java.lang.String getId()
Returns:
the id

setId

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


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