Class ARG_MEProxyFindByRefData
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2model.ARG_MEProxyFindByRefData
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MEProxyFindByRefData extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
elemDisplayName
Referenced element DisplayNamejava.lang.String
elemHREF
Referenced element HREFint
elemId
Referenced element Idjava.lang.String
elemIdReference
Referenced element IdNameint
elemKind
Referenced element kindint
elemType
Referenced element typesMEPackage
ohTransitiveOwner
Transitive Owner Package e.g stub package or mapping type package
-
Constructor Summary
Constructors Constructor Description ARG_MEProxyFindByRefData()
ARG_MEProxyFindByRefData(int elemType, int elemKind, int elemId, java.lang.String elemIdReference, java.lang.String elemDisplayName, java.lang.String elemHREF, MEPackage ohTransitiveOwner)
-
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
-
elemType
public int elemType
Referenced element types
-
elemKind
public int elemKind
Referenced element kind
-
elemId
public int elemId
Referenced element Id
-
elemIdReference
public java.lang.String elemIdReference
Referenced element IdName
-
elemDisplayName
public java.lang.String elemDisplayName
Referenced element DisplayName
-
elemHREF
public java.lang.String elemHREF
Referenced element HREF
-
ohTransitiveOwner
public MEPackage ohTransitiveOwner
Transitive Owner Package e.g stub package or mapping type package
-
-
Constructor Detail
-
ARG_MEProxyFindByRefData
public ARG_MEProxyFindByRefData()
-
ARG_MEProxyFindByRefData
public ARG_MEProxyFindByRefData(int elemType, int elemKind, int elemId, java.lang.String elemIdReference, java.lang.String elemDisplayName, java.lang.String elemHREF, MEPackage ohTransitiveOwner)
-
-
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
-
-