Class 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 DisplayName
      java.lang.String elemHREF
      Referenced element HREF
      int elemId
      Referenced element Id
      java.lang.String elemIdReference
      Referenced element IdName
      int elemKind
      Referenced element kind
      int elemType
      Referenced element types
      MEPackage 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 interface de.mid.innovator.srv2api.impl.MarshallAble
      • unmarshal

        public void unmarshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                              SrvContext srvctx)
        Specified by:
        unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
      • resolveReferences

        public void resolveReferences​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
        Specified by:
        resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble