Package de.mid.innovator.srv2api.icw2dm
Class ARG_XDMNInformationItemRep
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
-
- de.mid.innovator.srv2api.icw2dm.ARG_XDMNInformationItemRep
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XDMNInformationItemRep extends ARG_XDMNElementRep implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description CLClassifier
ohType
the type of this information itemjava.lang.String
strName
the name of this information itemjava.lang.String
strType
the type name of this information item-
Fields inherited from class de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
ohElement
-
-
Constructor Summary
Constructors Constructor Description ARG_XDMNInformationItemRep()
ARG_XDMNInformationItemRep(DMNElement ohElement, java.lang.String strName, CLClassifier ohType, java.lang.String strType)
-
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
-
strName
public java.lang.String strName
the name of this information item
-
ohType
public CLClassifier ohType
the type of this information item
-
strType
public java.lang.String strType
the type name of this information item
-
-
Constructor Detail
-
ARG_XDMNInformationItemRep
public ARG_XDMNInformationItemRep()
-
ARG_XDMNInformationItemRep
public ARG_XDMNInformationItemRep(DMNElement ohElement, java.lang.String strName, CLClassifier ohType, java.lang.String strType)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
- Overrides:
marshal
in classARG_XDMNElementRep
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
- Overrides:
unmarshal
in classARG_XDMNElementRep
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
- Overrides:
resolveReferences
in classARG_XDMNElementRep
-
-