org.milyn.edisax.model.internal
Class Segment
java.lang.Object
org.milyn.edisax.model.internal.MappingNode
org.milyn.edisax.model.internal.SegmentGroup
org.milyn.edisax.model.internal.Segment
- All Implemented Interfaces:
- ContainerNode
public class Segment
- extends SegmentGroup
- implements ContainerNode
| Methods inherited from class org.milyn.edisax.model.internal.MappingNode |
getDocumentation, getJavaName, getName, getNamespace, getNodeTypeRef, getParent, getXmltag, setDocumentation, setName, setNamespace, setNodeTypeRef, setParent, setXmltag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Segment
public Segment()
getFields
public List<Field> getFields()
addField
public Segment addField(Field field)
getSegcode
public String getSegcode()
- Overrides:
getSegcode in class SegmentGroup
setSegcode
public void setSegcode(String value)
getSegcodePattern
public Pattern getSegcodePattern()
- Overrides:
getSegcodePattern in class SegmentGroup
isTruncatable
public boolean isTruncatable()
- Description copied from interface:
ContainerNode
- Can this Container Node be truncated if the trailing contained node values are
empty.
- Specified by:
isTruncatable in interface ContainerNode
- Returns:
- True of the container is truncatable, otherwise false.
setTruncatable
public void setTruncatable(Boolean value)
setIgnoreUnmappedFields
public void setIgnoreUnmappedFields(Boolean value)
isIgnoreUnmappedFields
public boolean isIgnoreUnmappedFields()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getImportXmlTag
public String getImportXmlTag()
setImportXmlTag
public void setImportXmlTag(String importXmlTag)
Copyright © 2018. All rights reserved.