Class ARG_GetPropertyTranslations
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_GetPropertyTranslations
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_GetPropertyTranslations extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<ARG_ElemPropList>
seqElem
list elements with propertiesjava.util.List<ARG_LangPropList>
seqLang
list of languages with translations of properties and valuesjava.util.List<ARG_ElemProp>
seqProp
list of properties and values
-
Constructor Summary
Constructors Constructor Description ARG_GetPropertyTranslations()
ARG_GetPropertyTranslations(java.util.List<ARG_ElemPropList> seqElem, java.util.List<ARG_ElemProp> seqProp, java.util.List<ARG_LangPropList> seqLang)
-
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
-
seqElem
public java.util.List<ARG_ElemPropList> seqElem
list elements with properties
-
seqProp
public java.util.List<ARG_ElemProp> seqProp
list of properties and values
-
seqLang
public java.util.List<ARG_LangPropList> seqLang
list of languages with translations of properties and values
-
-
Constructor Detail
-
ARG_GetPropertyTranslations
public ARG_GetPropertyTranslations()
-
ARG_GetPropertyTranslations
public ARG_GetPropertyTranslations(java.util.List<ARG_ElemPropList> seqElem, java.util.List<ARG_ElemProp> seqProp, java.util.List<ARG_LangPropList> seqLang)
-
-
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
-
-