Class ARG_XFindIn
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2elem.ARG_XFindIn
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XFindIn extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
recursive
expand selection with its recursive son elementsjava.util.List<ELElement>
seqSel
elements to find for or empty if allboolean
sortIt
sort result according to the namespace treeARG_XFindTerm
valTerm
search termboolean
withConfig
search in configuration if seqSel is empty
-
Constructor Summary
Constructors Constructor Description ARG_XFindIn()
ARG_XFindIn(java.util.List<ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
-
-
Field Detail
-
seqSel
public java.util.List<ELElement> seqSel
elements to find for or empty if all
-
recursive
public boolean recursive
expand selection with its recursive son elements
-
withConfig
public boolean withConfig
search in configuration if seqSel is empty
-
sortIt
public boolean sortIt
sort result according to the namespace tree
-
valTerm
public ARG_XFindTerm valTerm
search term
-
-
Constructor Detail
-
ARG_XFindIn
public ARG_XFindIn()
-
ARG_XFindIn
public ARG_XFindIn(java.util.List<ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-