org.milyn.edisax.model.internal
Class Field

java.lang.Object
  extended by org.milyn.edisax.model.internal.MappingNode
      extended by org.milyn.edisax.model.internal.Field

public class Field
extends MappingNode


Constructor Summary
Field()
           
 
Method Summary
 List<Component> getComponent()
           
 boolean isRequired()
           
 boolean isTruncatable()
           
 void setRequired(Boolean value)
           
 void setTruncatable(Boolean value)
           
 
Methods inherited from class org.milyn.edisax.model.internal.MappingNode
getXmltag, setXmltag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field()
Method Detail

getComponent

public List<Component> getComponent()

isRequired

public boolean isRequired()

setRequired

public void setRequired(Boolean value)

isTruncatable

public boolean isTruncatable()

setTruncatable

public void setTruncatable(Boolean value)


Copyright © 2008. All Rights Reserved.