Class Message
java.lang.Object
com.adaptris.adapter.edistream.model.EdiElement
com.adaptris.adapter.edistream.model.Message
- All Implemented Interfaces:
Serializable,TreeNode
Top level item that represents a document. It can be made up of a number of LoopSegment or Segment Nodes
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetStandard(String standard) voidsetStandardCodes(StandardCodes standardCodes) voidsetStandardVersion(String standardVersion) toString()Methods inherited from class com.adaptris.adapter.edistream.model.EdiElement
addChild, children, childrenEquals, equalsStr, getAllowsChildren, getChild, getChildAt, getChildCount, getChildren, getChildrenAsString, getIndex, getMaxRepetitions, getName, getParent, getRepetitions, hasChildren, hashCode, isLeaf, isMandatory, setChildren, setMandatory, setMaxRepetitions, setName, setParent, setRepetitions, setSegmentReps
-
Constructor Details
-
Message
public Message()
-
-
Method Details
-
getStandard
-
setStandard
-
getStandardVersion
-
setStandardVersion
-
getStandardCodes
-
setStandardCodes
-
toString
- Overrides:
toStringin classEdiElement
-
equals
- Overrides:
equalsin classEdiElement
-