com.northconcepts.datapipeline.xml
Class XmlField

java.lang.Object
  extended by com.northconcepts.datapipeline.xml.XmlField

public class XmlField
extends Object


Constructor Summary
XmlField()
           
XmlField(String name, String locationPathAsString, boolean cascadeValues)
           
 
Method Summary
 LocationPath getLocationPath()
           
 String getName()
           
 boolean isCascadeValues()
           
 XmlField setCascadeValues(boolean cascadeValues)
           
 XmlField setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlField

public XmlField()

XmlField

public XmlField(String name,
                String locationPathAsString,
                boolean cascadeValues)
Method Detail

getName

public String getName()

setName

public XmlField setName(String name)

getLocationPath

public LocationPath getLocationPath()

isCascadeValues

public boolean isCascadeValues()

setCascadeValues

public XmlField setCascadeValues(boolean cascadeValues)

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.