|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.binding.model.ElementBase
org.jibx.binding.model.NestingElementBase
org.jibx.binding.model.SplitElement
public class SplitElement
Model component for split element of binding definition. This is only used for structuring purposes, and is eliminated when the binding definition is split into specialized input and output versions.
Field Summary | |
---|---|
private InputElement |
m_inputSide
Input side of binding ( null if none). |
private OutputElement |
m_outputSide
Output side of binding ( null if none). |
Fields inherited from class org.jibx.binding.model.NestingElementBase |
---|
s_allowedAttributes |
Fields inherited from class org.jibx.binding.model.ElementBase |
---|
BINDING_ELEMENT, COLLECTION_ELEMENT, ELEMENT_NAMES, FORMAT_ELEMENT, INCLUDE_ELEMENT, INPUT_ELEMENT, MAPPING_ELEMENT, NAMESPACE_ELEMENT, OUTPUT_ELEMENT, SPLIT_ELEMENT, STRUCTURE_ELEMENT, TEMPLATE_ELEMENT, VALUE_ELEMENT |
Constructor Summary | |
---|---|
SplitElement()
Constructor. |
Method Summary | |
---|---|
InputElement |
getInputSide()
Get input side of binding. |
OutputElement |
getOutputSide()
Get output side of binding. |
void |
setInputSide(InputElement input)
Set input side of binding. |
void |
setOutputSide(OutputElement output)
Set output side of binding. |
Methods inherited from class org.jibx.binding.model.NestingElementBase |
---|
addChild, childIterator, children, getDefaultStyle, getDefinitions, getStyle, getStyleName, prevalidate, setDefinitions, setStyleName, validate |
Methods inherited from class org.jibx.binding.model.ElementBase |
---|
getComment, name, setComment, toString, type, validateAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private InputElement m_inputSide
null
if none).
private OutputElement m_outputSide
null
if none).
Constructor Detail |
---|
public SplitElement()
Method Detail |
---|
public InputElement getInputSide()
null
if none)public void setInputSide(InputElement input)
input
- element containing input binding definition
(null
if none)public OutputElement getOutputSide()
null
if none)public void setOutputSide(OutputElement output)
output
- element containing output binding definition
(null
if none)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |