Class RequiredServiceNode.ReqInfo

  • Enclosing class:
    RequiredServiceNode

    protected static class RequiredServiceNode.ReqInfo
    extends java.lang.Object
    • Method Detail

      • getServiceIdentifier

        public IServiceIdentifier getServiceIdentifier()
        Get the sid.
        Returns:
        The sid.
      • setServiceIdentifier

        public void setServiceIdentifier​(IServiceIdentifier sid)
        Set the sid.
        Parameters:
        sid - The sid to set.
      • getServiceProperties

        public java.util.Map<java.lang.String,​INFPropertyMetaInfo> getServiceProperties()
        Get the serviceProperties.
        Returns:
        The serviceProperties.
      • setServiceProperties

        public void setServiceProperties​(java.util.Map<java.lang.String,​INFPropertyMetaInfo> serviceprops)
        Set the serviceProperties.
        Parameters:
        serviceprops - The serviceProperties to set.
      • getMethodProperties

        public java.util.Map<MethodInfo,​java.util.Map<java.lang.String,​INFPropertyMetaInfo>> getMethodProperties()
        Get the methodProperties.
        Returns:
        The methodProperties.
      • setMethodProperties

        public void setMethodProperties​(java.util.Map<MethodInfo,​java.util.Map<java.lang.String,​INFPropertyMetaInfo>> methodprops)
        Set the methodProperties.
        Parameters:
        methodprops - The methodProperties to set.