Class ARG_MEProxyProperty
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2model.ARG_MEProxyProperty
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MEProxyProperty 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 DisplayNameint
elemId
Referenced element Idjava.lang.String
elemIdReference
Referenced element IdNameint
elemKind
Referenced element kindjava.lang.String
elemSType
Referenced element type as Stringint
elemType
Referenced element typejava.lang.String
elemUUID
Referenced element UUIDMEProxy
ohProxy
The proxy itselfARG_MEProxyPropertyEnvironment
valProxyEnvironment
Proxy Environment Sub StructureARG_MEProxyPropertyStubInfo
valProxyStubInfo
Stub Environment Sub Structure
-
Constructor Summary
Constructors Constructor Description ARG_MEProxyProperty()
ARG_MEProxyProperty(int elemType, int elemKind, int elemId, java.lang.String elemIdReference, java.lang.String elemDisplayName, java.lang.String elemUUID, java.lang.String elemSType, MEProxy ohProxy, ARG_MEProxyPropertyEnvironment valProxyEnvironment, ARG_MEProxyPropertyStubInfo valProxyStubInfo)
-
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 type
-
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
-
elemUUID
public java.lang.String elemUUID
Referenced element UUID
-
elemSType
public java.lang.String elemSType
Referenced element type as String
-
ohProxy
public MEProxy ohProxy
The proxy itself
-
valProxyEnvironment
public ARG_MEProxyPropertyEnvironment valProxyEnvironment
Proxy Environment Sub Structure
-
valProxyStubInfo
public ARG_MEProxyPropertyStubInfo valProxyStubInfo
Stub Environment Sub Structure
-
-
Constructor Detail
-
ARG_MEProxyProperty
public ARG_MEProxyProperty()
-
ARG_MEProxyProperty
public ARG_MEProxyProperty(int elemType, int elemKind, int elemId, java.lang.String elemIdReference, java.lang.String elemDisplayName, java.lang.String elemUUID, java.lang.String elemSType, MEProxy ohProxy, ARG_MEProxyPropertyEnvironment valProxyEnvironment, ARG_MEProxyPropertyStubInfo valProxyStubInfo)
-
-
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
-
-