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.StringelemDisplayNameReferenced element DisplayNameintelemIdReferenced element Idjava.lang.StringelemIdReferenceReferenced element IdNameintelemKindReferenced element kindjava.lang.StringelemSTypeReferenced element type as StringintelemTypeReferenced element typejava.lang.StringelemUUIDReferenced element UUIDMEProxyohProxyThe proxy itselfARG_MEProxyPropertyEnvironmentvalProxyEnvironmentProxy Environment Sub StructureARG_MEProxyPropertyStubInfovalProxyStubInfoStub 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 voidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidunmarshal(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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-